diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 22:39:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-14 23:50:24 +0100 |
commit | bc5ce79faf209a2a135de87ad16457becae883d9 (patch) | |
tree | 3d79a8a5366919e13c5809a380818264e96b865f /gnu/packages | |
parent | 7c8c81cc84b7b4980ea90c84dda907d563043593 (diff) |
gnu: chez-sheme: Move util-linux to inputs.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Move UTIL-LINUX ...
[inputs]: ... here. Rename assoc key to "libuuid" for clarity.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/chez.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 2b9868f902..3330f91dfc 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -77,6 +77,7 @@ (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) + ("libuuid" ,util-linux) ("libx11" ,libx11) ("xorg-rgb" ,xorg-rgb) ("nanopass" ,nanopass) @@ -87,8 +88,7 @@ `(("texlive" ,(texlive-union (list texlive-latex-oberdiek texlive-generic-epsf))) ("ghostscript" ,ghostscript) - ("netpbm" ,netpbm) - ("util-linux" ,util-linux))) + ("netpbm" ,netpbm))) (native-search-paths (list (search-path-specification (variable "CHEZSCHEMELIBDIRS") |