summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/speech.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 065aa81543..66ca20d16a 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -70,6 +70,8 @@ efficiency through the use of a compact vector representation of n-grams.")
                (base32
                 "18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("--disable-static")))
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))