gnu: inotify-tools: Remove custom bootstrap phase.

* gnu/packages/linux.scm (inotify-tools)[arguments]: Remove.
This commit is contained in:
Ricardo Wurmus 2018-11-11 12:36:35 +01:00
parent 88f9fea723
commit 4078beab93
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 5 deletions

View File

@ -1976,11 +1976,6 @@ for systems using the Linux kernel. This includes commands such as
(base32
"14dci1i4mhsd5sa33k8h3ayphk19kizynh5ql9ryibdpmcanfiyq"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
(invoke "autoreconf" "-vif"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)