From d4d132bc84f6c531e88e116c541e55c1210e0735 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 9 Mar 2021 15:48:28 +0200 Subject: 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 9ca5bc4a7e..b2921a4a48 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -3180,6 +3180,7 @@ (define glibc-final-with-bootstrap-bash (package (inherit glibc) (name "glibc-intermediate") + (outputs (delete "debug" (package-outputs glibc))) (source (bootstrap-origin (package-source glibc))) (arguments `(#:guile ,%bootstrap-guile -- cgit v1.2.3