xenstore: propagate stdlib-shims

wip/yesman
sternenseemann 3 years ago committed by Vincent Laporte
parent bb84d2de23
commit 99bb24459d
  1. 4
      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 ];

Loading…
Cancel
Save