mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
musl: multiple outputs
This commit is contained in:
parent
a2eb1f4bd6
commit
290c62e749
@ -23,8 +23,12 @@ stdenv.mkDerivation rec {
|
||||
"--enable-shared"
|
||||
"--enable-static"
|
||||
"CFLAGS=-fstack-protector-strong"
|
||||
# Fix cycle between outputs
|
||||
"--disable-wrapper"
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user