about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/lablgtk3/gtkspell3.nix
blob: 7e898be749015268c3ca412250a2c2c1efc21dec (plain) (blame)
1
2
3
4
5
6
7
8
{ buildDunePackage, gtkspell3, lablgtk3 }:

buildDunePackage rec {
  pname = "lablgtk3-gtkspell3";
  buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
  propagatedBuildInputs = [ lablgtk3 ];
  inherit (lablgtk3) src version meta nativeBuildInputs;
}