guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ocaml: Update gcc:lib input to gcc-4.9.


From: Mark H. Weaver
Subject: 02/02: gnu: ocaml: Update gcc:lib input to gcc-4.9.
Date: Thu, 18 Jun 2015 05:36:31 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 379d41422c798f47e082b22f7b18ae9693b2c78f
Author: Mark H Weaver <address@hidden>
Date:   Thu Jun 18 01:33:57 2015 -0400

    gnu: ocaml: Update gcc:lib input to gcc-4.9.
    
    * gnu/packages/ocaml.scm (ocaml)[inputs]: Use gcc:lib from gcc-4.9.
---
 gnu/packages/ocaml.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 84841d0..d283acd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -58,7 +58,7 @@
     (inputs
      `(("libx11" ,libx11)
        ;; For libiberty, needed for objdump support.
-       ("gcc:lib" ,(canonical-package gcc-4.8) "lib")
+       ("gcc:lib" ,(canonical-package gcc-4.9) "lib")
        ("zlib" ,zlib)))                       ;also needed for objdump support
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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