guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnu-make-boot0: Don't include debug output.


From: guix-commits
Subject: 01/04: gnu: gnu-make-boot0: Don't include debug output.
Date: Wed, 10 Mar 2021 14:57:04 -0500 (EST)

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

commit 21ec74fc14e144e8fcff4faeac5b3e9f71c6b000
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 9 15:47:07 2021 +0200

    gnu: gnu-make-boot0: Don't include debug output.
    
    * gnu/packages/commencement.scm (gnu-make-boot0)[outputs]: Remove debug
    from inherited outputs.
---
 gnu/packages/commencement.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 890d579..07d657c 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2403,6 +2403,7 @@ exec " gcc "/bin/" program
 (define gnu-make-boot0
   (package
     (inherit gnu-make)
+    (outputs (delete "debug" (package-outputs gnu-make)))
     (source (bootstrap-origin (package-source gnu-make)))
     (name "make-boot0")
     (arguments



reply via email to

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