bs-platform: init at 6.2.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ stdenv, src, version, bs-version }:
|
||||
stdenv.mkDerivation rec {
|
||||
inherit src version;
|
||||
name = "ocaml-${version}+bs-${bs-version}";
|
||||
configurePhase = ''
|
||||
./configure -prefix $out
|
||||
'';
|
||||
buildPhase = ''
|
||||
make -j9 world.opt
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
branch = "4.06";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user