mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
ocamlPackages.opam-state: use dune 2
This commit is contained in:
parent
a0c36072de
commit
04cbb60e62
@ -5,6 +5,8 @@ buildDunePackage rec {
|
|||||||
|
|
||||||
inherit (opam) src version;
|
inherit (opam) src version;
|
||||||
|
|
||||||
|
useDune2 = true;
|
||||||
|
|
||||||
# get rid of check for curl at configure time
|
# get rid of check for curl at configure time
|
||||||
# opam-state does not call curl at run time
|
# opam-state does not call curl at run time
|
||||||
configureFlags = [ "--disable-checks" ];
|
configureFlags = [ "--disable-checks" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user