[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gcj: Fix typo in patch filename.
From: |
Leo Famulari |
Subject: |
01/01: gnu: gcj: Fix typo in patch filename. |
Date: |
Sun, 27 Nov 2016 15:57:38 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit cd569f0d2989f7231939ad7446aea9942904dd09
Author: Leo Famulari <address@hidden>
Date: Sun Nov 27 10:51:38 2016 -0500
gnu: gcj: Fix typo in patch filename.
This is a followup to commit dbf8f84f15fb80fa41caeed073460853083e48d3.
Reported by quigonjinn on #guix.
* gnu/packages/gcc.scm (gcj)[source]: Fix typo.
---
gnu/packages/gcc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index ead270a..7ff6e3c 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -529,7 +529,7 @@ as the 'native-search-paths' field."
(sha256
(base32
"0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
- (patches (cons (search-patch "gcj-arm-mode.diff")
+ (patches (cons (search-patch "gcj-arm-mode.patch")
(origin-patches (package-source gcc))))))
(inputs
`(("fastjar" ,fastjar)