poppler: make note to check texlive before merging updates also

This commit is contained in:
Will Dietz 2020-02-02 23:47:27 -06:00 committed by Jon
parent fc7e4c9267
commit d3bef573f9

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
version = "0.84.0"; # beware: updates often break cups-filters build, check texlive too!
src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";