diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 04:57:53 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:08 +0100 |
commit | dea60654eda221c0281faffc7548300482bd6747 (patch) | |
tree | cd7399a80fdee82d2cc91cf35a56d7d6d5181da9 /gnu/packages/xorg.scm | |
parent | 95c2ec0bb99ae9c219852e46ab332c7041bb8a40 (diff) | |
download | guix-dea60654eda221c0281faffc7548300482bd6747.tar.gz |
gnu: xcb-util-renderutil: Do not build static libraries.
* gnu/packages/xorg.scm (xcb-util-renderutil)[arguments]: New field.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5889c7343f..5adb265b29 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5697,6 +5697,8 @@ The XCB util-keysyms module provides the following library: (base32 "0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (propagated-inputs `(("libxcb" ,libxcb))) (native-inputs |