mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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 New Issue
Block a user