runCommandLocalOverridable: dont invoke hooks more than once

This commit is contained in:
2025-07-22 22:15:55 +00:00
parent ae2f2c47a4
commit 26469d5a11

View File

@@ -15,13 +15,9 @@
dontUnpack = true;
buildPhase = lib.concatStringsSep "\n" [
"runHook preConfigure"
"runHook postConfigure"
"runHook preBuild"
buildPhase
"runHook postBuild"
"runHook postInstall"
"runHook postFixup"
];
} // env);
# given some package and a path, extract the item at `${package}/${path}` into