fermyon-spin: run install hooks

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
This commit is contained in:
Roman Volosatovs 2023-11-09 10:01:00 +00:00
parent 9e02b14578
commit 483e0f0641
No known key found for this signature in database
GPG Key ID: 216DD5F8CA6618A1

View File

@ -43,8 +43,12 @@ in stdenv.mkDerivation rec {
];
installPhase = ''
runHook preInstall
mkdir -p $out/bin
cp $src/* $out/bin
runHook postInstall
'';
meta = with lib; {