atk: do not propagate gi
This commit is contained in:
parent
0e37a2cc98
commit
79dd83d466
@ -18,13 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = libintlOrEmpty;
|
buildInputs = libintlOrEmpty;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig perl ];
|
nativeBuildInputs = [ pkgconfig perl gobjectIntrospection ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# Required by atk.pc
|
# Required by atk.pc
|
||||||
glib
|
glib
|
||||||
# TODO: Why propagate?
|
|
||||||
gobjectIntrospection
|
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user