nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 15 lines 202 B view raw
1{ 2 buildDunePackage, 3 lablgtk, 4 ocamlgraph, 5}: 6 7buildDunePackage { 8 pname = "ocamlgraph_gtk"; 9 inherit (ocamlgraph) version src meta; 10 11 propagatedBuildInputs = [ 12 lablgtk 13 ocamlgraph 14 ]; 15}