guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/46: gnu: fakeroot: Remove input labels.


From: guix-commits
Subject: 44/46: gnu: fakeroot: Remove input labels.
Date: Fri, 16 Dec 2022 21:39:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 37cce5599c7b324c57db67802a742c9636820b24
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: fakeroot: Remove input labels.
    
    * gnu/packages/linux.scm (fakeroot)[native-inputs]:
    Remove input labels.
---
 gnu/packages/linux.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index db21d05b5c..720ad43375 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8904,16 +8904,8 @@ the superuser to make device nodes.")
              (substitute* "test/compare-tar"
                (("tar -tvf") "tar --numeric-owner -tvf")))))))
     (native-inputs
-     `(;; For bootstrapping the package.
-       ("autoconf" ,autoconf-2.71)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
-       ("gettext" ,gettext-minimal)
-       ("po4a" ,po4a)
-
-       ;; For tests.
-       ("sharutils" ,sharutils)
-       ("xz" ,xz)))
+     (list autoconf-2.71 automake gettext-minimal libtool po4a
+           sharutils xz))               ; for tests
     (inputs
      (list acl libcap util-linux sed coreutils))
     (synopsis "Run commands in an environment with fake root privileges")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]