zenstates: deprecate phases
This commit is contained in:
parent
2839056206
commit
a3556b2005
@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ python3 ];
|
buildInputs = [ python3 ];
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $src/zenstates.py $out/bin/zenstates
|
cp $src/zenstates.py $out/bin/zenstates
|
||||||
|
Loading…
Reference in New Issue
Block a user