1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

gnu: libcap: Return #t from all phases.

* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
This commit is contained in:
Mark H Weaver
2018-03-16 06:27:10 -04:00
parent c0d56bb227
commit d70d59d6f4
+2 -1
View File
@@ -1329,7 +1329,8 @@ configuration (iptunnel, ipmaddr).")
(substitute* "Make.Rules"
(("LDFLAGS := #-g")
(string-append "LDFLAGS := -Wl,-rpath="
%output "/lib"))))))
%output "/lib")))
#t)))
#:tests? #f ; no 'check' target
#:make-flags (list "lib=lib"
(string-append "prefix="