From fb3a64c9345ab5b030fd92537d0349344579e345 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 27 Aug 2011 15:29:04 +0000 Subject: [PATCH] Gdb: Remove un-neccessary --with-python. svn path=/nixpkgs/trunk/; revision=28849 --- pkgs/development/tools/misc/gdb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index c29fcc994e2..b2ce5aa6297 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { configureFlags = with stdenv.lib; '' --with-gmp=${gmp} --with-mpfr=${mpfr} --with-system-readline - --with-expat --with-libexpat-prefix=${expat} --with-python + --with-expat --with-libexpat-prefix=${expat} '' + optionalString (target != null) " --target=${target.config}" + optionalString (elem stdenv.system platforms.cygwin) " --without-python"