From c2a6da2645e12a12a3a7d78102f001367c15a52a Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Mon, 22 Jul 2019 20:25:10 +0200 Subject: Lua is a propagated input, because it's needed for scripting --- sc-im.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc-im.scm') diff --git a/sc-im.scm b/sc-im.scm index 2b6e5bb..609ac81 100644 --- a/sc-im.scm +++ b/sc-im.scm @@ -42,8 +42,8 @@ (delete 'configure)))) (inputs `(("ncurses" ,ncurses))) (native-inputs `(("pkg-config" ,pkg-config) - ("bison" ,bison) - ("lua" ,lua))) + ("bison" ,bison))) + (propagated-inputs `(("lua", lua))) (synopsis "Spreadsheet program based on SC") (description " -- cgit v1.2.3