mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libunistring: Don't install static library.
* gnu/packages/libunistring.scm (libunistring)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
cd9ad095c7
commit
1f2d64e4a8
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
|||
;; Work around parallel build issue whereby C files may be compiled before
|
||||
;; config.h is built: see <http://hydra.gnu.org/build/59381/nixlog/2/raw> and
|
||||
;; <http://lists.openembedded.org/pipermail/openembedded-core/2012-April/059850.html>.
|
||||
'(#:parallel-build? #f))
|
||||
'(#:parallel-build? #f
|
||||
#:configure-flags '("--disable-static")))
|
||||
(synopsis "C library for manipulating Unicode strings")
|
||||
(description
|
||||
"GNU libunistring is a library providing functions to manipulate
|
||||
|
|
Loading…
Reference in a new issue