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