gnu: libite: Don't build static library.

* gnu/packages/linux.scm (libite)[arguments]: Add "--disable-static"
to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent c9038edc4f
commit 23c281424c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4932,7 +4932,9 @@ (define-public libite
(base32 "0i27ppb557kdc1hm7nf0f5r7sxvqma31pr57h79whl6qcp28gy4a"))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(#:configure-flags
(list "--disable-static")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-tests
(lambda* (#:key inputs #:allow-other-keys)