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

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