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