raspberrypi-armstubs: run pre/post hooks in installPhase
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user