mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
yarGen: improve installPhase
This commit is contained in:
parent
e18a2ee062
commit
081c81209f
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/bin
|
||||
chmod +x yarGen.py
|
||||
mv yarGen.py $out/bin/yargen
|
||||
install -Dt "$out/bin" yarGen.py
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue