fix: Fix dylib names on darwin

This commit is contained in:
Nathan McCarty 2023-07-21 22:47:17 -04:00
parent 289f750e5b
commit 1da06a6491
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:3elIBybO7zXuCg+/os7OlO2fwfRPXmObQjcHXBf7Hfg
1 changed files with 2 additions and 1 deletions

View File

@ -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