lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

pdftoipe: 7.2.24.1 -> 7.2.29.1

Fixes build with latest Poppler.

K900 59c5d6af 0cb6153b

+2 -20
+2 -20
pkgs/by-name/pd/pdftoipe/package.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "pdftoipe"; 12 - version = "7.2.24.1"; 12 + version = "7.2.29.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "otfried"; 16 16 repo = "ipe-tools"; 17 17 rev = "v${version}"; 18 - hash = "sha256-jlrjrjzZQo79CKMySayhCm1dqLh89wOQuXrXa2aqc0k="; 18 + hash = "sha256-6FI0ZLRrDmNFAKyht7hB94MsCy+TasD6Mb/rx6sdCdg="; 19 19 }; 20 - 21 - patches = [ 22 - # Fix build with poppler > 22.03.0 23 - # https://github.com/otfried/ipe-tools/pull/48 24 - (fetchpatch { 25 - url = "https://github.com/otfried/ipe-tools/commit/14335180432152ad094300d0afd00d8e390469b2.patch"; 26 - hash = "sha256-V3FmwG3bR6io/smxjasFJ5K0/u8RSFfdUX41ClGXhFc="; 27 - stripLen = 1; 28 - name = "poppler_fix_build_48.patch"; 29 - }) 30 - # https://github.com/otfried/ipe-tools/pull/55 31 - (fetchpatch { 32 - url = "https://github.com/otfried/ipe-tools/commit/65586fcd9cc39e482ae5a9abdb6f4932d9bb88c4.patch"; 33 - hash = "sha256-qr1AQyWHz1e2a65m05xSHFnP6oSP6qSmMVekNk2flRc="; 34 - stripLen = 1; 35 - name = "poppler_fix_build_55.patch"; 36 - }) 37 - ]; 38 20 39 21 sourceRoot = "${src.name}/pdftoipe"; 40 22