diff options
| author | λx.x <case_lambda@disroot.org> | 2026-07-01 13:05:17 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-07-07 22:02:35 +0200 |
| commit | fcfe5a31355cffef18212c05613b9996b8b30505 (patch) | |
| tree | 78a2e172544b9ff45fd22a11c78f4933fdba8968 /gnu/packages | |
| parent | 0561fb4a305ff90eb65c9258e1fb8411067d692d (diff) | |
gnu: nethack: Build the curses interface.
* gnu/packages/games.scm (nethack): <#:make-flags>: Add WANT_WIN_TTY=1 and
WANT_WIN_CURSES=1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Merges: guix/guix#9641
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/games.scm | 4 |
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 |
