mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
xenstore: propagate stdlib-shims
This commit is contained in:
parent
bb84d2de23
commit
99bb24459d
@ -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…
Reference in New Issue
Block a user