xenstore: propagate stdlib-shims
This commit is contained in:
parent
bb84d2de23
commit
99bb24459d
|
@ -1,5 +1,5 @@
|
||||||
{ lib, buildDunePackage, fetchurl
|
{ lib, buildDunePackage, fetchurl
|
||||||
, cstruct, ppx_cstruct, lwt, ounit
|
, cstruct, ppx_cstruct, lwt, ounit, stdlib-shims
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
|
@ -16,7 +16,7 @@ buildDunePackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ ppx_cstruct ];
|
nativeBuildInputs = [ ppx_cstruct ];
|
||||||
propagatedBuildInputs = [ cstruct lwt ];
|
propagatedBuildInputs = [ stdlib-shims cstruct lwt ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkInputs = [ ounit ];
|
checkInputs = [ ounit ];
|
||||||
|
|
Loading…
Reference in New Issue