fix glsurf

This commit is contained in:
Vincent Laporte 2015-06-18 01:12:53 +02:00
parent 8263cd2917
commit 5beebaca58

View File

@ -1,4 +1,4 @@
{ stdenv, fetchdarcs, ocaml, findlib, lablgl, camlimages, mesa, freeglut, ocaml_mysql, mlgmp, mpfr, gmp, libtiff, libjpeg, libpng, giflib }: { stdenv, fetchdarcs, ocaml, findlib, lablgl, camlimages, mesa, freeglut, ocaml_mysql, mysql, mlgmp, mpfr, gmp, libtiff, libjpeg, libpng, giflib }:
let let
ocaml_version = (builtins.parseDrvName ocaml.name).version; ocaml_version = (builtins.parseDrvName ocaml.name).version;
@ -10,11 +10,11 @@ stdenv.mkDerivation {
src = fetchdarcs { src = fetchdarcs {
url = "http://lama.univ-savoie.fr/~raffalli/GlSurf"; url = "http://lama.univ-savoie.fr/~raffalli/GlSurf";
rev = "3.3"; rev = "3.3";
sha256 = ""; md5=""; sha256 = "0ljvvzz31j7l8rvsv63x1kj70nhw3al3k294m79hpmwjvym1mzfa";
}; };
buildInputs = [ ocaml findlib freeglut mesa buildInputs = [ ocaml findlib freeglut mesa
lablgl camlimages ocaml_mysql mlgmp mpfr gmp lablgl camlimages ocaml_mysql mysql.lib mlgmp mpfr gmp
libtiff libjpeg libpng giflib ]; libtiff libjpeg libpng giflib ];
installPhase = '' installPhase = ''