mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
itktcl: wibble [NFC]
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
84878c923c
commit
806fac5d10
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user