Danny Milosavljevic wrote 5 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
* gnu/packages/musl.scm (musl)[arguments]<#:configure-flags>: Delete.
---
gnu/packages/musl.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Toggle diff (15 lines)
diff --git a/gnu/packages/musl.scm b/gnu/packages/musl.scm
index 44c39750d6..61519a36e0 100644
--- a/gnu/packages/musl.scm
+++ b/gnu/packages/musl.scm
@@ -38,9 +38,7 @@
"1s6lix02k1ijm4nmhzpmwzk5w6xfkhn70nvvk8zjs51r24cpppn6"))))
(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.")