mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: arcan-sdl: Add missing inputs.
* gnu/packages/arcan.scm (arcan-sdl)[inputs]: Add glu, libglvnd and mesa. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
96c84f85de
commit
c4e25bf1fe
@@ -171,7 +171,7 @@ engine with a Lua scripting interface.")
|
||||
(inputs
|
||||
(modify-inputs (package-inputs arcan)
|
||||
(delete "libdrm")
|
||||
(prepend sdl)))
|
||||
(prepend glu libglvnd mesa sdl)))
|
||||
(arguments
|
||||
`(,@(ensure-keyword-arguments
|
||||
(package-arguments arcan)
|
||||
|
||||
Reference in New Issue
Block a user