summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/games.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2e418f8915c..3d65b753914 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2830,7 +2830,9 @@ watch your CPU playing while enjoying a cup of tea!")
2830 "LIBS=-ltinfo" 2830 "LIBS=-ltinfo"
2831 (string-append "CC=" #$(cc-for-target)) 2831 (string-append "CC=" #$(cc-for-target))
2832 (string-append "GREPPATH=" 2832 (string-append "GREPPATH="
2833 (search-input-file %build-inputs "/bin/grep"))) 2833 (search-input-file %build-inputs "/bin/grep"))
2834 "WANT_WIN_CURSES=1"
2835 "WANT_WIN_TTY=1")
2834 #:phases 2836 #:phases
2835 #~(modify-phases %standard-phases 2837 #~(modify-phases %standard-phases
2836 (add-before 'configure 'do-not-change-to-hackdir 2838 (add-before 'configure 'do-not-change-to-hackdir