guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/22: gnu: inotify-tools: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 11/22: gnu: inotify-tools: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4078beab938d5043098d42cd051a6db1e85c5d2b
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 12:36:35 2018 +0100

    gnu: inotify-tools: Remove custom bootstrap phase.
    
    * gnu/packages/linux.scm (inotify-tools)[arguments]: Remove.
---
 gnu/packages/linux.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9833ff5..6b7aa89 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]