diff options
author | Marius Bakke <marius@gnu.org> | 2020-05-27 14:18:14 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-05-29 15:41:28 +0200 |
commit | 93fc9b6abf6123c665288b180a8da6e9fac61602 (patch) | |
tree | 8f4414a6e6de740de9593cd5021220fcaa2e6b6e /gnu | |
parent | ebfe0e65842d64d9cbc4987530aa361fec70a7f1 (diff) | |
download | guix-93fc9b6abf6123c665288b180a8da6e9fac61602.tar.gz |
gnu: love: Remove unused input.
* gnu/packages/game-development.scm (love)[inputs]: Remove PHYSFS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 185f1bebf3..f16b84d5ae 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -680,7 +680,6 @@ archive on a per-file basis.") ("mesa" ,mesa) ("mpg123" ,mpg123) ("openal" ,openal) - ("physfs" ,physfs) ("sdl2" ,sdl2) ("zlib" ,zlib))) (synopsis "2D game framework for Lua") |