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>master
parent
3fd6fd7283
commit
f2f7395e3e
|
@ -855,7 +855,8 @@ many popular chat protocols.")
|
|||
(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 @@ many popular chat protocols.")
|
|||
("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")
|
||||
|
|
Reference in New Issue