summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk/3.x.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-07-12 15:17:11 +0300
committerArtturin <Artturin@artturin.com>2022-07-12 15:18:44 +0300
commit20642e2ab0c278f1e51ca2e63ec0836f91b5451d (patch)
tree8c3352a04e6dcfbf67ef37eac38ab64bfc1648a9 /pkgs/development/libraries/gtk/3.x.nix
parenteb829035c938022bb064faef56a7b1346443e034 (diff)
downloadnixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar.gz
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar.bz2
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar.lz
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar.xz
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.tar.zst
nixpkgs-20642e2ab0c278f1e51ca2e63ec0836f91b5451d.zip
various: readd gobject-introspection to buildInputs
see eb829035c938022bb064faef56a7b1346443e034
Diffstat (limited to 'pkgs/development/libraries/gtk/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index b69f6164aca..c06aa946993 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
+    gobject-introspection
     libxkbcommon
     (libepoxy.override { inherit x11Support; })
     isocodes