gnu: nar-herder: Update to 0-21.53682fa.

* gnu/packages/package-management.scm (nar-herder): Update to 0-21.53682fa.
[arguments]: Update style.
This commit is contained in:
Christopher Baines 2023-07-26 10:45:16 +01:00
parent ad9bcc1361
commit a62c8a80cb
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1653,8 +1653,8 @@ (define-public guix-jupyter
(license license:gpl3+)))
(define-public nar-herder
(let ((commit "b27ca4dc0efbb0d9c397fc39347af9b8e8734ab9")
(revision "20"))
(let ((commit "53682fac7e00cd2801406edbd014922c1720c347")
(revision "21"))
(package
(name "nar-herder")
(version (git-version "0" revision commit))
@ -1665,17 +1665,18 @@ (define-public nar-herder
(commit commit)))
(sha256
(base32
"075acihpxvw4rkmbn7wiswqixv2afla8d8x7mgxqc26hba090404"))
"18mzrpc5ni8d6xbp1bg0nzdj0brmnji4jm1gyiq77dm17c118zyz"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
`(#:modules (((guix build guile-build-system)
(list
#:modules `(((guix build guile-build-system)
#:select (target-guile-effective-version))
,@%gnu-build-system-modules)
#:imported-modules ((guix build guile-build-system)
#:imported-modules `((guix build guile-build-system)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases
#~(modify-phases %standard-phases
(add-before 'build 'set-GUILE_AUTO_COMPILE
(lambda _
;; To avoid warnings relating to 'guild'.
@ -1720,8 +1721,7 @@ (define-public nar-herder
"/lib/guile/" version "/site-ccache"))
guile-inputs)
":"))))))
(find-files bin)))
#t))
(find-files bin)))))
(delete 'strip)))) ; As the .go files aren't compatible
(native-inputs
(list pkg-config