10 inherit (ghostscript) version src;
14 enableParallelBuilding = true;
16 nativeBuildInputs = [ autoreconfHook ];
18 configureFlags = [ "--enable-shared" ];
21 homepage = "https://www.openprinting.org/download/ijs/";
22 description = "Raster printer driver architecture";
24 license = licenses.gpl3Plus;
26 platforms = platforms.all;
27 maintainers = [ maintainers.abbradar ];