1 { lib, stdenv, autoreconfHook, ghostscript }:
4 name = "ijs-${ghostscript.version}";
6 inherit (ghostscript) src;
10 enableParallelBuilding = true;
12 nativeBuildInputs = [ autoreconfHook ];
14 configureFlags = [ "--enable-shared" ];
17 homepage = "https://www.openprinting.org/download/ijs/";
18 description = "Raster printer driver architecture";
20 license = licenses.gpl3Plus;
22 platforms = platforms.all;
23 maintainers = [ maintainers.abbradar ];