mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libgnt: Add libxcrypt dependency.
* gnu/packages/messaging.scm (libgnt)[inputs]: Add libxcrypt. Change-Id: I123d6f5672721ebfc80f064682fb43bbe2eae3f6
This commit is contained in:
parent
866978ab42
commit
48c4b932c3
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ XMPP-based sessions.")
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc/stable
|
gtk-doc/stable
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs (list ncurses))
|
(inputs (list libxcrypt ncurses))
|
||||||
(propagated-inputs (list glib libxml2 python-2))
|
(propagated-inputs (list glib libxml2 python-2))
|
||||||
(synopsis "GLib Ncurses Toolkit")
|
(synopsis "GLib Ncurses Toolkit")
|
||||||
(description "GNT is an ncurses toolkit for creating text-mode graphical
|
(description "GNT is an ncurses toolkit for creating text-mode graphical
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue