me
/
guix
Archived
1
0
Fork 0

gnu: libxdmcp: Do not build static libraries.

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

View File

@ -1316,6 +1316,8 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
(base32 (base32
"0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0")))) "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs (inputs
`(("libbsd" ,libbsd) `(("libbsd" ,libbsd)
("xorgproto" ,xorgproto))) ("xorgproto" ,xorgproto)))