[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: minetest: Swap input libjpeg-8 for current libjpeg-9.
From: |
Andreas Enge |
Subject: |
01/01: gnu: minetest: Swap input libjpeg-8 for current libjpeg-9. |
Date: |
Sat, 14 Mar 2015 17:44:31 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit c463dd47633e634db488e9da6e33f85a241c6fa5
Author: Andreas Enge <address@hidden>
Date: Sat Mar 14 18:43:47 2015 +0100
gnu: minetest: Swap input libjpeg-8 for current libjpeg-9.
* gnu/packages/games.scm (minetest): Swap input libjpeg-8 for current
libjpeg-9.
---
gnu/packages/games.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1acd157..192d0db 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)