diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:42:34 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-03 11:56:05 +0300 |
| commit | 5c998de10dd96084ddf2d6fd1bd787da057f19be (patch) | |
| tree | 5b4c62e0a466b6254baee28dc6fb1bd648bf7e5a /gnu | |
| parent | c97ea410ca7c322b46377ab28c122f7c3bdad2f4 (diff) | |
gnu: serious-sam-classic: Build with maybe-nasm.
* gnu/packages/games.scm (serious-sam-classic)[native-inputs]: Remove
nasm, add maybe-nasm.
Change-Id: If22d7ad4cf7d91f141545dd177fba535d8dfaf69
Diffstat (limited to 'gnu')
| -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 2ee4c0861d4..bd46d5baac6 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -3408,7 +3408,8 @@ and defeat them with your bubbles!") | |||
| 3408 | "SamTSE/Sources/Engine/Engine.cpp") | 3408 | "SamTSE/Sources/Engine/Engine.cpp") |
| 3409 | (("@OUTPUT_DIR@") #$output))))))) | 3409 | (("@OUTPUT_DIR@") #$output))))))) |
| 3410 | (inputs (list sdl2 libvorbis)) | 3410 | (inputs (list sdl2 libvorbis)) |
| 3411 | (native-inputs (list flex bison nasm imagemagick)) | 3411 | (native-inputs (cons* flex bison imagemagick |
| 3412 | (maybe-nasm))) | ||
| 3412 | (home-page "https://github.com/tx00100xt/SeriousSamClassic") | 3413 | (home-page "https://github.com/tx00100xt/SeriousSamClassic") |
| 3413 | (synopsis "SeriousSam engine and Serious Sam: TFE and TSE") | 3414 | (synopsis "SeriousSam engine and Serious Sam: TFE and TSE") |
| 3414 | (description | 3415 | (description |
