guix-commits
[Top][All Lists]
Advanced

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

04/04: diffutils-boot0: another go at using/fixing usage of package-with


From: Jan Nieuwenhuizen
Subject: 04/04: diffutils-boot0: another go at using/fixing usage of package-with-explicit-inputs.
Date: Tue, 18 Sep 2018 00:36:49 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 2e0ae3f190937d6add1586cbf6d54890f7e10882
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Sep 18 06:35:44 2018 +0200

    diffutils-boot0: another go at using/fixing usage of 
package-with-explicit-inputs.
---
 gnu/packages/commencement.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b94254d..57a0879 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1659,6 +1659,10 @@ exec " gcc "/bin/" program
                                           #:guile %bootstrap-guile)))
      (package (inherit p)
        (name "diffutils-boot0")
+       ;;(inputs '())
+       ;;(inputs (package-inputs p))
+       (inputs `(("make" ,gnu-make-boot0)
+                 ,@(%bootstrap-inputs+toolchain)))
        (arguments `(#:tests? #f         ; the test suite needs diffutils
                     ,@(package-arguments p)))))))
 



reply via email to

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