gnu: inotify-tools: Omit static library.
* gnu/packages/linux.scm (inotify-tools)[arguments]: Add "--disable-static" configure flag.master
parent
7290477c8b
commit
eb71ab4655
|
@ -3151,6 +3151,9 @@ for systems using the Linux kernel. This includes commands such as
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list "--disable-static")))
|
||||||
(home-page "https://github.com/rvoicilas/inotify-tools/wiki")
|
(home-page "https://github.com/rvoicilas/inotify-tools/wiki")
|
||||||
(synopsis "Monitor file accesses")
|
(synopsis "Monitor file accesses")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue