guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hurd: Remove inputs no longer needed.


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: hurd: Remove inputs no longer needed.
Date: Tue, 7 Jun 2016 19:12:32 +0000 (UTC)

phant0mas pushed a commit to branch core-updates
in repository guix.

commit 90b5d00bcb889d274cd9feeaed70725e4120d53f
Author: Manolis Ragkousis <address@hidden>
Date:   Tue Jun 7 21:56:03 2016 +0300

    gnu: hurd: Remove inputs no longer needed.
    
    * gnu/packages/hurd.scm (hurd-headers, hurd-minimal)[native-inputs]: Remove 
"autoconf".
---
 gnu/packages/hurd.scm |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index d48facb..9eef110 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -26,7 +26,6 @@
   #:use-module (gnu packages flex)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages perl)
-  #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
   #:use-module (guix git-download))
 
@@ -112,11 +111,7 @@ communication.")
                 "1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(;; Autoconf shouldn't be necessary but there seems to be a bug in the
-       ;; build system triggering its use.
-       ("autoconf" ,autoconf)
-
-       ("mig" ,mig)))
+     `(("mig" ,mig)))
     (arguments
      `(#:phases (alist-replace
                  'install
@@ -146,8 +141,7 @@ Library and other user programs.")
     (name "hurd-minimal")
     (inputs `(("glibc-hurd-headers" ,glibc/hurd-headers)))
     (native-inputs
-     `(("autoconf" ,(autoconf-wrapper))
-       ("mig" ,mig)))
+     `(("mig" ,mig)))
 
     (arguments
      `(#:phases (alist-replace



reply via email to

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