mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue