Merge pull request #79585 from Kiwi/scribusUnstable-poppler-0.84

scribusUnstable: Fix build with Poppler 0.84
This commit is contained in:
worldofpeace
2020-02-09 09:54:26 -05:00
committed by GitHub
2 changed files with 93 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ let
in
stdenv.mkDerivation rec {
name = "poppler-${suffix}-${version}";
version = "0.84.0"; # beware: updates often break cups-filters build, check texlive too!
version = "0.84.0"; # beware: updates often break cups-filters build, check texlive and scribusUnstable too!
src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";