me
/
guix
Archived
1
0
Fork 0

gnu: neon: Don't build static library.

* gnu/packages/version-controls.scm (neon)[arguments]: Add
configure-flag to skip static library.
master
Efraim Flashner 2021-01-12 10:43:37 +02:00
parent 68bee13aa7
commit 66c352a1fa
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ history. It implements the changeset evolution concept for Mercurial.")
;; https://sourceware.org/bugzilla/show_bug.cgi?id=16475
#:tests? #f
#:configure-flags '("--enable-shared"
"--disable-static"
;; requires libgnutils-config, deprecated
;; in gnutls 2.8.
; "--with-ssl=gnutls")))