gnu: libxfixes: Do not build static libraries.
* gnu/packages/xorg.scm (libxfixes)[arguments]: New field.master
parent
8e6b3856bb
commit
e36506a4fe
|
@ -4914,6 +4914,8 @@ an X Window System display.")
|
|||
(base32
|
||||
"1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("xorgproto" ,xorgproto)))
|
||||
(inputs
|
||||
|
|
Reference in New Issue