all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 73227@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>,
	Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#73227] [PATCH v1] gnu: tilix: Remove phase 'skip-gtk-update-icon-cache.
Date: Fri, 13 Sep 2024 19:31:42 +0530	[thread overview]
Message-ID: <a25eb24f19a7a3dcd00fa68092ecf1819a725edc.1726236102.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <TK5RJS.4ZEUYUN0KEB11@gmail.com>

* gnu/packages/terminals.scm (tilix)[arguments]<#:phases>: Remove
phase 'skip-gtk-update-icon-cache.

Change-Id: I7eb068764f67fd047854e65c9dcdecd45ac18dd3
---
 gnu/packages/terminals.scm | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index eadf58fbf3..30a64acb36 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1451,17 +1451,11 @@ (define-public tilix
     (arguments
      (list
       #:glib-or-gtk? #t
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'set-env-variables
-            (lambda _
-              (setenv "CC"
-                      #$(cc-for-target))))
-          (add-after 'unpack 'skip-gtk-update-icon-cache
-            (lambda _
-              (substitute* "meson_post_install.py"
-                (("gtk-update-icon-cache") (which "true"))
-                (("update-desktop-database") (which "true"))))))))
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'set-env-variables
+                     (lambda _
+                       (setenv "CC"
+                               #$(cc-for-target)))))))
     (inputs (list dbus
                   dconf
                   gettext-minimal
-- 
2.46.0





      reply	other threads:[~2024-09-13 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-13 13:02 [bug#73227] Remove phase 'skip-gtk-update-icon-cache from Tilix Ashvith Shetty
2024-09-13 14:01 ` Ashvith Shetty [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a25eb24f19a7a3dcd00fa68092ecf1819a725edc.1726236102.git.ashvithshetty10@gmail.com \
    --to=ashvithshetty10@gmail.com \
    --cc=73227@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.