Merge #17354: tcl/tk: 8.6.4 -> 8.6.6

This commit is contained in:
Vladimír Čunát
2016-07-30 08:31:23 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
src = fetchurl {
url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz";
sha256 = "1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88";
sha256 = "17diivcfcwdhp4v5zi6j9nkxncccjqkivhp363c4wx5lf4d3fb6n";
};
patches = [ ./different-prefix-with-tcl.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./Fix-bad-install_name-for-libtk8.6.dylib.patch ];

View File

@@ -37,6 +37,6 @@ stdenv.mkDerivation {
homepage = http://www.tcl.tk/;
license = licenses.tcltk;
platforms = platforms.all;
maintainers = with maintainers; [ lovek323 wkennington ];
maintainers = with maintainers; [ lovek323 vrthra wkennington ];
};
}