diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-03-19 23:09:15 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-03-19 23:42:57 +0100 |
commit | 4ed06287376bc1632c6bca4a395795bc8cc1b874 (patch) | |
tree | 327981a926f1521b14622f34bfa67fcdd5fd8139 /gnu/packages/freedesktop.scm | |
parent | 4c20b0bcf7c8396cadc618a3df0127b864fd10f2 (diff) | |
download | patches-4ed06287376bc1632c6bca4a395795bc8cc1b874.tar patches-4ed06287376bc1632c6bca4a395795bc8cc1b874.tar.gz |
gnu: elogind: Build with gperf 3.0.
* gnu/packages/gperf.scm (gperf-3.0): New variable.
* gnu/packages/freedesktop.scm (elogind)[native-inputs]: Use GPERF-3.0
instead of GPERF.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 20a104f623..065046e667 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -206,7 +206,10 @@ the freedesktop.org XDG Base Directory specification.") ("m4" ,m4) ("libxml2" ,libxml2) ;for XML_CATALOG_FILES ("pkg-config" ,pkg-config) - ("gperf" ,gperf))) + + ;; Use gperf 3.0 to work around + ;; <https://github.com/wingo/elogind/issues/8>. + ("gperf" ,gperf-3.0))) (inputs `(("linux-pam" ,linux-pam) ("linux-libre-headers" ,linux-libre-headers) |