summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2012-06-27 20:21:44 +0200
committerLluís Batlle i Rossell <viric@viric.name>2012-06-27 20:21:44 +0200
commit4c06f5fcda1431672c41b3f8441e1bdb7ed517ba (patch)
treeffae8ee4cc4bc5558e8873597e8296a156557aa4 /pkgs/development/tools/misc
parent1f1a6c977349107ab505711f4933907ffacc4a6d (diff)
downloadnixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar.gz
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar.bz2
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar.lz
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar.xz
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.tar.zst
nixpkgs-4c06f5fcda1431672c41b3f8441e1bdb7ed517ba.zip
gdb: Removing the unused fetchgit from the parameters.
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 3b394b235c1..1bc908185be 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, fetchgit, stdenv, ncurses, readline, gmp, mpfr, expat, texinfo
+{ fetchurl, stdenv, ncurses, readline, gmp, mpfr, expat, texinfo
 , dejagnu, python, target ? null
 
 # Additional dependencies for GNU/Hurd.