mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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 @@ (define-public love
|
|||
("mesa" ,mesa)
|
||||
("mpg123" ,mpg123)
|
||||
("openal" ,openal)
|
||||
("physfs" ,physfs)
|
||||
("sdl2" ,sdl2)
|
||||
("zlib" ,zlib)))
|
||||
(synopsis "2D game framework for Lua")
|
||||
|
|
Loading…
Reference in a new issue