gnu: util-linux: Explicitly depend on 'file'.
...instead of using the variant that happens to be in %FINAL-INPUTS. * gnu/packages/linux.scm (util-linux)[inputs]: Add FILE. While at it, remove labels. [native-inputs]: Remove labels.
This commit is contained in:
parent
cdd3141f19
commit
bc55f3091b
1 changed files with 6 additions and 4 deletions
|
@ -1836,11 +1836,13 @@ providing the system administrator with some help in common tasks.")
|
||||||
(substitute* (find-files (string-append lib "/lib/pkgconfig")
|
(substitute* (find-files (string-append lib "/lib/pkgconfig")
|
||||||
"\\.pc$")
|
"\\.pc$")
|
||||||
(("^(exec_)?prefix=.*") ""))))))))
|
(("^(exec_)?prefix=.*") ""))))))))
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs
|
||||||
("ncurses" ,ncurses)))
|
(list file ;for libmagic
|
||||||
|
ncurses
|
||||||
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
(list net-base ;for tests
|
||||||
("net-base" ,net-base))) ;for tests
|
perl))
|
||||||
(home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
|
(home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
|
||||||
(synopsis "Collection of utilities for the Linux kernel")
|
(synopsis "Collection of utilities for the Linux kernel")
|
||||||
(description "Util-linux is a diverse collection of Linux kernel
|
(description "Util-linux is a diverse collection of Linux kernel
|
||||||
|
|
Reference in a new issue