summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/terminals.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 6fdf0182364..987f8aa6c6d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1464,7 +1464,10 @@ while also supporting native scrolling and @command{tmux} control mode
1464 (lambda _ 1464 (lambda _
1465 (substitute* "meson_post_install.py" 1465 (substitute* "meson_post_install.py"
1466 (("gtk-update-icon-cache") (which "true")) 1466 (("gtk-update-icon-cache") (which "true"))
1467 (("update-desktop-database") (which "true")))))))) 1467 (("update-desktop-database") (which "true")))))
1468 (add-after 'install 'remove-d-include-references
1469 #$(remove-d-include-references-phase
1470 (this-package-native-input "ldc"))))))
1468 (inputs (list dbus 1471 (inputs (list dbus
1469 dconf 1472 dconf
1470 gettext-minimal 1473 gettext-minimal