3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ppsspp: Name git checkouts.

* gnu/packages/emulators.scm (ppsspp)[inputs]: Use GIT-FILE-NAME for
in-line git origins.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-14 04:06:18 +02:00
parent 8615bcbe20
commit c465980220
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1946,21 +1946,25 @@ framework based on QEMU.")
;; TODO: unbundle armips. ;; TODO: unbundle armips.
("armips-source" ,(package-source armips)) ("armips-source" ,(package-source armips))
("lang" ("lang"
,(origin ,(let ((commit "d184ba2b607a03435be579406b816c90add334e6"))
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/hrydgard/ppsspp-lang") (uri (git-reference
(commit "d184ba2b607a03435be579406b816c90add334e6"))) (url "https://github.com/hrydgard/ppsspp-lang")
(sha256 (commit commit)))
(base32 "0s003x6247nx09qd6a1jz1l2hsk5d6k1zmh8mg3m6hjjhvbvd9j9")))) (sha256
(base32 "0s003x6247nx09qd6a1jz1l2hsk5d6k1zmh8mg3m6hjjhvbvd9j9"))
(file-name (git-file-name "ppsspp-lang" commit)))))
("tests" ("tests"
,(origin ,(let ((commit "328b839c7243e7f733f9eae88d059485e3d808e7"))
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/hrydgard/pspautotests") (uri (git-reference
(commit "328b839c7243e7f733f9eae88d059485e3d808e7"))) (url "https://github.com/hrydgard/pspautotests")
(sha256 (commit commit)))
(base32 "1gj1kr5ijxrqwvz7c41phskjr70ndp8iz0gr8c3xxsd8p9z5gdvm")))))) (sha256
(base32 "1gj1kr5ijxrqwvz7c41phskjr70ndp8iz0gr8c3xxsd8p9z5gdvm"))
(file-name (git-file-name "pspautotests" commit)))))))
(arguments (arguments
`(#:out-of-source? #f `(#:out-of-source? #f
#:configure-flags (list "-DUSE_DISCORD=OFF" #:configure-flags (list "-DUSE_DISCORD=OFF"