mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
tkrev: tkcvs 8.2.1 -> tkrev 9.4.1
Package has been renamed.
This commit is contained in:
parent
e1b23b90ce
commit
eaa21176e2
3 changed files with 10 additions and 6 deletions
|
@ -1,18 +1,21 @@
|
||||||
{ lib, stdenv, fetchurl, tcl, tk }:
|
{ lib, stdenv, fetchurl, tcl, tk }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tkcvs";
|
pname = "tkrev";
|
||||||
version = "8.2.1";
|
version = "9.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/tkcvs/tkcvs_${lib.replaceStrings ["."] ["_"] version}.tar.gz";
|
url = "mirror://sourceforge/tkcvs/tkrev_${version}.tar.gz";
|
||||||
sha256 = "0kvj6rcx1153wq0n1lmd8imbrki6xy5wxghwzlb9i15l65sclg3i";
|
sha256 = "sha256-WHDZPShEB9Q+Bjbb37mogJLUZk2GuWoO8bz+Zydc7i4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ tcl tk ];
|
buildInputs = [ tcl tk ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -e 's@exec wish@exec ${tk}/bin/wish@' -i tkcvs/tkcvs.tcl tkdiff/tkdiff
|
for file in tkrev/tkrev.tcl tkdiff/tkdiff; do
|
||||||
|
substituteInPlace "$file" \
|
||||||
|
--replace "exec wish" "exec ${tk}/bin/wish"
|
||||||
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
|
@ -1193,6 +1193,7 @@ mapAliases ({
|
||||||
thunderbird-bin-68 = thunderbird-68;
|
thunderbird-bin-68 = thunderbird-68;
|
||||||
timescale-prometheus = promscale; # Added 2020-09-29
|
timescale-prometheus = promscale; # Added 2020-09-29
|
||||||
timetable = throw "timetable has been removed, as the upstream project has been abandoned"; # Added 2021-09-05
|
timetable = throw "timetable has been removed, as the upstream project has been abandoned"; # Added 2021-09-05
|
||||||
|
tkcvs = tkrev; # Added 2022-03-07
|
||||||
togglesg-download = throw "togglesg-download was removed 2021-04-30 as it's unmaintained"; # Added 2021-04-30
|
togglesg-download = throw "togglesg-download was removed 2021-04-30 as it's unmaintained"; # Added 2021-04-30
|
||||||
tomboy = throw "tomboy is not actively developed anymore and was removed."; # Added 2022-01-27
|
tomboy = throw "tomboy is not actively developed anymore and was removed."; # Added 2022-01-27
|
||||||
tomcat7 = throw "tomcat7 has been removed from nixpkgs as it has reached end of life."; # Added 2021-06-16
|
tomcat7 = throw "tomcat7 has been removed from nixpkgs as it has reached end of life."; # Added 2021-06-16
|
||||||
|
|
|
@ -29385,7 +29385,7 @@ with pkgs;
|
||||||
|
|
||||||
tixati = callPackage ../applications/networking/p2p/tixati { };
|
tixati = callPackage ../applications/networking/p2p/tixati { };
|
||||||
|
|
||||||
tkcvs = callPackage ../applications/version-management/tkcvs { };
|
tkrev = callPackage ../applications/version-management/tkrev { };
|
||||||
|
|
||||||
tla = callPackage ../applications/version-management/arch { };
|
tla = callPackage ../applications/version-management/arch { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue