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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
ocamlgraph
/
gtk.nix
blob
1aa438ffa44874a33e473780daa8bb4f968b8aef
1
{ buildDunePackage, lablgtk, ocamlgraph, stdlib-shims, ... }:
2
3
buildDunePackage rec {
4
pname = "ocamlgraph_gtk";
5
inherit (ocamlgraph) version src useDune2 meta;
6
7
propagatedBuildInputs = [
8
lablgtk
9
ocamlgraph
10
stdlib-shims
11
];
12
}