forked from mirrors/nixpkgs
Merge pull request #157886 from jonringer/prune-release-small
release-small: prune more obsolete software
This commit is contained in:
commit
605aa6ca3a
|
@ -40,12 +40,10 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
diffutils = all;
|
||||
e2fsprogs = linux;
|
||||
emacs = linux;
|
||||
enscript = all;
|
||||
file = all;
|
||||
findutils = all;
|
||||
flex = all;
|
||||
gcc = all;
|
||||
gcj = linux;
|
||||
glibc = linux;
|
||||
glibcLocales = linux;
|
||||
gnugrep = all;
|
||||
|
@ -59,7 +57,6 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
gnutls = linux;
|
||||
grub = linux;
|
||||
grub2 = linux;
|
||||
gsl = linux;
|
||||
guile = linux; # tests fail on Cygwin
|
||||
gzip = all;
|
||||
hddtemp = linux;
|
||||
|
@ -71,10 +68,6 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
idutils = all;
|
||||
inetutils = linux;
|
||||
iputils = linux;
|
||||
jnettop = linux;
|
||||
jwhois = linux;
|
||||
kbd = linux;
|
||||
keen4 = ["i686-linux"];
|
||||
kvm = linux;
|
||||
qemu = linux;
|
||||
qemu_kvm = linux;
|
||||
|
@ -95,16 +88,11 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
man = linux;
|
||||
man-pages = linux;
|
||||
mc = all;
|
||||
mcabber = linux;
|
||||
mcron = linux;
|
||||
mdadm = linux;
|
||||
mesa = mesaPlatforms;
|
||||
midori = linux;
|
||||
mingetty = linux;
|
||||
mktemp = all;
|
||||
mono = linux;
|
||||
monotone = linux;
|
||||
mpg321 = linux;
|
||||
mutt = linux;
|
||||
mysql = linux;
|
||||
# netcat broken on darwin
|
||||
|
@ -119,24 +107,20 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
openssh = linux;
|
||||
openssl = all;
|
||||
pan = linux;
|
||||
par2cmdline = all;
|
||||
pciutils = linux;
|
||||
pdf2xml = all;
|
||||
perl = all;
|
||||
pkg-config = all;
|
||||
pmccabe = linux;
|
||||
procps = linux;
|
||||
python = unix; # Cygwin builds fail
|
||||
python3 = unix; # Cygwin builds fail
|
||||
readline = all;
|
||||
rlwrap = all;
|
||||
rpm = linux;
|
||||
rpcbind = linux;
|
||||
rsync = linux;
|
||||
screen = linux ++ darwin;
|
||||
scrot = linux;
|
||||
sdparm = linux;
|
||||
sharutils = all;
|
||||
sloccount = unix; # Cygwin builds fail
|
||||
smartmontools = all;
|
||||
sqlite = unix; # Cygwin builds fail
|
||||
squid = linux;
|
||||
|
@ -147,8 +131,6 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
sudo = linux;
|
||||
sysklogd = linux;
|
||||
syslinux = ["i686-linux"];
|
||||
sysvinit = linux;
|
||||
sysvtools = linux;
|
||||
tcl = linux;
|
||||
tcpdump = linux;
|
||||
texinfo = all;
|
||||
|
@ -163,12 +145,10 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
|
|||
webkitgtk = linux;
|
||||
wget = all;
|
||||
which = all;
|
||||
wireshark = linux;
|
||||
wirelesstools = linux;
|
||||
wpa_supplicant = linux;
|
||||
xfsprogs = linux;
|
||||
xkeyboard_config = linux;
|
||||
zile = linux;
|
||||
zip = all;
|
||||
|
||||
} ))
|
||||
|
|
Loading…
Reference in a new issue