mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
reason: fix passthru tests
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user