mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
Revert "gnu: inetutils: Do not refer to canonical coreutils."
This reverts commit 61560d4bef
because it
triggers too many rebuilds.
This commit is contained in:
parent
61560d4bef
commit
3dd310087a
1 changed files with 1 additions and 7 deletions
|
@ -623,16 +623,10 @@ (define-public inetutils
|
||||||
"--disable-uucpd"
|
"--disable-uucpd"
|
||||||
"--disable-whois")
|
"--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:
|
;; On some systems, 'libls.sh' may fail with an error such as:
|
||||||
;; "Failed to tell switch -a apart from -A".
|
;; "Failed to tell switch -a apart from -A".
|
||||||
#:parallel-tests? #f))
|
#:parallel-tests? #f))
|
||||||
(inputs `(("coreutils*" ,coreutils)
|
(inputs `(("ncurses" ,ncurses)
|
||||||
("ncurses" ,ncurses)
|
|
||||||
("readline" ,readline))) ;for 'ftp'
|
("readline" ,readline))) ;for 'ftp'
|
||||||
(native-inputs (if (member (%current-system)
|
(native-inputs (if (member (%current-system)
|
||||||
(package-supported-systems net-tools))
|
(package-supported-systems net-tools))
|
||||||
|
|
Loading…
Reference in a new issue