mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: inotify-tools: Omit static library.
* gnu/packages/linux.scm (inotify-tools)[arguments]: Add "--disable-static" configure flag.
This commit is contained in:
parent
7290477c8b
commit
eb71ab4655
1 changed files with 3 additions and 0 deletions
|
@ -3151,6 +3151,9 @@ (define-public inotify-tools
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue