forked from mirrors/nixpkgs
tk: add private headers to /include
those are necessary to build some extensions like tix
This commit is contained in:
parent
c2752f8228
commit
87ef971478
|
@ -16,6 +16,7 @@ stdenv.mkDerivation {
|
|||
|
||||
postInstall = ''
|
||||
ln -s $out/bin/wish* $out/bin/wish
|
||||
cp ../{unix,generic}/*.h $out/include
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue