mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libgnt: Build without python2.
* gnu/packages/messaging.scm (libgnt)[#:configure-flags]: Disable python2. [propagated-inputs]: Remove python2. Change-Id: I247089a02473c526d7facd8e7b7b6133426535a2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
e3d6dc74ac
commit
6ab90024f1
1 changed files with 2 additions and 1 deletions
|
@ -272,6 +272,7 @@ (define-public libgnt
|
|||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
(list #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:configure-flags #~'("-Dpython2=false")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-ncurses-path
|
||||
|
@ -293,7 +294,7 @@ (define-public libgnt
|
|||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(inputs (list libxcrypt ncurses))
|
||||
(propagated-inputs (list glib libxml2 python-2))
|
||||
(propagated-inputs (list glib libxml2))
|
||||
(synopsis "GLib Ncurses Toolkit")
|
||||
(description "GNT is an ncurses toolkit for creating text-mode graphical
|
||||
user interfaces in a fast and easy way. It is based on GLib and ncurses.")
|
||||
|
|
Loading…
Reference in a new issue