mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Signal static build option in makeStaticLibraries
This flag can replace the extra static parameter to packages that don't work automatically with this adapter.
This commit is contained in:
parent
a835adc10c
commit
3c12ae1d35
@ -62,6 +62,7 @@ rec {
|
||||
];
|
||||
mesonFlags = (args.mesonFlags or []) ++ [ "-Ddefault_library=static" ];
|
||||
});
|
||||
static = true;
|
||||
};
|
||||
|
||||
/* Modify a stdenv so that the specified attributes are added to
|
||||
|
Loading…
Reference in New Issue
Block a user