summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/base64
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-01 16:42:22 +0100
committerUlrik Strid <ulrik.strid@outlook.com>2023-02-03 08:59:34 +0100
commitc53a63adf11330c66d3f0ed0def74e0dacd2cd2a (patch)
treea8af7d43c6d03b0399390aef4b25b7d63daa4055 /pkgs/development/ocaml-modules/base64
parentd6ccd7658182294671cdb61ef7c5db46d7e78eb4 (diff)
ocamlPackages treewide: strictDeps all packages
Diffstat (limited to 'pkgs/development/ocaml-modules/base64')
-rw-r--r--pkgs/development/ocaml-modules/base64/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/base64/default.nix b/pkgs/development/ocaml-modules/base64/default.nix
index 9420d3c419b5..db1a4e856467 100644
--- a/pkgs/development/ocaml-modules/base64/default.nix
+++ b/pkgs/development/ocaml-modules/base64/default.nix
@@ -11,11 +11,11 @@ buildDunePackage rec {
sha256 = "sha256-WJ3pwAV46/54QZismBjTWGxHSyMWts0+HEbMsfYq46Q=";
};
- propagatedBuildInputs = [ findlib ];
+ nativeBuildInputs = [ findlib ];
# otherwise fmt breaks evaluation
doCheck = lib.versionAtLeast ocaml.version "4.08";
- nativeCheckInputs = [ alcotest bos rresult ];
+ checkInputs = [ alcotest bos rresult ];
meta = {
homepage = "https://github.com/mirage/ocaml-base64";