mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05: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 @@ (define-public ocaml-4.11
|
|||
("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 a new issue