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:
Marius Bakke 2021-07-29 13:53:35 +02:00
parent cdd3141f19
commit bc55f3091b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1836,11 +1836,13 @@ (define-public util-linux
(substitute* (find-files (string-append lib "/lib/pkgconfig")
"\\.pc$")
(("^(exec_)?prefix=.*") ""))))))))
(inputs `(("zlib" ,zlib)
("ncurses" ,ncurses)))
(inputs
(list file ;for libmagic
ncurses
zlib))
(native-inputs
`(("perl" ,perl)
("net-base" ,net-base))) ;for tests
(list net-base ;for tests
perl))
(home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
(synopsis "Collection of utilities for the Linux kernel")
(description "Util-linux is a diverse collection of Linux kernel