gnu: pidgin-otr: Add some inputs.

* gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add
gettext-minimal.
[inputs]: Add perl.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-12-30 16:05:42 -05:00 committed by Danny Milosavljevic
parent 3fd6fd7283
commit f2f7395e3e
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -855,7 +855,8 @@ (define-public pidgin-otr
(base32 "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
`(("gettext" ,gettext-minimal)
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
@ -863,6 +864,7 @@ (define-public pidgin-otr
("libgcrypt" ,libgcrypt)
("libgpg-error" ,libgpg-error)
("libotr" ,libotr)
("perl" ,perl)
("pidgin" ,pidgin)))
(home-page "https://otr.cypherpunks.ca/")
(synopsis "Off-the-Record Messaging plugin for Pidgin")