summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-04 04:50:48 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-05 17:59:06 +0100
commit2d4d56fc690f431bb9ed0bf41fde5c00f7283963 (patch)
tree23a7bd8121eb9dced35da9497f9e5470fdd9c5e6 /gnu/packages/xorg.scm
parent2f9b757677fa919f801319f5aa0da5c24fb70cbf (diff)
downloadguix-patches-2d4d56fc690f431bb9ed0bf41fde5c00f7283963.tar
guix-patches-2d4d56fc690f431bb9ed0bf41fde5c00f7283963.tar.gz
gnu: libxtst: Do not build static libraries.
* gnu/packages/xorg.scm (libxtst)[arguments]: New field.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a88e4460cd..89d5f8d61a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4703,6 +4703,8 @@ cannot be adequately worked around on the client side of the wire.")
(base32
"012jpyj7xfm653a9jcfqbzxyywdmwb2b5wr1dwylx14f3f54jma6"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("--disable-static")))
(propagated-inputs
`(("libxi" ,libxi)
("xorgproto" ,xorgproto)))