gnu: elogind: Remove unnecessary configure flag.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Remove
"--with-libcap" configure flag, which is no longer needed.
This commit is contained in:
Ludovic Courtès 2017-09-07 23:22:28 +02:00
parent acc2ab65bc
commit 505760ed08
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 3 deletions

View File

@ -224,9 +224,7 @@ the freedesktop.org XDG Base Directory specification.")
(arguments
`(#:tests? #f ;FIXME: "make check" in the "po" directory fails.
#:configure-flags
(list (string-append "--with-libcap="
(assoc-ref %build-inputs "libcap"))
(string-append "--with-udevrulesdir="
(list (string-append "--with-udevrulesdir="
(assoc-ref %outputs "out")
"/lib/udev/rules.d")
(string-append "--with-rootprefix="