diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 12:36:35 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-11 12:36:35 +0100 |
commit | 4078beab938d5043098d42cd051a6db1e85c5d2b (patch) | |
tree | 0a8eed2399f9eccd55baab8d26eb876c9cee70cf /gnu/packages/linux.scm | |
parent | 88f9fea72395ea7c00ce4070c1e55f6a82aa7357 (diff) | |
download | guix-4078beab938d5043098d42cd051a6db1e85c5d2b.tar.gz |
gnu: inotify-tools: Remove custom bootstrap phase.
* gnu/packages/linux.scm (inotify-tools)[arguments]: Remove.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9833ff543d..6b7aa89931 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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) |