nerdfonts: fix wrong attribute name in error message (#364463)
[NixPkgs.git] / pkgs / development / ocaml-modules / lablgtk3 / gtkspell3.nix
blob9dbf1b7ddef1b619c5f0b7307e5b9029e9dc0c5c
2   buildDunePackage,
3   gtkspell3,
4   lablgtk3,
5 }:
7 buildDunePackage {
8   pname = "lablgtk3-gtkspell3";
9   buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
10   propagatedBuildInputs = [ lablgtk3 ];
11   inherit (lablgtk3)
12     src
13     version
14     meta
15     nativeBuildInputs
16     ;