fix: Fix dylib names on darwin
This commit is contained in:
parent
289f750e5b
commit
80567deb4a
|
@ -49,6 +49,8 @@
|
|||
pkgs.libiconv
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
];
|
||||
nativeBuildInputs = with pkgs;
|
||||
lib.optionals stdenv.isDarwin [ fixDarwinDylibNames ];
|
||||
}) sources) //
|
||||
# Packages that naersk has trouble building due to https://github.com/nix-community/naersk/issues/263
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue