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