gnome3.libgee: cleanup

This commit is contained in:
Jan Tojnar 2017-09-18 23:51:11 +02:00
parent 5a4320ab59
commit 5be699a3ff
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
patches = [ ./fix_introspection_paths.patch ];
nativeBuildInputs = [ pkgconfig autoconf vala pkgconfig gobjectIntrospection ];
nativeBuildInputs = [ pkgconfig autoconf vala gobjectIntrospection ];
buildInputs = [ glib ];
meta = with stdenv.lib; {