[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: stfl: Fix cross-compiling.
From: |
guix-commits |
Subject: |
01/02: gnu: stfl: Fix cross-compiling. |
Date: |
Thu, 12 Oct 2023 10:05:57 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit b802c104de0cde1cde85607983ae0c702dcc1354
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 11 14:10:18 2023 +0300
gnu: stfl: Fix cross-compiling.
* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
---
gnu/packages/ncurses.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index c5f63e0b67..3b2f9b15f9 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -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