gnu: guix: Update to d0438fc
.
This adds the “builtin:git-download” derivation builder to guix-daemon, added in commit13b0cf85eb
. * gnu/packages/package-management.scm (guix): Update tod0438fc
.
parent
c480222665
commit
59587e2fda
|
@ -174,8 +174,8 @@
|
||||||
;; Note: the 'update-guix-package.scm' script expects this definition to
|
;; Note: the 'update-guix-package.scm' script expects this definition to
|
||||||
;; start precisely like this.
|
;; start precisely like this.
|
||||||
(let ((version "1.4.0")
|
(let ((version "1.4.0")
|
||||||
(commit "4dfdd822102690b5687acf28365ab707b68d9476")
|
(commit "d0438fcf658cb8c95b32381fac44b0a6278459ed")
|
||||||
(revision 10))
|
(revision 11))
|
||||||
(package
|
(package
|
||||||
(name "guix")
|
(name "guix")
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p21gz2lr7iqvma1m83k2r04w201rzvk31d5kfn2qkr9l0gds4cx"))
|
"05i32m7cxs7vhl54hvs0f9g84jhnn2dbc9qcgaqvqnqc4i8yhhxr"))
|
||||||
(file-name (string-append "guix-" version "-checkout"))))
|
(file-name (string-append "guix-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -515,6 +515,8 @@ $(prefix)/etc/openrc\n")))
|
||||||
("disarchive" ,disarchive) ;for 'guix perform-download'
|
("disarchive" ,disarchive) ;for 'guix perform-download'
|
||||||
("guile-lzma" ,guile-lzma) ;for Disarchive
|
("guile-lzma" ,guile-lzma) ;for Disarchive
|
||||||
|
|
||||||
|
("git-minimal" ,git-minimal) ;for 'guix perform-download'
|
||||||
|
|
||||||
("glibc-utf8-locales" ,glibc-utf8-locales)))
|
("glibc-utf8-locales" ,glibc-utf8-locales)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile-gnutls" ,guile-gnutls)
|
`(("guile-gnutls" ,guile-gnutls)
|
||||||
|
|
Reference in New Issue