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

gnu: hpcguix-web: Update to 9ff40fc.

* gnu/packages/web.scm (hpcguix-web): Update to 9ff40fc.
[arguments]: In 'wrap-program' phase, add guile-gcrypt, guile-git, and
guile-bytestructures to DEPS.
This commit is contained in:
Ludovic Courtès 2018-09-06 10:46:07 +02:00
parent 96d6c41dfa
commit b3ca2d8883
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6708,10 +6708,11 @@ compressed JSON header blocks.
(license l:expat)))
(define-public hpcguix-web
(let ((commit "87cb51611c0f1fd3863b830614ab1364599cf1ca"))
(let ((commit "9ff40fcc77f248901d861756dbbddc80270c380c")
(revision "2"))
(package
(name "hpcguix-web")
(version (git-version "0.0.1" "1" commit))
(version (git-version "0.0.1" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@ -6720,7 +6721,7 @@ compressed JSON header blocks.
(file-name (git-file-name name version))
(sha256
(base32
"0p66fl8r3v73v13fqg9rbqbzbdzvyznchxbq2s1jwq6qfsn2w3gr"))))
"0lxcj9s3wxrv1l7lrxxx374jwzx7h60gxwkbgr46lzcbgvb3k26s"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
@ -6741,10 +6742,13 @@ compressed JSON header blocks.
(let* ((out (assoc-ref outputs "out"))
(guix (assoc-ref inputs "guix"))
(guile (assoc-ref inputs "guile"))
(gcrypt (assoc-ref inputs "guile-gcrypt"))
(git (assoc-ref inputs "guile-git"))
(bs (assoc-ref inputs "guile-bytestructures"))
(json (assoc-ref inputs "guile-json"))
(guile-cm (assoc-ref inputs
"guile-commonmark"))
(deps (list guile guile-cm guix json))
(deps (list guile gcrypt git bs guile-cm guix json))
(effective
(read-line
(open-pipe* OPEN_READ