about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix')
-rw-r--r--pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix24
1 files changed, 12 insertions, 12 deletions
diff --git a/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix b/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix
index c602e8a3b0e2e..f9b78e11d3329 100644
--- a/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix
+++ b/pkgs/development/ocaml-modules/tezos-bls12-381-polynomial/plonk.nix
@@ -1,14 +1,14 @@
-{
-  lib,
-  buildDunePackage,
-  hacl-star,
-  bls12-381,
-  tezos-bls12-381-polynomial,
-  data-encoding,
-  tezos-plompiler,
-  alcotest,
-  qcheck-alcotest,
-  bisect_ppx,
+{ lib
+, buildDunePackage
+, hacl-star
+, bls12-381
+, tezos-bls12-381-polynomial
+, data-encoding
+, tezos-plompiler
+, alcotest
+, qcheck-alcotest
+, bisect_ppx
+,
 }:
 
 buildDunePackage rec {
@@ -25,7 +25,7 @@ buildDunePackage rec {
     tezos-plompiler
   ];
 
-  nativeCheckInputs = [ alcotest qcheck-alcotest bisect_ppx ];
+  checkInputs = [ alcotest qcheck-alcotest bisect_ppx ];
 
   doCheck = false; # broken