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
|
;; 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
|
;; 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>.
|
;; <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")
|
(synopsis "C library for manipulating Unicode strings")
|
||||||
(description
|
(description
|
||||||
"GNU libunistring is a library providing functions to manipulate
|
"GNU libunistring is a library providing functions to manipulate
|
||||||
|
|
Reference in a new issue