all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57384] [PATCH 0/1] gnu: transmission: Add libappindicator to inputs.
@ 2022-08-24 14:51 simon
  2022-08-24 14:55 ` [bug#57384] [PATCH 1/1] " Simon Streit
  2022-08-26 22:03 ` bug#57384: [PATCH 0/1] " Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: simon @ 2022-08-24 14:51 UTC (permalink / raw)
  To: 57384; +Cc: Simon Streit

From: Simon Streit <simon@netpanic.org>

Hello!

A small modification to the input list to enable application indication in
wayland enabled sessions.

Simon Streit (1):
  gnu: transmission: Add libappindicator to inputs.

 gnu/packages/bittorrent.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.37.2




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#57384] [PATCH 1/1] gnu: transmission: Add libappindicator to inputs.
  2022-08-24 14:51 [bug#57384] [PATCH 0/1] gnu: transmission: Add libappindicator to inputs simon
@ 2022-08-24 14:55 ` Simon Streit
  2022-08-26 22:03 ` bug#57384: [PATCH 0/1] " Marius Bakke
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Streit @ 2022-08-24 14:55 UTC (permalink / raw)
  To: 57384; +Cc: Simon Streit

* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.
---
 gnu/packages/bittorrent.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 43fc287b95..db5237c997 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
 ;;; Copyright © 2022 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2022 Jacob Hart <hartja1@yahoo.com>
+;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -132,7 +133,7 @@ (define-public transmission
                 (string-append gui "/share/man/man1/transmission-gtk.1"))
              #t))))))
     (inputs
-     (list libevent curl openssl zlib gtk+))
+     (list libevent curl openssl zlib gtk+ libappindicator))
     (native-inputs
      (list intltool pkg-config))
     (home-page "https://transmissionbt.com/")
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57384: [PATCH 0/1] gnu: transmission: Add libappindicator to inputs.
  2022-08-24 14:51 [bug#57384] [PATCH 0/1] gnu: transmission: Add libappindicator to inputs simon
  2022-08-24 14:55 ` [bug#57384] [PATCH 1/1] " Simon Streit
@ 2022-08-26 22:03 ` Marius Bakke
  1 sibling, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2022-08-26 22:03 UTC (permalink / raw)
  To: simon, 57384-done; +Cc: Simon Streit

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

simon@netpanic.org skriver:

> Hello!
>
> A small modification to the input list to enable application indication in
> wayland enabled sessions.
>
> Simon Streit (1):
>   gnu: transmission: Add libappindicator to inputs.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-26 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 14:51 [bug#57384] [PATCH 0/1] gnu: transmission: Add libappindicator to inputs simon
2022-08-24 14:55 ` [bug#57384] [PATCH 1/1] " Simon Streit
2022-08-26 22:03 ` bug#57384: [PATCH 0/1] " Marius Bakke

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.