me
/
guix
Archived
1
0
Fork 0

gnu: stfl: Fix cross-compiling.

* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
Efraim Flashner 2023-10-11 14:10:18 +03:00
parent b418fdb191
commit b802c104de
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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