python27: compile with tkinterp on darwin

This commit is contained in:
Jason \"Don\" O'Conal
2013-07-04 13:11:25 +02:00
committed by Rok Garbas
parent bd61c42d22
commit 9007e57f28
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
meta = {
description = "A widget toolkit that provides a library of basic elements for building a GUI in many different programming languages";
homepage = http://www.tcl.tk/;
maintainers = with stdenv.lib.maintainers; [ eelco lovek323 ];
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
platforms = stdenv.lib.platforms.all;
};
}