diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index bd65bfaf7d5..40f882e5e58 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1029,11 +1029,10 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\" #$(local-file (search-patch "gcc-boot-2.95.3.patch")))) (invoke "patch" "--force" "-p1" "-i" patch-file)) - (lambda* (#:key inputs #:allow-other-keys) (let ((patch-file #$(local-file (search-patch "gcc-boot-2.95.3-arm.patch")))) - (invoke "patch" "--force" "-p1" "-i" patch-file))))) + (invoke "patch" "--force" "-p1" "-i" patch-file)))) (add-before 'configure 'setenv (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out"))