mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
ocamlPackages.dune-configurator: add minimumOCamlVersion
This commit is contained in:
parent
de6f754b6e
commit
d1ad52061e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ buildDunePackage rec {
|
|||
|
||||
inherit (dune_2) src version patches;
|
||||
|
||||
minimumOCamlVersion = "4.03";
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
propagatedBuildInputs = [ csexp result ];
|
||||
|
|
Loading…
Reference in a new issue