gnu: libsm: Do not build static library.

* gnu/packages/xorg.scm (libsm)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-06 08:18:33 +01:00
parent 12818a0656
commit cc41e2b09f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1226,6 +1226,8 @@ hit when running single-threaded.")
(base32
"1fwwfq9v3sqmpzpscymswxn76xhxnysa24pfim1mcpxhvjcl89id"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libice" ,libice))) ; SMlib.h includes ICElib.h
(inputs