evince: enable postscript support

This commit is contained in:
Gabriel Ebner 2019-03-25 14:52:39 +01:00
parent 698a3f7edd
commit fa355972ed

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--disable-nautilus" # Do not build nautilus plugin
"--enable-ps"
"--enable-introspection"
(if supportXPS then "--enable-xps" else "--disable-xps")
];