raspberrypi-armstubs: run pre/post hooks in installPhase

This commit is contained in:
Bernardo Meurer 2021-08-05 10:04:05 -07:00
parent e828b6b431
commit b59ab5263d
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -37,8 +37,10 @@ stdenv.mkDerivation {
;
installPhase = ''
runHook preInstall
mkdir -vp $out/
cp -v *.bin $out/
runHook postInstall
'';
meta = with lib; {