diff --git a/pkgs/by-name/af/affine/package.nix b/pkgs/by-name/af/affine/package.nix index 819ea7abe912..415344a11418 100644 --- a/pkgs/by-name/af/affine/package.nix +++ b/pkgs/by-name/af/affine/package.nix @@ -135,7 +135,7 @@ stdenv.mkDerivation (finalAttrs: { ''; configurePhase = '' - runHook preConfigurePhase + runHook preConfigure # cargo config mkdir -p .cargo @@ -155,7 +155,7 @@ stdenv.mkDerivation (finalAttrs: { (cd $HOME/.electron-prebuilt-zip-tmp && zip --recurse-paths - .) > $ELECTRON_FORGE_ELECTRON_ZIP_DIR/electron-v$ELECTRON_VERSION_IN_LOCKFILE-${nodePlatform}-${nodeArch}.zip export ELECTRON_SKIP_BINARY_DOWNLOAD=1 - runHook postConfigurePhase + runHook postConfigure ''; buildPhase = '' diff --git a/pkgs/by-name/an/angle/package.nix b/pkgs/by-name/an/angle/package.nix index aa26d67bd2e9..93a02c006fd7 100644 --- a/pkgs/by-name/an/angle/package.nix +++ b/pkgs/by-name/an/angle/package.nix @@ -129,7 +129,7 @@ stdenv.mkDerivation (finalAttrs: { ''; installPhase = '' - runHook preInstallPhase + runHook preInstall install -v -m755 -D \ *${stdenv.hostPlatform.extensions.sharedLibrary}* \ @@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: { Cflags: -I''${includedir} EOF - runHook postInstallPhase + runHook postInstall ''; meta = { diff --git a/pkgs/by-name/ra/radicle-tui/package.nix b/pkgs/by-name/ra/radicle-tui/package.nix index 0135691e39dd..8e16edbd5adc 100644 --- a/pkgs/by-name/ra/radicle-tui/package.nix +++ b/pkgs/by-name/ra/radicle-tui/package.nix @@ -87,9 +87,9 @@ rustPlatform.buildRustPackage (finalAttrs: { # versionCheckHook doesn't support multiple arguments yet doInstallCheck = true; installCheckPhase = '' - runHook preInstallCheckPhase + runHook preInstallCheck $out/bin/rad-tui --version --no-forward | grep -F 'rad-tui ${finalAttrs.version}' - runHook postInstallCheckPhase + runHook postInstallCheck ''; passthru.updateScript = ./update.sh; diff --git a/pkgs/by-name/xi/xidel/package.nix b/pkgs/by-name/xi/xidel/package.nix index 0566fe68b5d8..6c1800e0af6e 100644 --- a/pkgs/by-name/xi/xidel/package.nix +++ b/pkgs/by-name/xi/xidel/package.nix @@ -66,7 +66,7 @@ stdenv.mkDerivation { tests/zorbajsoniq/download.sh ''; - preBuildPhase = '' + preBuild = '' mkdir -p import/{flre,synapse,pasdblstrutils} rcmdline internettools cp -R ${flreSrc}/. import/flre cp -R ${pasdblstrutilsSrc}/. import/pasdblstrutils @@ -80,9 +80,9 @@ stdenv.mkDerivation { ''; buildPhase = '' - runHook preBuildPhase + runHook preBuild ./build.sh - runHook postBuildPhase + runHook postBuild ''; installPhase = ''