mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: libcap: Enable tests.
* gnu/packages/linux.scm (libcap)[arguments]: Remove #:tests?. Add #:test-target.
This commit is contained in:
parent
e21b70accc
commit
2a65cd8c05
1 changed files with 1 additions and 1 deletions
|
@ -1976,7 +1976,7 @@ (define-public libcap
|
|||
(string-append "LDFLAGS := -Wl,-rpath="
|
||||
%output "/lib")))
|
||||
#t)))
|
||||
#:tests? #f ; no 'check' target
|
||||
#:test-target "test"
|
||||
#:make-flags (list "lib=lib"
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue