gnu: gcj: Fix typo in patch filename.
This is a followup to commit dbf8f84f15
.
Reported by quigonjinn on #guix.
* gnu/packages/gcc.scm (gcj)[source]: Fix typo.
This commit is contained in:
parent
7574cecf0f
commit
cd569f0d29
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue