fix: Fix dylib names on darwin
This commit is contained in:
parent
289f750e5b
commit
1da06a6491
|
@ -81,7 +81,8 @@
|
|||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
]);
|
||||
nativeBuildInputs = (sharedNativeDeps pkgs)
|
||||
++ (with pkgs; [ pkg-config cmake ]);
|
||||
++ (with pkgs; [ pkg-config cmake ]) ++ (with pkgs;
|
||||
lib.optionals stdenv.isDarwin [ fixDarwinDylibNames ]);
|
||||
devBase = with pkgs;
|
||||
[
|
||||
# Build tools
|
||||
|
|
Loading…
Reference in New Issue