gnu: lash: Don't build static libraries.

* gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to
disable static libraries.
This commit is contained in:
Efraim Flashner 2017-11-12 11:56:57 +02:00
parent 44df780768
commit b07bfd06ee
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1517,7 +1517,8 @@ (define-public lash
(lambda _ (lambda _
(substitute* '("Makefile.am" "Makefile.in") (substitute* '("Makefile.am" "Makefile.in")
(("lashd ") "")) (("lashd ") ""))
#t))))) #t)))
#:configure-flags '("--disable-static")))
(inputs (inputs
`(("bdb" ,bdb) `(("bdb" ,bdb)
("gtk" ,gtk+-2) ("gtk" ,gtk+-2)