ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4
This commit is contained in:
committed by
Vincent Laporte
parent
baa9110d43
commit
b275d09224
@@ -0,0 +1,8 @@
|
||||
{ buildDunePackage, gtkspell3, lablgtk3 }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "lablgtk3-gtkspell3";
|
||||
buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
|
||||
propagatedBuildInputs = [ lablgtk3 ];
|
||||
inherit (lablgtk3) src version meta nativeBuildInputs;
|
||||
}
|
||||
Reference in New Issue
Block a user