me
/
guix
Archived
1
0
Fork 0

gnu: libxres: Do not build static libraries.

* gnu/packages/xorg.scm (libxres)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:48:10 +01:00
parent 7f5fa7d079
commit 795bd8487f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1471,6 +1471,8 @@ treat it as part of their software base when porting.")
(base32 (base32
"1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz")))) "1m0jr0lbz9ixpp9ihk68349q0i7ry2379lnfzdy4mrl86ijc2xgz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs (inputs
`(("xorgproto" ,xorgproto) `(("xorgproto" ,xorgproto)
("libxext" ,libxext) ("libxext" ,libxext)