gnu: ocaml: Use gcc:lib from gcc, not gcc-4.9.
* gnu/packages/ocaml.scm (ocaml)[inputs]: Use canonical 'gcc', not gcc-4.9.
This commit is contained in:
		
							parent
							
								
									d1a08062c6
								
							
						
					
					
						commit
						e1f32cf1b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -146,7 +146,7 @@ | ||||||
|     (inputs |     (inputs | ||||||
|      `(("libx11" ,libx11) |      `(("libx11" ,libx11) | ||||||
|        ;; For libiberty, needed for objdump support. |        ;; For libiberty, needed for objdump support. | ||||||
|        ("gcc:lib" ,(canonical-package gcc-4.9) "lib") |        ("gcc:lib" ,(canonical-package gcc) "lib") | ||||||
|        ("zlib" ,zlib)))                       ;also needed for objdump support |        ("zlib" ,zlib)))                       ;also needed for objdump support | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:modules ((guix build gnu-build-system) |      `(#:modules ((guix build gnu-build-system) | ||||||
|  |  | ||||||
		Reference in a new issue