gnu: libcap: Return #t from all phases.

* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
master
Mark H Weaver 2018-03-16 06:27:10 -04:00
parent c0d56bb227
commit d70d59d6f4
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

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="