tcl/tk: Refactor and add maintainers

This commit is contained in:
William A. Kennington III
2015-04-30 18:49:27 -07:00
parent 66b66e8302
commit 5835d577e7
2 changed files with 14 additions and 7 deletions
@@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
inherit src;
preConfigure = "cd unix";
preConfigure = ''
cd unix
'';
postInstall = ''
make install-private-headers
@@ -22,6 +24,7 @@ stdenv.mkDerivation rec {
homepage = http://www.tcl.tk/;
license = licenses.tcltk;
platforms = platforms.all;
maintainers = with maintainers; [ wkennington ];
};
passthru = rec {