ocamlPackages.graphql: use Dune 2
This commit is contained in:
committed by
Vincent Laporte
parent
e56e8d4f74
commit
46281741b2
@@ -1,13 +1,13 @@
|
||||
{ lib, buildDunePackage, alcotest, graphql_parser, rresult, yojson }:
|
||||
{ buildDunePackage, alcotest, graphql_parser, rresult, yojson }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "graphql";
|
||||
|
||||
inherit (graphql_parser) version src;
|
||||
inherit (graphql_parser) version useDune2 src;
|
||||
|
||||
propagatedBuildInputs = [ graphql_parser rresult yojson ];
|
||||
|
||||
checkInputs = lib.optional doCheck alcotest;
|
||||
checkInputs = [ alcotest ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user