diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-20 23:45:07 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-01-20 23:45:18 +0900 |
commit | 0a26cd43f92f1a9bcb07750855e18693e8d0adf3 (patch) | |
tree | 376b75354e3718a65d4dbd54a1f1731e5cc032e0 | |
parent | 6d32a85fd18c3a7069dd80ab2aa549f8c6fa79ef (diff) | |
download | guix-0a26cd43f92f1a9bcb07750855e18693e8d0adf3.tar.gz guix-0a26cd43f92f1a9bcb07750855e18693e8d0adf3.zip |
gnu: evince: Enable PostScript support.
Suggested-by: raingloom <raingloom@riseup.net>
Change-Id: I5d2ed5cebcd38fa0fdb761d78e5e2a1a056ea1cb
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 474d6dc286..36170606d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2719,7 +2719,8 @@ forgotten when the session ends.") (arguments `(#:glib-or-gtk? #t #:build-type "release" - #:configure-flags '("-Dnautilus=false") + #:configure-flags '("-Dnautilus=false" + "-Dps=enabled") #:phases (modify-phases %standard-phases (add-after 'unpack 'skip-gtk-update-icon-cache |