gnu: libsm: Do not build static library.
* gnu/packages/xorg.scm (libsm)[arguments]: New field.master
parent
12818a0656
commit
cc41e2b09f
|
@ -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
|
||||
|
|
Reference in New Issue