diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
| commit | 6078dd42d2c5ff3b4298a6e4b2192d7eb216c8ba (patch) | |
| tree | 0cef2087539345aa5dd08e76042bfd280c686da0 | |
| parent | 94aac02e02be6e4119cdf30539b782118ffb4422 (diff) | |
gnu: armagetronad: Don't nest everything under games/.
* gnu/packages/games.scm (armagetronad)[arguments]: Add ‘--disable-games’
to #:configure-flags.
Change-Id: Ie78ed82ff01ad5e14490436169c432160dcbbe0e
| -rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 226d98a1a3e..fe3337c5f8a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -499,7 +499,8 @@ Doom clone shooter game.") | |||
| 499 | (build-system gnu-build-system) | 499 | (build-system gnu-build-system) |
| 500 | (arguments | 500 | (arguments |
| 501 | (list #:configure-flags | 501 | (list #:configure-flags |
| 502 | #~(list "--disable-uninstall"))) ;pointless (and broken) in Guix | 502 | #~(list "--disable-games" ;don't nest everything in ‘games/’ |
| 503 | "--disable-uninstall"))) ;pointless (and broken) in Guix | ||
| 503 | (native-inputs (list pkg-config)) | 504 | (native-inputs (list pkg-config)) |
| 504 | (inputs (list libxml2 | 505 | (inputs (list libxml2 |
| 505 | (sdl-union (list sdl sdl-image sdl-mixer)) | 506 | (sdl-union (list sdl sdl-image sdl-mixer)) |
