summaryrefslogtreecommitdiff
path: root/gnu/packages/grub.scm
diff options
context:
space:
mode:
authorTomáš Čech <sleep_walker@suse.cz>2015-03-05 09:12:20 +0100
committerTomáš Čech <sleep_walker@suse.cz>2015-03-06 09:38:41 +0100
commitf195b36602b0ca65bdd92e8b4ef3a6b71ed52679 (patch)
tree50be4e1269b039d8b98bf01cda58d70387b5833f /gnu/packages/grub.scm
parent81f36365f1092ccd3b779370c0e35b21db51411e (diff)
downloadguix-patches-f195b36602b0ca65bdd92e8b4ef3a6b71ed52679.tar
guix-patches-f195b36602b0ca65bdd92e8b4ef3a6b71ed52679.tar.gz
gnu: grub: Add patch to fix new version of freetype
* gnu/packages/patches/grub-freetype.patch: New file. * gnu-system.am (dist_patch_DATA): Add the patch. * gnu/packages/grub.scm (grub): Apply new patch.
Diffstat (limited to 'gnu/packages/grub.scm')
-rw-r--r--gnu/packages/grub.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm
index 5504f38225..b1da394835 100644
--- a/gnu/packages/grub.scm
+++ b/gnu/packages/grub.scm
@@ -79,7 +79,8 @@
(sha256
(base32
"0n64hpmsccvicagvr0c6v0kgp2yw0kgnd3jvsyd26cnwgs7c6kkq"))
- (patches (list (search-patch "grub-gets-undeclared.patch")))))
+ (patches (list (search-patch "grub-gets-undeclared.patch")
+ (search-patch "grub-freetype.patch")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-werror")