me
/
guix
Archived
1
0
Fork 0

gnu: libite: Don't build static library.

* gnu/packages/linux.scm (libite)[arguments]: Add "--disable-static"
to #:configure-flags.
master
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
1 changed files with 3 additions and 1 deletions

View File

@ -4932,7 +4932,9 @@ capabilities of the Linux kernel.")
(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)