mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ocamlPackages.buildDunePackage: fix meta.platforms
This commit is contained in:
parent
b6708d49af
commit
66efb76c75
@ -25,12 +25,12 @@ stdenv.mkDerivation ({
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta.platform = ocaml.meta.platform;
|
|
||||||
|
|
||||||
} // args // {
|
} // args // {
|
||||||
|
|
||||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||||
|
|
||||||
buildInputs = [ ocaml dune findlib ] ++ buildInputs;
|
buildInputs = [ ocaml dune findlib ] ++ buildInputs;
|
||||||
|
|
||||||
|
meta = (args.meta or {}) // { platforms = args.meta.platforms or ocaml.meta.platforms; };
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user