gobby: Remove empty configure flags
This commit is contained in:
@@ -18,9 +18,6 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ gtkmm2 gsasl gtksourceview libxmlxx libinf intltool ]
|
buildInputs = [ gtkmm2 gsasl gtksourceview libxmlxx libinf intltool ]
|
||||||
++ stdenv.lib.optional gnomeSupport gnome_vfs;
|
++ stdenv.lib.optional gnomeSupport gnome_vfs;
|
||||||
|
|
||||||
configureFlags = ''
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://gobby.0x539.de/;
|
homepage = http://gobby.0x539.de/;
|
||||||
|
|||||||
Reference in New Issue
Block a user