David Thompson <dthomps...@worcester.edu> 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