me
/
guix
Archived
1
0
Fork 0

gnu: libxscrnsaver: Do not build static libraries.

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

View File

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