gnu: ocaml: Depend on libiberty.
Currently gcc:lib does not include libiberty so this change restores the initial intent. * gnu/packages/ocaml.scm (ocaml-4.11)[inputs]: Replace "gcc:lib" by "libiberty".
This commit is contained in:
parent
e118348a1d
commit
28ae358503
@ -200,8 +200,7 @@ This package produces a native @command{ocamlc} and a bytecode @command{ocamllex
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
;; For libiberty, needed for objdump support.
|
||||
("gcc:lib" ,(canonical-package gcc) "lib")
|
||||
("libiberty" ,libiberty) ;needed for objdump support
|
||||
("zlib" ,zlib))) ;also needed for objdump support
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
Loading…
Reference in New Issue
Block a user