gnu: libgnt: Add libxcrypt dependency.

* gnu/packages/messaging.scm (libgnt)[inputs]: Add libxcrypt.

Change-Id: I123d6f5672721ebfc80f064682fb43bbe2eae3f6
This commit is contained in:
宋文武 2024-06-19 11:39:13 +08:00 committed by Ludovic Courtès
parent 866978ab42
commit 48c4b932c3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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