From 3af260a250a2d4e475d75f9a4845517ec1519c6c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 3 Sep 2017 15:35:03 +0300 Subject: [PATCH 12/14] caja --- gnu/packages/mate.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 1083d998e0..9a941e3240 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -598,12 +598,12 @@ infamous 'Wanda the Fish'.") "0mljqcx7k8p27854zm7qzzn8ca6hs7hva9p43hp4p507z52caqmm")))) (build-system glib-or-gtk-build-system) (arguments - `(#:configure-flags '("--disable-update-mimedb") - #:tests? #f ; tests fail even with display set + '(#:configure-flags '("--disable-update-mimedb") + #:tests? #f ; _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. #:phases (modify-phases %standard-phases (add-before 'check 'pre-check - (lambda* (#:key inputs #:allow-other-keys) + (lambda _ ;; Tests require a running X server. (system "Xvfb :1 &") (setenv "DISPLAY" ":1") @@ -617,16 +617,16 @@ infamous 'Wanda the Fish'.") ("xorg-server" ,xorg-server) ("gobject-introspection" ,gobject-introspection))) (inputs - `(("gtk+" ,gtk+) - ("exempi" ,exempi) + `(("exempi" ,exempi) + ("gtk+" ,gtk+) ("gvfs" ,gvfs) ("libexif" ,libexif) - ("libsm" ,libsm) ("libnotify" ,libnotify) + ("libsm" ,libsm) ("libxml2" ,libxml2) ("mate-desktop" ,mate-desktop) ("startup-notification" ,startup-notification))) - (home-page "http://mate-desktop.org/") + (home-page "https://mate-desktop.org/") (synopsis "File manager for the MATE desktop") (description "Caja is the official file manager for the MATE desktop. -- 2.14.1