diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-08-14 22:11:39 -0300 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:18 +0200 |
| commit | bb0070d0dbb9a41a8efce8426162c75bec1e0a66 (patch) | |
| tree | 77ab0310878c89270c82d4ecaf7cbd8694e93165 /gnu/packages/emulators.scm | |
| parent | b46b8efed29530fc8ab997ee9838e7013c81169b (diff) | |
gnu: bsnes: Update to 115-1.7d5aa1e.
* gnu/packages/emulators.scm (bsnes): Update to 115-1.7d5aa1e.
[arguments]: Align.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 2bb812c58f3..0cc9ab0ad66 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -4280,8 +4280,8 @@ from various forks of Gens, and improved platform portability.") | |||
| 4280 | (define-public bsnes | 4280 | (define-public bsnes |
| 4281 | ;; Use a snapshot of the latest master branch, as it includes unreleased | 4281 | ;; Use a snapshot of the latest master branch, as it includes unreleased |
| 4282 | ;; build fixes. | 4282 | ;; build fixes. |
| 4283 | (let ((commit "ddc3dc2d472aa0bb93ae0663b774734dfd94ab4b") | 4283 | (let ((commit "7d5aa1e656b9171524d01b1b22917197d8121cb4") |
| 4284 | (revision "0")) | 4284 | (revision "1")) |
| 4285 | (package | 4285 | (package |
| 4286 | (name "bsnes") | 4286 | (name "bsnes") |
| 4287 | (version (git-version "115" revision commit)) | 4287 | (version (git-version "115" revision commit)) |
| @@ -4293,17 +4293,19 @@ from various forks of Gens, and improved platform portability.") | |||
| 4293 | (commit commit))) | 4293 | (commit commit))) |
| 4294 | (file-name (git-file-name name version)) | 4294 | (file-name (git-file-name name version)) |
| 4295 | (sha256 | 4295 | (sha256 |
| 4296 | (base32 "03slkk1117vv5p2zhvmyb4l18gb0j9nq2szsravl94zb3v6lbfl0")))) | 4296 | (base32 "0621zcbiq9pljijqp3cfm40dfryp5mcpxxrgbcn5yiyyy4k9g4k3")))) |
| 4297 | (build-system gnu-build-system) | 4297 | (build-system gnu-build-system) |
| 4298 | (arguments | 4298 | (arguments |
| 4299 | (list | 4299 | (list |
| 4300 | #:make-flags #~(list "-C" "bsnes" | 4300 | #:tests? #f ; No tests. |
| 4301 | ;; Remove march=native | 4301 | #:make-flags |
| 4302 | "local=false" | 4302 | #~(list "-C" "bsnes" |
| 4303 | (string-append "prefix=" #$output)) | 4303 | ;; Remove march=native |
| 4304 | #:tests? #f ;No tests. | 4304 | "local=false" |
| 4305 | #:phases #~(modify-phases %standard-phases | 4305 | (string-append "prefix=" #$output)) |
| 4306 | (delete 'configure)))) | 4306 | #:phases |
| 4307 | #~(modify-phases %standard-phases | ||
| 4308 | (delete 'configure)))) | ||
| 4307 | (native-inputs (list pkg-config)) | 4309 | (native-inputs (list pkg-config)) |
| 4308 | (inputs | 4310 | (inputs |
| 4309 | (list alsa-lib | 4311 | (list alsa-lib |
