Add gobjectIntrospection to the scope

+1 -1
+1 -1
pkgs/development/libraries/libgtop/default.nix
··· 1 - { stdenv, fetchurl, glib, pkgconfig, perl, intltool }: 1 + { stdenv, fetchurl, glib, pkgconfig, perl, intltool, gobjectIntrospection }: 2 2 stdenv.mkDerivation { 3 3 name = "libgtop-2.32.0"; 4 4