me
/
guix
Archived
1
0
Fork 0

gnu: libxt: Do not build static libraries.

* gnu/packages/xorg.scm (libxt)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:55:40 +01:00
parent f1f88fc950
commit 71a25873f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -5413,7 +5413,8 @@ draggable titlebars and borders.")
(arguments
'(#:configure-flags (list (string-append "--mandir="
(assoc-ref %outputs "doc")
"/share/man"))))
"/share/man")
"--disable-static")))
(propagated-inputs
`(("libx11" ,libx11)
("libice" ,libice)