[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] gnu: Add minetest.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 3/3] gnu: Add minetest. |
Date: |
Fri, 05 Sep 2014 22:18:39 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
David Thompson <address@hidden> skribis:
> * gnu/packages/games.scm (minetest): New variable.
[...]
> + (arguments
> + '(#:phases (alist-cons-before
> + 'configure 'set-cpath
> + (lambda* (#:key inputs #:allow-other-keys)
> + ;; Adjust the CPATH so that cmake can find irrlicht,
> + ;; openal, and curl headers.
Why is this needed? Doesn’t CMake use `pkg-config openal --cflags` and
similar?
Perhaps ‘set-path-environment-variable’ could be used, as done for
Abbaye?
> + (description
> + "Minetest is an infinite-world block sandbox game and a game engine.")
Please expound a bit.
Thanks,
Ludo’.
Re: [PATCH 1/3] gnu: Add openal., Ludovic Courtès, 2014/09/05