diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-18 01:33:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-18 01:33:57 -0400 |
commit | 379d41422c798f47e082b22f7b18ae9693b2c78f (patch) | |
tree | a82ad1fb0903505fb26f19aee373fab18759576c /gnu/packages/ocaml.scm | |
parent | 2abf678682c42842c16e026c51d96b1fa86be88f (diff) | |
download | patches-379d41422c798f47e082b22f7b18ae9693b2c78f.tar patches-379d41422c798f47e082b22f7b18ae9693b2c78f.tar.gz |
gnu: ocaml: Update gcc:lib input to gcc-4.9.
* gnu/packages/ocaml.scm (ocaml)[inputs]: Use gcc:lib from gcc-4.9.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | 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 84841d017c..d283acdc1e 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) |