gnu: love: Remove unused input.
* gnu/packages/game-development.scm (love)[inputs]: Remove PHYSFS.
This commit is contained in:
parent
ebfe0e6584
commit
93fc9b6abf
1 changed files with 0 additions and 1 deletions
|
@ -680,7 +680,6 @@ archive on a per-file basis.")
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("mpg123" ,mpg123)
|
("mpg123" ,mpg123)
|
||||||
("openal" ,openal)
|
("openal" ,openal)
|
||||||
("physfs" ,physfs)
|
|
||||||
("sdl2" ,sdl2)
|
("sdl2" ,sdl2)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(synopsis "2D game framework for Lua")
|
(synopsis "2D game framework for Lua")
|
||||||
|
|
Reference in a new issue