diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-04-22 09:47:36 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-04-29 08:54:30 +0800 |
commit | 1fbbdef3c9ed074dc25cb40a8621313f9d258203 (patch) | |
tree | 37f3922f1098fad67ab9958bd8d9ac67015589c4 /gnu/packages | |
parent | f1bcbdbde7ecb6a8ce0fd7b1d54691d6ee1940e9 (diff) | |
download | guix-1fbbdef3c9ed074dc25cb40a8621313f9d258203.tar.gz guix-1fbbdef3c9ed074dc25cb40a8621313f9d258203.zip |
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: Ifa4bc931272380e7c98dea40edb683da523bbaea
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f9d9a81169..825b175140 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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 |