atk: do not propagate gi

This commit is contained in:
Jan Tojnar 2017-12-04 03:03:46 +01:00
parent 0e37a2cc98
commit 79dd83d466
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -18,13 +18,11 @@ stdenv.mkDerivation rec {
buildInputs = libintlOrEmpty;
nativeBuildInputs = [ pkgconfig perl ];
nativeBuildInputs = [ pkgconfig perl gobjectIntrospection ];
propagatedBuildInputs = [
# Required by atk.pc
glib
# TODO: Why propagate?
gobjectIntrospection
];
doCheck = true;