1 { lib, stdenv, fetchurl, python3, autoreconfHook }:
3 stdenv.mkDerivation rec {
8 url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/${pname}-${version}.tar.gz";
9 sha256 = "0dwa24kjqyg9hmm40fh048sdxfpnasz43l2rm8wlkw1qbdlpd517";
13 patchShebangs test_jbig2dec.py
16 nativeBuildInputs = [ autoreconfHook ];
18 checkInputs = [ python3 ];
22 homepage = "https://www.jbig2dec.com/";
23 description = "Decoder implementation of the JBIG2 image compression format";
24 license = lib.licenses.gpl2Plus;
25 platforms = lib.platforms.unix;