From e8a291ff61c162ed41da33665159efdf25a597bd Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 3 Aug 2018 16:05:42 -0400 Subject: gobby: Remove empty configure flags --- pkgs/applications/editors/gobby/default.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/editors/gobby/default.nix b/pkgs/applications/editors/gobby/default.nix index de1e5e4c64bc..faad4bfe72bb 100644 --- a/pkgs/applications/editors/gobby/default.nix +++ b/pkgs/applications/editors/gobby/default.nix @@ -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/; -- cgit 1.4.1