[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: hpcguix-web: Add guix to inputs.
From: |
guix-commits |
Subject: |
branch master updated: gnu: hpcguix-web: Add guix to inputs. |
Date: |
Fri, 03 Jul 2020 16:46:18 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c11b95a gnu: hpcguix-web: Add guix to inputs.
c11b95a is described below
commit c11b95af7f5c2c77478353a808ce47627969a779
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 3 22:43:17 2020 +0200
gnu: hpcguix-web: Add guix to inputs.
* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.
---
gnu/packages/web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 47b0c5c..1a7ea54 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7372,7 +7372,8 @@ compressed JSON header blocks.
("uglify-js" ,uglify-js)
("pkg-config" ,pkg-config)))
(inputs
- `(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))))
+ `(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
+ ("guix" ,guix)))
(propagated-inputs
`(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
("guile-commonmark" ,guile-commonmark)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: hpcguix-web: Add guix to inputs.,
guix-commits <=