Merge pull request #256723 from wegank/reason-test

reason: fix passthru tests
This commit is contained in:
Weijia Wang
2023-09-22 21:16:18 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -1,4 +1,4 @@
{ lib, buildDunePackage, reason }:
{ buildDunePackage, ppxlib, reason }:
buildDunePackage rec {
pname = "helloreason";
@@ -6,9 +6,12 @@ buildDunePackage rec {
src = ./.;
useDune2 = true;
nativeBuildInputs = [
reason
];
buildInputs = [
ppxlib
reason
];
@@ -0,0 +1 @@
(lang dune 3.10)