xenstore: propagate stdlib-shims

This commit is contained in:
sternenseemann 2021-01-31 15:19:25 +01:00 committed by Vincent Laporte
parent bb84d2de23
commit 99bb24459d

View file

@ -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 ];