guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: glibc-final-with-bootstrap-bash-boot0: Don't include debug o


From: guix-commits
Subject: 04/04: gnu: glibc-final-with-bootstrap-bash-boot0: Don't include debug output.
Date: Wed, 10 Mar 2021 14:57:05 -0500 (EST)

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

commit d4d132bc84f6c531e88e116c541e55c1210e0735
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 9 15:48:28 2021 +0200

    gnu: glibc-final-with-bootstrap-bash-boot0: Don't include debug output.
    
    * gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash-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 9ca5bc4..b2921a4 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3180,6 +3180,7 @@ memoized as a function of '%current-system'."
   (package
     (inherit glibc)
     (name "glibc-intermediate")
+    (outputs (delete "debug" (package-outputs glibc)))
     (source (bootstrap-origin (package-source glibc)))
     (arguments
      `(#:guile ,%bootstrap-guile



reply via email to

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