diff options
-rw-r--r-- | gnu/packages/freedesktop.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 9e0dbdfb71..40edcfdab4 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -2060,7 +2060,8 @@ share connections to real-time communication services without conflicting.") #~(list (string-append "--prefix=" #$output) "--disable-avahi-tests" "--without-ca-certificates" - "--disable-Werror"))) + "--disable-Werror" + "--enable-olpc"))) (native-inputs (list autoconf automake |