gobby: Remove empty configure flags

This commit is contained in:
John Ericson 2018-08-03 16:05:42 -04:00
parent eeb9837beb
commit e8a291ff61

View file

@ -18,9 +18,6 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtkmm2 gsasl gtksourceview libxmlxx libinf intltool ]
++ stdenv.lib.optional gnomeSupport gnome_vfs;
configureFlags = ''
'';
meta = with stdenv.lib; {
homepage = http://gobby.0x539.de/;