bug-guix
[Top][All Lists]
Advanced

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

bug#47020: [PATCH 4/4] gnu: glibc-final-with-bootstrap-bash-boot0: Don't


From: Efraim Flashner
Subject: bug#47020: [PATCH 4/4] gnu: glibc-final-with-bootstrap-bash-boot0: Don't include debug output.
Date: Tue, 9 Mar 2021 15:50:29 +0200

* 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 9ca5bc4a7e..b2921a4a48 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
-- 
2.30.1






reply via email to

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