mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
ponysay: remove phases
This commit is contained in:
parent
94e725d329
commit
1aa335e942
@ -13,8 +13,6 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit python3;
|
||||
|
||||
phases = "unpackPhase installPhase fixupPhase";
|
||||
|
||||
installPhase = ''
|
||||
find -type f -name "*.py" | xargs sed -i "s@/usr/bin/env python3@$python3/bin/python3@g"
|
||||
substituteInPlace setup.py --replace \
|
||||
|
Loading…
Reference in New Issue
Block a user