diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-08-07 16:25:00 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:17 +0200 |
| commit | b7d7ffdbada7e539fd89dca8b8e2cdec45677dac (patch) | |
| tree | 38e4c41874a2d98f101c5bfd9bab31200d03dc4f | |
| parent | f30e5ed34246322b9d6eb6ef189f5de09eb304c4 (diff) | |
gnu: tilix: Remove compiler from runtime closure.
Reduce closure size from 2421.7 MiB to 1613.0 MiB.
* gnu/packages/terminals.scm (tilix)[#:phases]: Add
‘remove-d-include-references’.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/terminals.scm | 5 |
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 |
