diff options
Diffstat (limited to 'gnu/packages/bootloaders.scm')
| -rw-r--r-- | gnu/packages/bootloaders.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index a5ef6b080ff..2560e8c2492 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -208,14 +208,6 @@ (setenv "BUILD_FREETYPE_CFLAGS" (string-append "-I" freetype "/include/freetype2")))))) - #$@(if (target-hurd64?) - #~((add-after 'unpack 'apply-hurd64-patch - (lambda _ - (let ((patch - #$(local-file - (search-patch "grub-hurd64.patch")))) - (invoke "patch" "--force" "-p1" "-i" patch))))) - #~()) (add-before 'check 'disable-flaky-test (lambda _ ;; This test is unreliable. For more information, see: |
