guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: inetutils: Do not refer to canonical


From: guix-commits
Subject: branch master updated: Revert "gnu: inetutils: Do not refer to canonical coreutils."
Date: Thu, 27 Aug 2020 10:33:36 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3dd3100  Revert "gnu: inetutils: Do not refer to canonical coreutils."
3dd3100 is described below

commit 3dd310087a883df6eb5ce47ca24fe8fbac15a2d7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 27 16:33:13 2020 +0200

    Revert "gnu: inetutils: Do not refer to canonical coreutils."
    
    This reverts commit 61560d4bef05711db86320794437e1b261f4b5aa because it
    triggers too many rebuilds.
---
 gnu/packages/admin.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a1b9761..5efe67b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -623,16 +623,10 @@ re-executing them as necessary.")
                                    "--disable-uucpd"
                                    "--disable-whois")
                                  '()))
-       ;; Make sure that canonical "coreutils" package is not referred.
-       #:make-flags
-       (list (string-append "CPPFLAGS=-DPATHDEF_CP=\\\""
-                            (assoc-ref %build-inputs "coreutils*")
-                            "/bin/cp\\\""))
        ;; On some systems, 'libls.sh' may fail with an error such as:
        ;; "Failed to tell switch -a apart from -A".
        #:parallel-tests? #f))
-    (inputs `(("coreutils*" ,coreutils)
-              ("ncurses" ,ncurses)
+    (inputs `(("ncurses" ,ncurses)
               ("readline" ,readline)))        ;for 'ftp'
     (native-inputs (if (member (%current-system)
                                (package-supported-systems net-tools))



reply via email to

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