tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #17354: tcl/tk: 8.6.4 -> 8.6.6
Vladimír Čunát
9 years ago
dfa2f804
40b838b9
+5
-5
4 changed files
expand all
collapse all
unified
split
pkgs
development
interpreters
tcl
8.6.nix
generic.nix
libraries
tk
8.6.nix
generic.nix
+2
-2
pkgs/development/interpreters/tcl/8.6.nix
···
2
2
3
3
callPackage ./generic.nix (args // rec {
4
4
release = "8.6";
5
5
-
version = "${release}.4";
5
5
+
version = "${release}.6";
6
6
7
7
src = fetchurl {
8
8
url = "mirror://sourceforge/tcl/tcl${version}-src.tar.gz";
9
9
-
sha256 = "13cwa4bc85ylf5gfj9vk182lvgy60qni3f7gbxghq78wk16djvly";
9
9
+
sha256 = "01zypqhy57wvh1ikk28bg733sk5kf4q568pq9v6fvcz4h6bl0rd2";
10
10
};
11
11
})
+1
-1
pkgs/development/interpreters/tcl/generic.nix
···
24
24
homepage = http://www.tcl.tk/;
25
25
license = licenses.tcltk;
26
26
platforms = platforms.all;
27
27
-
maintainers = with maintainers; [ wkennington ];
27
27
+
maintainers = with maintainers; [ wkennington vrthra ];
28
28
};
29
29
30
30
passthru = rec {
+1
-1
pkgs/development/libraries/tk/8.6.nix
···
4
4
5
5
src = fetchurl {
6
6
url = "mirror://sourceforge/tcl/tk${tcl.version}-src.tar.gz";
7
7
-
sha256 = "1h96vp15zl5xz0d4qp6wjyrchqmrmdm3q5k22wkw9jaxbvw9vy88";
7
7
+
sha256 = "17diivcfcwdhp4v5zi6j9nkxncccjqkivhp363c4wx5lf4d3fb6n";
8
8
};
9
9
10
10
patches = [ ./different-prefix-with-tcl.patch ] ++ stdenv.lib.optionals stdenv.isDarwin [ ./Fix-bad-install_name-for-libtk8.6.dylib.patch ];
+1
-1
pkgs/development/libraries/tk/generic.nix
···
37
37
homepage = http://www.tcl.tk/;
38
38
license = licenses.tcltk;
39
39
platforms = platforms.all;
40
40
-
maintainers = with maintainers; [ lovek323 wkennington ];
40
40
+
maintainers = with maintainers; [ lovek323 vrthra wkennington ];
41
41
};
42
42
}