Archived
1
0
Fork 0

gnu: procenv: Don't use unstable tarball.

* gnu/packages/linux.scm (procenv)[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2020-06-24 10:26:20 +03:00
parent eb4cfec276
commit cfaf5bccb9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6317,12 +6317,13 @@ the MTP device as a file system.")
(version "0.51") (version "0.51")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/jamesodhunt/procenv/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/jamesodhunt/procenv")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "1javw97yw0qvjmj14js8vw6nsfyf2xc0kfiyq5f2hsp0553w2cdq")))) (base32 "1ilrsw1rc85w29mkbkmm5n5w427gapv43yrjzvkb4kc9xhscgdjn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags '("--disable-silent-rules"))) (arguments `(#:configure-flags '("--disable-silent-rules")))
(native-inputs `(("groff" ,groff) ; for tests (native-inputs `(("groff" ,groff) ; for tests