aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/lablgl
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-02-03 21:05:31 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-02-03 22:12:53 +0100
commit7a6aac90763e1c92fea53154c876e05a28067235 (patch)
treecbd2bf19503a35e4d60452aa8236f74c80204844 /pkgs/development/ocaml-modules/lablgl
parent2352099a962261bd41906dc6ed25966ffbae6640 (diff)
ocaml-lablgl: use camlp5
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgl')
-rw-r--r--pkgs/development/ocaml-modules/lablgl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lablgl/default.nix b/pkgs/development/ocaml-modules/lablgl/default.nix
index c59f15c57ad..7fd7de1f756 100644
--- a/pkgs/development/ocaml-modules/lablgl/default.nix
+++ b/pkgs/development/ocaml-modules/lablgl/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, ocaml, lablgtk, findlib, mesa, freeglut, camlp4 } :
+{stdenv, fetchurl, ocaml, lablgtk, findlib, mesa, freeglut, camlp5 } :
let
pname = "lablgl";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "0qabydd219i4ak7hxgc67496qnnscpnydya2m4ijn3cpbgih7zyq";
};
- buildInputs = [ocaml findlib lablgtk freeglut camlp4];
+ buildInputs = [ ocaml findlib lablgtk freeglut camlp5 ];
propagatedBuildInputs = [ mesa ];
patches = [ ./Makefile.config.patch ./META.patch ];