summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2022-04-03 13:45:10 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2022-04-03 13:46:15 +0200
commit32d1f71593dc381880b42a3277fdf457df0be25d (patch)
tree8cef456462baa2867ee53c4984fc73125b3ee87d /gnu/local.mk
parentb0ea8808b6bae8c61f3362e95b20915b607a69b9 (diff)
downloadguix-patches-32d1f71593dc381880b42a3277fdf457df0be25d.tar
guix-patches-32d1f71593dc381880b42a3277fdf457df0be25d.tar.gz
gnu: xterm: Make big cursors work.
* gnu/packages/patches/xterm-370-explicit-xcursor.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xorg.scm (xterm)[source]: Add it. [arguments]<#:configure-flags>: Add "-lXcursor".
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 4bff8d8f6e..aac7362475 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1975,6 +1975,7 @@ dist_patch_DATA = \
%D%/packages/patches/xsane-fix-snprintf-buffer-length.patch \
%D%/packages/patches/xsane-support-ipv6.patch \
%D%/packages/patches/xsane-tighten-default-umask.patch \
+ %D%/packages/patches/xterm-370-explicit-xcursor.patch \
%D%/packages/patches/xygrib-fix-finding-data.patch \
%D%/packages/patches/yggdrasil-extra-config.patch \
%D%/packages/patches/ytfzf-programs.patch \