mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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 @@ (define-public libgnt
|
|||
gobject-introspection
|
||||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(inputs (list ncurses))
|
||||
(inputs (list libxcrypt ncurses))
|
||||
(propagated-inputs (list glib libxml2 python-2))
|
||||
(synopsis "GLib Ncurses Toolkit")
|
||||
(description "GNT is an ncurses toolkit for creating text-mode graphical
|
||||
|
|
Loading…
Reference in a new issue