gobby: Remove empty configure flags
This commit is contained in:
parent
eeb9837beb
commit
e8a291ff61
@ -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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user