gnu: gfortran: Remove obsolete workaround.
* gnu/packages/gcc.scm (gfortran): Use GCC directly.
This commit is contained in:
		
							parent
							
								
									b4bf509785
								
							
						
					
					
						commit
						11284cb321
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
					@ -734,12 +734,7 @@ as the 'native-search-paths' field."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public gfortran
 | 
					(define-public gfortran
 | 
				
			||||||
  (hidden-package
 | 
					  (hidden-package
 | 
				
			||||||
   (custom-gcc (package
 | 
					   (custom-gcc gcc
 | 
				
			||||||
                 (inherit gcc)
 | 
					 | 
				
			||||||
                 ;; XXX: Remove LIBSTDC++-HEADERS from the inputs just to
 | 
					 | 
				
			||||||
                 ;; avoid a rebuild of all the GFORTRAN dependents.
 | 
					 | 
				
			||||||
                 ;; TODO: Remove this hack on the next rebuild cycle.
 | 
					 | 
				
			||||||
                 (inputs (alist-delete "libstdc++" (package-inputs gcc))))
 | 
					 | 
				
			||||||
               "gfortran" '("fortran")
 | 
					               "gfortran" '("fortran")
 | 
				
			||||||
               %generic-search-paths)))
 | 
					               %generic-search-paths)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue