Merge pull request #131399 from Stunkymonkey/tcl2048-phases
tcl2048: deprecate phases
This commit is contained in:
commit
0f73e0d6a9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ tcl.mkTclDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ tcllib ];
|
||||
phases = "installPhase fixupPhase";
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -pv $out/bin
|
||||
|
|
Loading…
Reference in a new issue