gnu: thunar: Use glib-or-gtk-build-system.
This wraps 'thunar' with GIO_EXTRA_MODULES to enable support for "Trash" and remote file systems via GVFS. Fixes <https://issues.guix.gnu.org/55781> and <https://issues.guix.gnu.org/40885>. * gnu/packages/xfce.scm (thunar)[build-system]: Switch to glib-or-gtk-build-system. Change-Id: Ifa4bc931272380e7c98dea40edb683da523bbaeamaster
parent
f1bcbdbde7
commit
1fbbdef3c9
|
@ -736,7 +736,7 @@ like appearance, display, keyboard and mouse settings.")
|
|||
(sha256
|
||||
(base32
|
||||
"020xrwzdnk5b7cli8vmv3yn7sfq6pg7bz57m4p0xh0ln2cgqlc78"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-custom-thunarx-dirs-enabled")))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue