itktcl: wibble [NFC]

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-02-28 21:03:21 -06:00
parent 84878c923c
commit 806fac5d10
No known key found for this signature in database
GPG Key ID: 25D2038DEB08021D

View File

@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-tcl=${tcl}/lib"
"--with-tk=${tk}/lib"
"--with-tkinclude=${tk.dev}/include"
"--with-itcl=${incrtcl}/lib"
"--with-tkinclude=${tk.dev}/include"
];
postInstall = ''