tk: add private headers to /include

those are necessary to build some extensions like tix
This commit is contained in:
Symphorien Gibol 2016-12-25 20:35:51 +01:00
parent c2752f8228
commit 87ef971478

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation {
postInstall = ''
ln -s $out/bin/wish* $out/bin/wish
cp ../{unix,generic}/*.h $out/include
'';
configureFlags = [