raspberrypi-armstubs: run pre/post hooks in installPhase

This commit is contained in:
Bernardo Meurer
2021-08-05 10:05:55 -07:00
parent e828b6b431
commit b59ab5263d
@@ -37,8 +37,10 @@ stdenv.mkDerivation {
;
installPhase = ''
runHook preInstall
mkdir -vp $out/
cp -v *.bin $out/
runHook postInstall
'';
meta = with lib; {