diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-04 04:52:50 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-05 17:59:06 +0100 |
commit | 41d9a0927e3aed78d4120b7603e6369665484800 (patch) | |
tree | e8bb7620c3dc498c08f1baa8a307988d51b860fb | |
parent | e36506a4fe9a48c71a5c952b21abe36387cf022e (diff) | |
download | patches-41d9a0927e3aed78d4120b7603e6369665484800.tar patches-41d9a0927e3aed78d4120b7603e6369665484800.tar.gz |
gnu: libxfont: Do not build static libraries.
* gnu/packages/xorg.scm (libxfont)[arguments]: New field.
-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 fdb96c99c9..ea07b47486 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4942,6 +4942,8 @@ an X Window System display.") (base32 "0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs")))) (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--disable-static"))) (propagated-inputs `(("freetype" ,freetype) ("libfontenc" ,libfontenc) |