me
/
guix
Archived
1
0
Fork 0

gnu: libevdev: Do not build the static library.

* gnu/packages/xorg.scm (libevdev)[arguments]: Add #:configure-flags.
master
Marius Bakke 2020-02-12 16:52:07 +01:00
parent caf43fd31e
commit ac9cc329fc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -2386,7 +2386,8 @@ XC-APPGROUP, XTEST.")
"0xca343ff12wh6nsq76r0nbsfrm8dypjrzm4fqz9vv9v8i8kfrp1"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
`(#:configure-flags '("--disable-static")
#:phases (modify-phases %standard-phases
(add-before 'configure 'pedantry
(lambda _
;; XXX: libevdev includes kernel headers, which causes this