runCommandLocalOverridable: dont invoke hooks more than once
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user