about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/lablgtk3/sourceview3.nix
blob: a266e57dd8598a74f152d1b0b9ce4f0609f02d16 (plain) (blame)
1
2
3
4
5
6
7
8
{ buildDunePackage, gtksourceview, lablgtk3 }:

buildDunePackage rec {
  pname = "lablgtk3-sourceview3";
  buildInputs = lablgtk3.buildInputs ++ [ gtksourceview ];
  propagatedBuildInputs = [ lablgtk3 ];
  inherit (lablgtk3) src version meta nativeBuildInputs;
}