guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: hpcguix-web: Update to 9ff40fc.


From: Ludovic Courtès
Subject: 02/06: gnu: hpcguix-web: Update to 9ff40fc.
Date: Thu, 6 Sep 2018 05:20:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b3ca2d8883f7aa5c8505e04427f2d892148f61e1
Author: Ludovic Courtès <address@hidden>
Date:   Thu Sep 6 10:46:07 2018 +0200

    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.
---
 gnu/packages/web.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9185485..9567254 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]