mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
picoc: add missing phase hooks
This commit is contained in:
parent
a683496076
commit
f25b436961
@ -23,10 +23,14 @@ stdenv.mkDerivation {
|
||||
checkTarget = "test";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm755 picoc $out/bin/picoc
|
||||
|
||||
mkdir -p $out/include
|
||||
install -m644 *.h $out/include
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user