ocamlPackages.lablgtk3: 3.0.beta3 -> 3.0.beta4
This commit is contained in:
committed by
Vincent Laporte
parent
baa9110d43
commit
b275d09224
@@ -0,0 +1,9 @@
|
||||
{ stdenv, ocaml, gtksourceview, lablgtk3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-lablgtk3-sourceview3-${version}";
|
||||
buildPhase = "dune build -p lablgtk3-sourceview3";
|
||||
buildInputs = lablgtk3.buildInputs ++ [ gtksourceview ];
|
||||
propagatedBuildInputs = [ lablgtk3 ];
|
||||
inherit (lablgtk3) src version meta nativeBuildInputs installPhase;
|
||||
}
|
||||
Reference in New Issue
Block a user