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.master
parent
ab0c796b67
commit
8c064d01a0
|
@ -1916,7 +1916,7 @@ match, cannon keep, and grave-itation pit.")
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
("freetype" ,(@ (gnu packages fontutils) freetype))
|
("freetype" ,freetype)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
("irrlicht" ,irrlicht)
|
("irrlicht" ,irrlicht)
|
||||||
|
|
Reference in New Issue