Loading pkgs/tools/networking/tuic/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , darwin }: rustPlatform.buildRustPackage rec{ Loading @@ -14,6 +16,10 @@ rustPlatform.buildRustPackage rec{ hash = "sha256-VoNr91vDqBlt9asT/dwCeYk13UNiDexNNiKwD5DSn8k="; }; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]); postPatch = '' ln -sf ${./Cargo.lock} Cargo.lock ''; Loading Loading
pkgs/tools/networking/tuic/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , darwin }: rustPlatform.buildRustPackage rec{ Loading @@ -14,6 +16,10 @@ rustPlatform.buildRustPackage rec{ hash = "sha256-VoNr91vDqBlt9asT/dwCeYk13UNiDexNNiKwD5DSn8k="; }; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security ]); postPatch = '' ln -sf ${./Cargo.lock} Cargo.lock ''; Loading