nerdfonts: fix wrong attribute name in error message (#364463)
[NixPkgs.git] / pkgs / development / ocaml-modules / mirage-clock / solo5.nix
blob9ea8f53335199ce380209b7d8a106ef706962ee5
2   buildDunePackage,
3   mirage-clock,
4 }:
6 buildDunePackage {
7   pname = "mirage-clock-solo5";
9   inherit (mirage-clock)
10     version
11     src
12     ;
14   propagatedBuildInputs = [
15     mirage-clock
16   ];
18   meta = mirage-clock.meta // {
19     description = "Paravirtual implementation of the MirageOS Clock interface";
20   };