Loading pkgs/by-name/ba/bacon/package.nix +1 −8 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, rustPlatform, fetchFromGitHub, darwin, versionCheckHook, nix-update-script, }: Loading @@ -21,13 +20,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-rlWNrkzUDs3rbQ5ZV4fKU/EKEy4fVbxEP0+wNwXi7Ag="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.CoreServices ]; nativeInstallCheckInputs = [ versionCheckHook ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; Loading Loading
pkgs/by-name/ba/bacon/package.nix +1 −8 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ stdenv, rustPlatform, fetchFromGitHub, darwin, versionCheckHook, nix-update-script, }: Loading @@ -21,13 +20,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-rlWNrkzUDs3rbQ5ZV4fKU/EKEy4fVbxEP0+wNwXi7Ag="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.CoreServices ]; nativeInstallCheckInputs = [ versionCheckHook ]; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; Loading