Loading pkgs/by-name/id/identity/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ pkg-config, rustPlatform, rustc, versionCheckHook, wrapGAppsHook4, }: Loading Loading @@ -77,6 +78,9 @@ stdenv.mkDerivation (finalAttrs: { doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; cargoCheckType = if (finalAttrs.mesonBuildType != "debug") then "release" else "debug"; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; checkPhase = '' runHook preCheck Loading Loading
pkgs/by-name/id/identity/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ pkg-config, rustPlatform, rustc, versionCheckHook, wrapGAppsHook4, }: Loading Loading @@ -77,6 +78,9 @@ stdenv.mkDerivation (finalAttrs: { doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; cargoCheckType = if (finalAttrs.mesonBuildType != "debug") then "release" else "debug"; nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; checkPhase = '' runHook preCheck Loading