guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: ocaml: Depend on libiberty.


From: guix-commits
Subject: 01/11: gnu: ocaml: Depend on libiberty.
Date: Sat, 8 May 2021 09:08:56 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 28ae35850357acfda42d3c82c29df37149a6b8d0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 7 13:48:45 2021 +0200

    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".
---
 gnu/packages/ocaml.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 427ea38..272f5bf 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]