yarGen: improve installPhase
This commit is contained in:
parent
e18a2ee062
commit
081c81209f
|
@ -17,9 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p $out/bin
|
install -Dt "$out/bin" yarGen.py
|
||||||
chmod +x yarGen.py
|
|
||||||
mv yarGen.py $out/bin/yargen
|
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue