Fix of the ocaml extlib expression. The native object files were not installed. Turns out that also the 'opt' make target must be run besides 'all'.

svn path=/nixpkgs/trunk/; revision=33350
wip/yesman
Arie Middelkoop 12 years ago
parent 31ffda057e
commit 3a7b035380
  1. 5
      pkgs/development/ocaml-modules/extlib/default.nix

@ -12,7 +12,10 @@ stdenv.mkDerivation {
createFindlibDestdir = true;
configurePhase = "true";
buildPhase = ''
make all
make opt
'';
meta = {
homepage = "http://code.google.com/p/ocaml-extlib/";

Loading…
Cancel
Save