Skip to content
Snippets Groups Projects
Unverified Commit 1bf5a7e9 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: gcj: Inherit source field from "gcc".

* gnu/packages/gcc.scm (gcj)[source]: Inherit source from "gcc" package.
parent bac64099
No related branches found
No related tags found
No related merge requests found
...@@ -522,15 +522,9 @@ (define-public gcj ...@@ -522,15 +522,9 @@ (define-public gcj
(package (inherit gcc) (package (inherit gcc)
(name "gcj") (name "gcj")
(version (package-version gcc)) (version (package-version gcc))
(source (origin (source (origin (inherit (package-source gcc))
(method url-fetch) (patches (cons (search-patch "gcj-arm-mode.patch")
(uri (string-append "mirror://gnu/gcc/gcc-" (origin-patches (package-source gcc))))))
version "/gcc-" version ".tar.bz2"))
(sha256
(base32
"0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
(patches (cons (search-patch "gcj-arm-mode.patch")
(origin-patches (package-source gcc))))))
(inputs (inputs
`(("fastjar" ,fastjar) `(("fastjar" ,fastjar)
("perl" ,perl) ("perl" ,perl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment