about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-24 19:06:25 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-24 19:06:25 +0000
commite668d2689e40cc8c993f0af6ad30e22c9f97e76d (patch)
tree26f2c913560fdc786470bf30dbc51f22cfc2d528 /pkgs/top-level/all-packages.nix
parent7ec7268649bbdf26018a6139c6bfc00200503e8c (diff)
downloadnixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar.gz
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar.bz2
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar.lz
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar.xz
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.tar.zst
nixlib-e668d2689e40cc8c993f0af6ad30e22c9f97e76d.zip
Adding 'gt5', a diff-capable 'du' browser
svn path=/nixpkgs/trunk/; revision=20236
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8d4acb10a202..e760a89831e0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -867,6 +867,10 @@ let
     inherit (gnome) libsoup;
   };
 
+  gt5 = import ../tools/system/gt5 {
+    inherit fetchurl stdenv;
+  };
+
   gtkgnutella = import ../tools/networking/p2p/gtk-gnutella {
     inherit fetchurl stdenv pkgconfig libxml2;
     inherit (gtkLibs) glib gtk;