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
235 B
Nix
Raw Permalink Normal View History

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