Merge pull request #131399 from Stunkymonkey/tcl2048-phases

tcl2048: deprecate phases
This commit is contained in:
Sandro 2021-07-24 23:00:30 +00:00 committed by GitHub
commit 0f73e0d6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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