mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
96c84f85de
commit
c4e25bf1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue