summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/xenstore/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/xenstore/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/xenstore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/xenstore/default.nix b/pkgs/development/ocaml-modules/xenstore/default.nix
index 666106fdb17a..189920290e37 100644
--- a/pkgs/development/ocaml-modules/xenstore/default.nix
+++ b/pkgs/development/ocaml-modules/xenstore/default.nix
@@ -1,5 +1,5 @@
{ lib, buildDunePackage, fetchurl
-, cstruct, ppx_cstruct, lwt, ounit
+, cstruct, ppx_cstruct, lwt, ounit, stdlib-shims
}:
buildDunePackage rec {
@@ -16,7 +16,7 @@ buildDunePackage rec {
};
nativeBuildInputs = [ ppx_cstruct ];
- propagatedBuildInputs = [ cstruct lwt ];
+ propagatedBuildInputs = [ stdlib-shims cstruct lwt ];
doCheck = true;
checkInputs = [ ounit ];