summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-07-31 20:53:53 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-07-31 20:53:53 +0000
commitf660a6d892cfacb0a2923e827b7252005ee1aff5 (patch)
tree9acfee205d3bfa1d52266c7c9664e9a04cd619b1 /pkgs/system/all-packages-generic.nix
parente60679df476d0f46d57f0ea39ceba9bef692b0d2 (diff)
downloadnixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar.gz
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar.bz2
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar.lz
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar.xz
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.tar.zst
nixpkgs-f660a6d892cfacb0a2923e827b7252005ee1aff5.zip
parted needs ncurses and readline...and still not there yet...
svn path=/nixpkgs/trunk/; revision=3488
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index c3370e172ed..436f1f1857d 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -52,7 +52,7 @@ rec {
   };
 
   parted = (import ../tools/misc/parted) {
-    inherit fetchurl stdenv e2fsprogs;
+    inherit fetchurl stdenv e2fsprogs ncurses readline;
   };