me
/
guix
Archived
1
0
Fork 0

gnu: inotify-tools: Omit static library.

* gnu/packages/linux.scm (inotify-tools)[arguments]:
Add "--disable-static" configure flag.
master
Tobias Geerinckx-Rice 2020-12-01 19:08:24 +01:00
parent 7290477c8b
commit eb71ab4655
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -3151,6 +3151,9 @@ for systems using the Linux kernel. This includes commands such as
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(arguments
`(#:configure-flags
(list "--disable-static")))
(home-page "https://github.com/rvoicilas/inotify-tools/wiki")
(synopsis "Monitor file accesses")
(description