guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: commencement: Clean up 'gnu-make-final' dependencies.


From: guix-commits
Subject: 04/04: gnu: commencement: Clean up 'gnu-make-final' dependencies.
Date: Mon, 14 Oct 2019 09:46:43 -0400 (EDT)

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

commit fd67cdb7e3a617bfc7ab5091a6b3bf894cf4c28c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 14 15:42:42 2019 +0200

    gnu: commencement: Clean up 'gnu-make-final' dependencies.
    
    * gnu/packages/commencement.scm (gnu-make-final): Remove GUILE-FINAL
    from the inputs of 'pkg-config'.
---
 gnu/packages/commencement.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 26b0a94..58ee3ba 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2375,13 +2375,9 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
 
 (define gnu-make-final
   ;; The final GNU Make, which uses the final Guile.
-  ;; FIXME: This is a mistake: we shouldn't be propagating GUILE-FINAL to
-  ;; PKG-CONFIG.
-  ;; TODO: Fix that on the next rebuild cycle.
   (let ((pkg-config (package
                       (inherit pkg-config)
-                      (inputs `(("guile" ,guile-final)
-                                ,@(%boot5-inputs)))
+                      (inputs (%boot5-inputs))
                       (arguments
                        `(#:implicit-inputs? #f
                          ,@(package-arguments pkg-config))))))



reply via email to

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