gnu: libidn: Don't build static libraries.
* gnu/packages/libidn.scm (libidn)[arguments]: New field.
This commit is contained in:
parent
1f2d64e4a8
commit
85b4482308
|
@ -43,6 +43,8 @@
|
|||
"07pyy0afqikfq51z5kbzbj9ldbd12mri0zvx0mfv3ds6bc0g26pi"))))
|
||||
(build-system gnu-build-system)
|
||||
;; FIXME: No Java and C# libraries are currently built.
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-static")))
|
||||
(synopsis "Internationalized string processing library")
|
||||
(description
|
||||
"libidn is a library implementing of the Stringprep, Punycode and IDNA
|
||||
|
|
Loading…
Reference in New Issue