ocamlPackages.lablgtk3: propagate gtk3 (#95849)

This commit is contained in:
Mario Rodas
2020-08-21 10:52:11 +02:00
committed by GitHub
parent a3aae22719
commit f96ec7d994
2 changed files with 1 additions and 4 deletions
@@ -12,8 +12,7 @@ buildDunePackage rec {
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk3 ];
propagatedBuildInputs = [ cairo2 ];
propagatedBuildInputs = [ gtk3 cairo2 ];
meta = {
description = "OCaml interface to GTK 3";