about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/lablgtk3/gtkspell3.nix
blob: b037f7d989f445e53a088a5b4e307db4a173f277 (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 useDune2 meta nativeBuildInputs;
}