summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2009-10-08 08:53:21 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2009-10-08 08:53:21 +0000
commite7c3f330d35bf80f9296347fc108764578be9f50 (patch)
treea1c3ac5d4e1c5e94bbc5d9550ad1f3f521f0800c /pkgs/top-level
parent6132b946ac83c8b23be580fb32b5b5e1d6dd5102 (diff)
downloadnixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar.gz
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar.bz2
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar.lz
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar.xz
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.tar.zst
nixlib-e7c3f330d35bf80f9296347fc108764578be9f50.zip
added pg_top
svn path=/nixpkgs/trunk/; revision=17711
Diffstat (limited to 'pkgs/top-level')
-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 2c2229e385a6..4c6a43df7511 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1251,6 +1251,10 @@ let
     inherit fetchurl stdenv;
   };
 
+  pg_top = import ../tools/misc/pg_top {
+    inherit fetchurl stdenv ncurses postgresql;
+  };
+
   pdsh = import ../tools/networking/pdsh {
     inherit fetchurl stdenv perl;
     readline = if getPkgConfig "pdsh" "readline" true then readline else null;