mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fakeroot: Remove input labels.
* gnu/packages/linux.scm (fakeroot)[native-inputs]: Remove input labels.
This commit is contained in:
parent
208006b410
commit
37cce5599c
1 changed files with 2 additions and 10 deletions
|
@ -8904,16 +8904,8 @@ the superuser to make device nodes.")
|
||||||
(substitute* "test/compare-tar"
|
(substitute* "test/compare-tar"
|
||||||
(("tar -tvf") "tar --numeric-owner -tvf")))))))
|
(("tar -tvf") "tar --numeric-owner -tvf")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; For bootstrapping the package.
|
(list autoconf-2.71 automake gettext-minimal libtool po4a
|
||||||
("autoconf" ,autoconf-2.71)
|
sharutils xz)) ; for tests
|
||||||
("automake" ,automake)
|
|
||||||
("libtool" ,libtool)
|
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("po4a" ,po4a)
|
|
||||||
|
|
||||||
;; For tests.
|
|
||||||
("sharutils" ,sharutils)
|
|
||||||
("xz" ,xz)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list acl libcap util-linux sed coreutils))
|
(list acl libcap util-linux sed coreutils))
|
||||||
(synopsis "Run commands in an environment with fake root privileges")
|
(synopsis "Run commands in an environment with fake root privileges")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue