diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-27 10:51:38 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-27 10:57:33 -0500 |
commit | cd569f0d2989f7231939ad7446aea9942904dd09 (patch) | |
tree | 6b5ccf637415ecebf8f2633d70f17d4d6691fdc8 /gnu/packages/gcc.scm | |
parent | 7574cecf0fb8c737f89d5d670121241538f5a98e (diff) |
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.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index ead270a3b5..7ff6e3c56f 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) |