tcl2048: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-25 00:39:40 +02:00
parent 8f67e19b84
commit 4183793b49
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ tcl.mkTclDerivation rec {
};
buildInputs = [ tcllib ];
phases = "installPhase fixupPhase";
dontUnpack = true;
installPhase = ''
mkdir -pv $out/bin