Add platforms to OCaml 3.12.0
svn path=/nixpkgs/trunk/; revision=27298
This commit is contained in:
parent
c6d377eadf
commit
a3b617c8e3
@ -52,6 +52,8 @@ stdenv.mkDerivation rec {
|
|||||||
generators, a pre-processor pretty-printer (camlp4) and a
|
generators, a pre-processor pretty-printer (camlp4) and a
|
||||||
documentation generator (ocamldoc).
|
documentation generator (ocamldoc).
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user