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:
parent
44df780768
commit
b07bfd06ee
|
@ -1517,7 +1517,8 @@ to be plugged into a wide range of audio synthesis and recording packages.")
|
|||
(lambda _
|
||||
(substitute* '("Makefile.am" "Makefile.in")
|
||||
(("lashd ") ""))
|
||||
#t)))))
|
||||
#t)))
|
||||
#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("bdb" ,bdb)
|
||||
("gtk" ,gtk+-2)
|
||||
|
|
Loading…
Reference in New Issue