nixpkgs/pkgs/development/ocaml-modules/ocamlgraph/gtk.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
244 B
Nix
Raw Normal View History

{ buildDunePackage, lablgtk, ocamlgraph, stdlib-shims, ... }:
buildDunePackage rec {
pname = "ocamlgraph_gtk";
inherit (ocamlgraph) version src useDune2 meta;
propagatedBuildInputs = [
lablgtk
ocamlgraph
stdlib-shims
];
}