[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: freedom: add native search-paths.
From: |
Ludovic Courtès |
Subject: |
06/07: gnu: freedom: add native search-paths. |
Date: |
Tue, 16 Jan 2018 10:00:30 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 60037d4e52839f00ef522eae844edf16949f8824
Author: nee <address@hidden>
Date: Mon Jan 15 23:21:19 2018 +0100
gnu: freedom: add native search-paths.
* gnu/packages/games.scm (freedoom) [native-search-paths]: Set DOOMWADDIR
and
DOOMWADPATH, so source ports and map editors can find the freedoom IWAD.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/games.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 288db49..1213d87 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -348,6 +348,13 @@ tired of cows, a variety of other ASCII-art messengers are
available.")
`(("prboom-plus" ,prboom-plus)))
(home-page "https://freedoom.github.io/")
(synopsis "Free content game based on the Doom engine")
+ (native-search-paths
+ (list (search-path-specification
+ (variable "DOOMWADDIR")
+ (files '("share/games/doom")))
+ (search-path-specification
+ (variable "DOOMWADPATH")
+ (files '("share/games/doom")))))
(description
"The Freedoom project aims to create a complete free content first person
shooter game. Freedoom by itself is just the raw material for a game: it must
- branch master updated (889b4af -> 531003b), Ludovic Courtès, 2018/01/16
- 05/07: gnu: python-matplotlib: Fix import failure, Ludovic Courtès, 2018/01/16
- 04/07: gnu: clojure: Update to 1.9.0., Ludovic Courtès, 2018/01/16
- 07/07: gnu: Add eureka., Ludovic Courtès, 2018/01/16
- 02/07: gnu: fish-guix: Remove it., Ludovic Courtès, 2018/01/16
- 03/07: doc: Fix typo., Ludovic Courtès, 2018/01/16
- 06/07: gnu: freedom: add native search-paths.,
Ludovic Courtès <=
- 01/07: etc: Add completions for fish., Ludovic Courtès, 2018/01/16