Loading pkgs/by-name/id/identity/package.nix +15 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { ninja pkg-config rustc rustPlatform.cargoCheckHook rustPlatform.cargoSetupHook wrapGAppsHook4 ]; Loading @@ -66,6 +67,20 @@ stdenv.mkDerivation rec { libseccomp ]; mesonBuildType = "release"; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; cargoCheckType = if (finalAttrs.mesonBuildType != "debug") then "release" else "debug"; checkPhase = '' runHook preCheck cargoCheckHook mesonCheckPhase runHook postCheck ''; passthru.updateScript = nix-update-script { }; meta = { Loading Loading
pkgs/by-name/id/identity/package.nix +15 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { ninja pkg-config rustc rustPlatform.cargoCheckHook rustPlatform.cargoSetupHook wrapGAppsHook4 ]; Loading @@ -66,6 +67,20 @@ stdenv.mkDerivation rec { libseccomp ]; mesonBuildType = "release"; doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform; cargoCheckType = if (finalAttrs.mesonBuildType != "debug") then "release" else "debug"; checkPhase = '' runHook preCheck cargoCheckHook mesonCheckPhase runHook postCheck ''; passthru.updateScript = nix-update-script { }; meta = { Loading