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