1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: stfl: Fix cross-compiling.

* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
This commit is contained in:
Efraim Flashner
2023-10-11 14:10:18 +03:00
parent b418fdb191
commit b802c104de

View File

@@ -348,7 +348,7 @@ of your system.")
;; Some programs look for libstfl.so.0.
(symlink "libstfl.so" (string-append lib "/libstfl.so.0"))))))))
(inputs (list ncurses))
(native-inputs (list swig))
(native-inputs (list ncurses swig))
(home-page "https://www.clifford.at/stfl/")
(synopsis "Structured terminal forms library")
(description "Stfl is a library which implements a curses-based widget