aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 2794825d91..f6488e74a5 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -183,9 +183,9 @@
(propagated-inputs
(list guile-json-3 guile-readline guile-redis))
(native-inputs
- `(("bash" ,bash) ;for the `source' builtin
- ("pkgconfig" ,pkg-config)
- ("util-linux" ,util-linux))) ;for the `script' command
+ (list bash-minimal ;for the `source' builtin
+ pkg-config
+ util-linux)) ;for the `script' command
(arguments
`(#:modules (((guix build guile-build-system)
#:select (target-guile-effective-version))
so it appears in the top-level directory. Nicolas Goaziou 2019-04-03gnu: asymptote: Update to 2.49....* gnu/packages/plotutils.scm (asymptote): Update to 2.49. [native-inputs]: Re-order inputs. [inputs]: Update to Python 3. Add glew and glm. [arguments]: Add a phase to fix build. Remove unnecessary fix for tests. Nicolas Goaziou 2019-03-01gnu: asymptote: Remove indirect TexLive dependency....* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Remove texlive-generic-ifxetex from texlive-union. Ricardo Wurmus 2018-09-06gnu: guile-charting: Install .go files to libdir....* gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet): Remove. Ludovic Courtès 2018-08-21gnu: asymptote: Use minimal texlive-union....* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Replace texlive with texlive-union. Pierre Neidhardt 2018-08-06gnu: asymptote: Update to 2.47....* gnu/packages/plotutils.scm (asymptote): Update to 2.47. Nicolas Goaziou