mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: stfl: Fix cross-compiling.
* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
This commit is contained in:
parent
b418fdb191
commit
b802c104de
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ (define-public stfl
|
||||||
;; Some programs look for libstfl.so.0.
|
;; Some programs look for libstfl.so.0.
|
||||||
(symlink "libstfl.so" (string-append lib "/libstfl.so.0"))))))))
|
(symlink "libstfl.so" (string-append lib "/libstfl.so.0"))))))))
|
||||||
(inputs (list ncurses))
|
(inputs (list ncurses))
|
||||||
(native-inputs (list swig))
|
(native-inputs (list ncurses swig))
|
||||||
(home-page "https://www.clifford.at/stfl/")
|
(home-page "https://www.clifford.at/stfl/")
|
||||||
(synopsis "Structured terminal forms library")
|
(synopsis "Structured terminal forms library")
|
||||||
(description "Stfl is a library which implements a curses-based widget
|
(description "Stfl is a library which implements a curses-based widget
|
||||||
|
|
Loading…
Reference in a new issue