* Fix the xfsprogs/jfsutils attribute names. TODO: these shouldn't be

listed in three different places.  The set of "rescue" packages
  should be factored out into a separate module.

svn path=/nixos/trunk/; revision=17727
This commit is contained in:
Eelco Dolstra 2009-10-08 13:10:08 +00:00
parent a39b238e69
commit 679c3f9295
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ rec {
klibc dmraid cryptsetup ccrypt
utillinuxCurses ddrescue testdisk
pciutils sdparm hdparm usbutils
btrfsProgs xfsProgs jfsUtils jfsrec
btrfsProgs xfsprogs jfsutils jfsrec
wpa_supplicant iproute
manpages openssh openssl ncat socat
fuse ntfs3g gnupg gnupg2

View file

@ -19,7 +19,7 @@
environment.systemPackages = with pkgs; [
utillinuxCurses ddrescue
pciutils sdparm hdparm hddtemp usbutils
btrfsProgs xfsProgs jfsUtils jfsrec
btrfsProgs xfsprogs jfsutils jfsrec
wpa_supplicant iproute
fuse ntfs3g smbfsFuse sshfsFuse
manpages irssi elinks mcabber mutt openssh lftp

View file

@ -34,8 +34,8 @@
pkgs.ddrescue
pkgs.cdrkit
pkgs.btrfsProgs
pkgs.xfsProgs
pkgs.jfsUtils
pkgs.xfsprogs
pkgs.jfsutils
pkgs.jfsrec
pkgs.ntfs3g
pkgs.subversion16