diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-06-16 20:20:53 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-06-22 01:01:11 -0400 |
commit | e3a468b2069ea1822914a415165efdb783ce47d7 (patch) | |
tree | 8e10dc043673b9bcfff0c8ba4ffccf0cc9ee29d0 | |
parent | a1c7537548bdffa1bcb023311dfbce40914d6003 (diff) | |
download | guix-e3a468b2069ea1822914a415165efdb783ce47d7.tar.gz guix-e3a468b2069ea1822914a415165efdb783ce47d7.zip |
gnu: dino: Remove duplicate inputs.
* gnu/packages/messaging.scm (dino)[inputs]: Remove duplicate gpgme,
gtk+, glib-networking and gsettings-desktop-schemas.
-rw-r--r-- | gnu/packages/messaging.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index fe678d89fd..1a2ba971c3 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1261,11 +1261,7 @@ Encryption to Gajim.") ("libsignal-protocol-c" ,libsignal-protocol-c) ("libsoup" ,libsoup) ("qrencode" ,qrencode) - ("sqlite" ,sqlite) - ("gpgme" ,gpgme) - ("gtk+" ,gtk+) - ("glib-networking" ,glib-networking) - ("gsettings-desktop-schemas" ,gsettings-desktop-schemas))) + ("sqlite" ,sqlite))) (synopsis "Graphical Jabber/XMPP Client using GTK+/Vala") (description "Dino is a chat client for the desktop. It focuses on providing a minimal yet reliable Jabber/XMPP experience and having encryption enabled by |