mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* 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:
parent
a39b238e69
commit
679c3f9295
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
pkgs.ddrescue
|
||||
pkgs.cdrkit
|
||||
pkgs.btrfsProgs
|
||||
pkgs.xfsProgs
|
||||
pkgs.jfsUtils
|
||||
pkgs.xfsprogs
|
||||
pkgs.jfsutils
|
||||
pkgs.jfsrec
|
||||
pkgs.ntfs3g
|
||||
pkgs.subversion16
|
||||
|
|
Loading…
Reference in a new issue