mbakke pushed a commit to branch master
in repository guix.

commit 598b683e1838a306111a0a7cef245c12949ccfde
Author: Simon Streit <[email protected]>
AuthorDate: Wed Aug 24 16:55:43 2022 +0200

    gnu: transmission: Add libappindicator to inputs.
    
    * gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.
    
    Signed-off-by: Marius Bakke <[email protected]>
---
 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 <[email protected]>
 ;;; Copyright © 2022 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2022 Jacob Hart <[email protected]>
+;;; Copyright © 2022 Simon Streit <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -132,7 +133,7 @@
                 (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/";)

Reply via email to