[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: minetest: Simplify 'freetype' input specification.
From: |
guix-commits |
Subject: |
04/05: gnu: minetest: Simplify 'freetype' input specification. |
Date: |
Mon, 22 Apr 2019 15:05:51 -0400 (EDT) |
mhw pushed a commit to branch master
in repository guix.
commit 8c064d01a011f145a6d962ef6bde78247389fac2
Author: Mark H Weaver <address@hidden>
Date: Sat Apr 20 19:34:00 2019 -0400
gnu: minetest: Simplify 'freetype' input specification.
* gnu/packages/games.scm (minetest)[inputs]: Eliminate an unnecessary
use of Guile's '@' syntax to reference the 'freetype' package.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fd22570..da917e2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1916,7 +1916,7 @@ match, cannon keep, and grave-itation pit.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("curl" ,curl)
- ("freetype" ,(@ (gnu packages fontutils) freetype))
+ ("freetype" ,freetype)
("gettext" ,gettext-minimal)
("gmp" ,gmp)
("irrlicht" ,irrlicht)