ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4

This commit is contained in:
Vincent Laporte
2019-02-22 13:00:04 +01:00
committed by Vincent Laporte
parent baa9110d43
commit b275d09224
4 changed files with 46 additions and 12 deletions
@@ -0,0 +1,8 @@
{ buildDunePackage, gtkspell3, lablgtk3 }:
buildDunePackage rec {
pname = "lablgtk3-gtkspell3";
buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
propagatedBuildInputs = [ lablgtk3 ];
inherit (lablgtk3) src version meta nativeBuildInputs;
}