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

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.
This commit is contained in:
Marius Bakke 2020-01-14 22:39:44 +01:00
parent 7c8c81cc84
commit bc5ce79faf
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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")