guix-devel
[Top][All Lists]
Advanced

[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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]