mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nar-herder: Update to 0-39.70df5af.
* gnu/packages/package-management.scm (nar-herder): Update to 0-39.70df5af. [arguments,native-inputs,propagated-inputs]: Add guile-knots. Change-Id: I26470c0f15d0b9416f9e867b62e21b52e132927e
This commit is contained in:
parent
d17307c20f
commit
540d5b148f
1 changed files with 7 additions and 4 deletions
|
@ -1795,8 +1795,8 @@ in an isolated environment, in separate namespaces.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "59d2b8aa23d0119a3c95e9d3b90fd6b36d1bde6a")
|
(let ((commit "70df5af752ba9ed9dc414d011a1358babc5e40b1")
|
||||||
(revision "38"))
|
(revision "39"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1807,7 +1807,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rqa9ypdzp3j3ss1c5r0wyqhx61rmsb0s4hlqwnwga5iyimp91sy"))
|
"1b2slw0963avh31xdb8g1zm6mcdvaya4js1ak53wvbzjwrrr2pv6"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1844,7 +1844,8 @@ in an isolated environment, in separate namespaces.")
|
||||||
"guile-prometheus"
|
"guile-prometheus"
|
||||||
"guile-sqlite3"
|
"guile-sqlite3"
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
"guile-fibers")))
|
"guile-fibers"
|
||||||
|
"guile-knots")))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("GUILE_LOAD_PATH" ":" prefix
|
`("GUILE_LOAD_PATH" ":" prefix
|
||||||
(,scm ,(string-join
|
(,scm ,(string-join
|
||||||
|
@ -1877,6 +1878,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers
|
guile-fibers
|
||||||
|
guile-knots
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
@ -1890,6 +1892,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers
|
guile-fibers
|
||||||
|
guile-knots
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue