guix: remove unused define

This commit is contained in:
tobtoht 2023-09-07 10:43:15 +02:00
parent abfc8ca9a2
commit c1fc610940
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -184,9 +184,6 @@ chain for " target " development."))
(search-our-patches "nsis-gcc-10-memmove.patch"
"nsis-disable-installer-reloc.patch")))
(define (make-glibc-without-werror glibc)
(package-with-extra-configure-variable glibc "enable_werror" "no"))
(define-public mingw-w64-base-gcc
(package
(inherit base-gcc)