gnu: gcj: Inherit source field from "gcc".
* gnu/packages/gcc.scm (gcj)[source]: Inherit source from "gcc" package.
This commit is contained in:
		
							parent
							
								
									bac6409970
								
							
						
					
					
						commit
						1bf5a7e920
					
				
					 1 changed files with 3 additions and 9 deletions
				
			
		| 
						 | 
					@ -522,15 +522,9 @@ as the 'native-search-paths' field."
 | 
				
			||||||
  (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)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue