forked from mirrors/nixpkgs
musl: build musl-gcc
The build of the wrapper was disabled in 93e44be (#21023) and is not related to the CVE itself. (See comments in the mentioned PR.)
This commit is contained in:
parent
c466e31a0f
commit
e799e7b5d6
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--enable-shared"
|
||||
"--enable-static"
|
||||
"--disable-gcc-wrapper"
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Reference in a new issue