me
/
guix
Archived
1
0
Fork 0

gnu: libsm: Do not build static library.

* gnu/packages/xorg.scm (libsm)[arguments]: New field.
master
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
1 changed files with 2 additions and 0 deletions

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