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
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
gluten
/
eio.nix
blob
9c78b1d73cd4ca27406899ea0fa1fd634840d17f
1
{ lib, buildDunePackage, gluten, eio }:
2
3
buildDunePackage {
4
pname = "gluten-eio";
5
inherit (gluten) src version;
6
7
propagatedBuildInputs = [ gluten eio ];
8
9
meta = gluten.meta // {
10
description = "EIO runtime for gluten";
11
};
12
}