Merge pull request #138444 from bjornfor/phoronix-test-suite-add-missing-hooks

phoronix-test-suite: run missing hooks: preInstall, postInstall

authored by

davidak and committed by
GitHub
3841fc3c dfa2dd95

+4
+4
pkgs/tools/misc/phoronix-test-suite/default.nix
··· 13 13 nativeBuildInputs = [ which gnused makeWrapper ]; 14 14 15 15 installPhase = '' 16 + runHook preInstall 17 + 16 18 ./install-sh $out 17 19 wrapProgram $out/bin/phoronix-test-suite \ 18 20 --set PHP_BIN ${php}/bin/php \ 19 21 --prefix PATH : ${lib.makeBinPath [ gnumake gcc ]} 22 + 23 + runHook postInstall 20 24 ''; 21 25 22 26 passthru.tests = {