~ruther/guix-local

cd569f0d2989f7231939ad7446aea9942904dd09 — Leo Famulari 9 years ago 7574cec
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gcc.scm
M gnu/packages/gcc.scm => gnu/packages/gcc.scm +1 -1
@@ 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)