summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-03-14 18:43:47 +0100
committerAndreas Enge <andreas@enge.fr>2015-03-14 18:43:47 +0100
commitc463dd47633e634db488e9da6e33f85a241c6fa5 (patch)
tree3ea66a767476d8ff8465568b7cc2eb467d78dcc2 /gnu
parentcd18ab1ff7fceaf24db20667191626ef3903a3de (diff)
downloadpatches-c463dd47633e634db488e9da6e33f85a241c6fa5.tar
patches-c463dd47633e634db488e9da6e33f85a241c6fa5.tar.gz
gnu: minetest: Swap input libjpeg-8 for current libjpeg-9.
* gnu/packages/games.scm (minetest): Swap input libjpeg-8 for current libjpeg-9.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1acd157e9e..192d0db397 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -644,7 +644,7 @@ for common mesh file formats, and collision detection.")
(inputs
`(("irrlicht" ,irrlicht)
("libpng" ,libpng)
- ("libjpeg-8" ,libjpeg-8)
+ ("libjpeg" ,libjpeg)
("libxxf86vm" ,libxxf86vm)
("mesa" ,mesa)
("libogg" ,libogg)