mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ocamlPackages.optint: use dune 2
Necessary for compatibility with OCaml 4.12 and all packages depending on it use it anyways.
This commit is contained in:
parent
1005b14672
commit
8b10d91d0c
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ buildDunePackage rec {
|
|||
sha256 = "1a7gabxqmfvii8qnxq1clx43md2h9glskxhac8y8r0rhzblx3s1a";
|
||||
};
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/mirage/optint";
|
||||
description = "Abstract type of integer between x64 and x86 architecture";
|
||||
|
|
Loading…
Reference in a new issue