atk: do not propagate gi
This commit is contained in:
parent
0e37a2cc98
commit
79dd83d466
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user