mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: uxn: Update to 1.0-1.f2e8582.
* gnu/packages/emulators.scm (uxn): Update to 1.0-1.f2e8582. [arguments]: Adjust install phase. Change-Id: I24c076aa5eddafd30cc09f4f97c445c4c0994ce9
This commit is contained in:
parent
35892a7a59
commit
9a59e74bee
1 changed files with 7 additions and 9 deletions
|
@ -4555,11 +4555,11 @@ cache visualization. Developed at FEE CTU for computer architecture classes.")
|
||||||
(license license:zlib)))
|
(license license:zlib)))
|
||||||
|
|
||||||
(define-public uxn
|
(define-public uxn
|
||||||
(let ((commit "83237c9641490d303a42c81ca247314d11055dea")
|
(let ((commit "f2e858273890abcffe7451b0566669e610036f49")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "uxn")
|
(name "uxn")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "1.0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4568,7 +4568,7 @@ cache visualization. Developed at FEE CTU for computer architecture classes.")
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"159qfz66k1jc43jhyl8by3yiphsr2dyiyclw1x7mkr3zciwc29z3"))))
|
"1li0ly8di2vpzvi3wzlcm355dg38m6sfp0i6mryp9x4ibq7kqmy0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no tests
|
(list #:tests? #f ;no tests
|
||||||
|
@ -4584,12 +4584,10 @@ cache visualization. Developed at FEE CTU for computer architecture classes.")
|
||||||
(share (string-append #$output
|
(share (string-append #$output
|
||||||
"/share/uxn")))
|
"/share/uxn")))
|
||||||
(with-directory-excursion "bin"
|
(with-directory-excursion "bin"
|
||||||
(for-each (lambda (x)
|
(for-each
|
||||||
|
(lambda (x)
|
||||||
(install-file x bin))
|
(install-file x bin))
|
||||||
'("uxnasm" "uxncli" "uxnemu"))
|
'("uxnasm" "uxncli" "uxnemu")))))))))
|
||||||
(for-each (lambda (x)
|
|
||||||
(install-file x share))
|
|
||||||
'("asma.rom" "launcher.rom")))))))))
|
|
||||||
(inputs (list sdl2))
|
(inputs (list sdl2))
|
||||||
(home-page "https://100r.co/site/uxn.html")
|
(home-page "https://100r.co/site/uxn.html")
|
||||||
(synopsis "Assembler and emulator for the Uxn stack-machine")
|
(synopsis "Assembler and emulator for the Uxn stack-machine")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue