From 36fcf6092f47ae5d4fad24b3f2f7025f6214a1c3 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sun, 14 Jun 2020 16:53:08 +0200 Subject: [PATCH] gnu: musl: Enable gcc wrapper. * gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete. Signed-off-by: Zheng Junjie --- gnu/packages/musl.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm index 60fcbce150..b783837ba5 100644 --- a/gnu/packages/musl.scm +++ b/gnu/packages/musl.scm @@ -38,9 +38,7 @@ (define-public musl "1r3mgky9d19b2285s274qxzlgs7sncx8plm01vd691sdx2xii8d9")))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; musl has no tests - #:configure-flags - (list "--disable-gcc-wrapper"))) + `(#:tests? #f)) ; musl has no tests (synopsis "Small C standard library") (description "musl is a simple and lightweight C standard library. It strives to be correct in the sense of standards-conformance and safety.")