all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brian Cully via Guix-patches via <guix-patches@gnu.org>
To: 62919@debbugs.gnu.org
Subject: [bug#62919] [PATCH core-updates] gnu: images: Add gettext input to swappy.
Date: Mon, 17 Apr 2023 21:45:34 -0400	[thread overview]
Message-ID: <87h6te6j9f.fsf@psyduck.jhoto.kublai.com> (raw)

* gnu/packages/image.scm (swappy) [inputs]: Add gettext-minimal.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 754c99a823..1fa2c18add 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1887,7 +1887,7 @@ (define-public swappy
      (list pkg-config scdoc
            `(,glib "bin"))) ; for 'glib-compile-resources'
     (inputs
-     (list gtk+ libnotify))
+     (list gtk+ libnotify gettext-minimal))
     (propagated-inputs
      ;; Needed to properly render the icons.
      (list font-awesome))

base-commit: a6d2b54d3920d8858b5b36e4e4364088ed340107
prerequisite-patch-id: 3a0a1be9df9a40370ebadd64ad6163c1a4f2bc4d
prerequisite-patch-id: 04bc0329678ccd5fe51be207d86dc8a4ce969c8b
prerequisite-patch-id: 7edab399c6512d85ed849f0877ccc9602888f1c8
prerequisite-patch-id: e17b1dadacd103e25ccdd731e124aebe7a56c546
prerequisite-patch-id: 2379d2991c694d829d2741a71e098056a6e67e6e
-- 
2.39.2




             reply	other threads:[~2023-04-18  2:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18  1:45 Brian Cully via Guix-patches via [this message]
2023-04-23 16:48 ` bug#62919: [PATCH core-updates] gnu: images: Add gettext input to swappy Ludovic Courtès

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=87h6te6j9f.fsf@psyduck.jhoto.kublai.com \
    --to=guix-patches@gnu.org \
    --cc=62919@debbugs.gnu.org \
    --cc=bjc@spork.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.