diff --git a/flake.nix b/flake.nix index bae17f7..d88e4d1 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {