about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk3
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-21 03:52:11 -0500
committerGitHub <noreply@github.com>2020-08-21 10:52:11 +0200
commitf96ec7d99439331e4b945a3fc8ee06f8882a3f02 (patch)
treeaa3104f267073f3e31d066302b2d0d426eab3385 /pkgs/development/ocaml-modules/lablgtk3
parenta3aae2271925e8f110dfdf3c9e5fde77e80663a0 (diff)
downloadnixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar.gz
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar.bz2
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar.lz
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar.xz
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.tar.zst
nixlib-f96ec7d99439331e4b945a3fc8ee06f8882a3f02.zip
ocamlPackages.lablgtk3: propagate gtk3 (#95849)
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk3')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk3/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk3/default.nix b/pkgs/development/ocaml-modules/lablgtk3/default.nix
index 8a45e6176770..767e087a7f06 100644
--- a/pkgs/development/ocaml-modules/lablgtk3/default.nix
+++ b/pkgs/development/ocaml-modules/lablgtk3/default.nix
@@ -12,8 +12,7 @@ buildDunePackage rec {
   };
 
   nativeBuildInputs = [ pkgconfig ];
-  buildInputs = [ gtk3 ];
-  propagatedBuildInputs = [ cairo2 ];
+  propagatedBuildInputs = [ gtk3 cairo2 ];
 
   meta = {
     description = "OCaml interface to GTK 3";