gnu: ocaml: Update gcc:lib input to gcc-4.9.
* gnu/packages/ocaml.scm (ocaml)[inputs]: Use gcc:lib from gcc-4.9.master
parent
2abf678682
commit
379d41422c
|
@ -58,7 +58,7 @@
|
|||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
;; For libiberty, needed for objdump support.
|
||||
("gcc:lib" ,(canonical-package gcc-4.8) "lib")
|
||||
("gcc:lib" ,(canonical-package gcc-4.9) "lib")
|
||||
("zlib" ,zlib))) ;also needed for objdump support
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
|
|
Reference in New Issue