evince: enable postscript support
This commit is contained in:
parent
698a3f7edd
commit
fa355972ed
|
@ -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")
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue