1 { lib, fetchsvn, tcl, tcllib, tk, xorg }:
3 tcl.mkTclDerivation rec {
8 url = "svn://svn.code.sf.net/p/tkimg/code/trunk";
10 sha256 = "sha256-6GlkqYxXmMGjiJTZS2fQNVSimcKc1BZ/lvzvtkhty+o=";
14 "--with-tcl=${tcl}/lib"
16 "--with-tkinclude=${tk.dev}/include"
19 buildInputs = [ xorg.libX11 tcllib ];
22 homepage = "https://sourceforge.net/projects/tkimg/";
23 description = "The Img package adds several image formats to Tcl/Tk";
24 maintainers = with lib.maintainers; [ matthewcroughan ];
25 license = lib.licenses.bsd3;
26 platforms = lib.platforms.unix;