repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #119126 from fabaff/pycomfoconnect
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
awa
/
mirage.nix
blob
4f9b425f8a01b0512933a6d10ca5728f1a28f765
1
{ buildDunePackage, awa
2
, cstruct, mtime, lwt, mirage-flow, mirage-clock, logs
3
}:
4
5
buildDunePackage {
6
pname = "awa-mirage";
7
8
inherit (awa) version src useDune2;
9
10
propagatedBuildInputs = [
11
awa cstruct mtime lwt mirage-flow mirage-clock logs
12
];
13
14
inherit (awa) meta;
15
}