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:
Ludovic Courtès 2021-05-07 13:48:45 +02:00
parent e118348a1d
commit 28ae358503
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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