1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/os-specific/linux
Eelco Dolstra 55ad6675dc * Fix some packages that broke because libuuid can be null on Darwin.
buildDefs doesn't like buildInputs containing nulls.
* In all-packages.nix: xfsProgs -> xfsprogs, jfsUtils -> jfsutils to
  match the upstream name.

svn path=/nixpkgs/trunk/; revision=17726
2009-10-08 13:07:56 +00:00
..
915resolution
acpi
acpid
acpitool
alsa-lib adding alsa-plugin and patching alsa so that you can tell it about additional plugins 2009-09-20 21:54:23 +00:00
alsa-plugins pass jackaudio to alsaPlugins also adding convinient wrapper script 2009-09-21 15:55:26 +00:00
alsa-utils
atheros big breaking change: renaming lib.getAttr to lib.attrByPath 2009-05-24 10:57:41 +00:00
aufs Reverting AUFS update 2009-07-16 11:39:03 +00:00
aufs2 Fix more problems with aufs2 2009-09-14 13:30:33 +00:00
aufs2-utils Fix aufs utilities for NixOS manual 2009-09-15 10:28:40 +00:00
autofs
blcr FullDepEntry -> fullDepEntry, PackEntry -> packEntry 2009-05-19 23:25:58 +00:00
bluez * Bluez 4.54. 2009-09-28 16:25:38 +00:00
bridge_utils
btrfsprogs * Urgh. 2009-10-02 15:15:18 +00:00
cpufrequtils
cramfsswap
cryopid
cryptsetup Adding me as a maintainer, with a pair of packages. 2009-09-20 09:37:55 +00:00
davfs2 * added davfs2 1.4.1 2009-09-22 08:12:11 +00:00
device-mapper
dietlibc
dmidecode * dmidecode 2.10. 2009-08-11 20:43:39 +00:00
dmraid Adding dmraid 2009-09-20 08:38:30 +00:00
e2fsprogs * e2fsprogs 1.41.9. 2009-09-25 20:53:21 +00:00
e3cfsprogs
eject
exmap
ext3cow-tools
fbterm Adding myself as a maintainer of some of the packages 2009-08-04 07:49:16 +00:00
firmware Adding the firmware for the rt73 usb wifi nic. 2009-09-18 20:45:10 +00:00
fuse
fxload
genext2fs
gw6c Gw6c tarball is now uncompessed.. Do not ask me why 2009-09-29 16:22:23 +00:00
hal * Latest libsmbios. 2009-09-28 15:33:42 +00:00
hdparm
hibernate
htop htop: updated to version 0.8.3 2009-09-22 19:37:18 +00:00
hwdata
ifplugd
iproute * iproute2 updated to 2.6.29-1. 2009-07-23 21:34:53 +00:00
iptables * iptables updated to 1.4.4. 2009-07-23 18:16:24 +00:00
iputils
iwlwifi
jfsrec Boost library reference change no longer needed 2009-09-29 04:30:28 +00:00
jfsutils * Fix some packages that broke because libuuid can be null on Darwin. 2009-10-08 13:07:56 +00:00
kbd * kbd updated to 1.15. 2009-06-05 17:16:14 +00:00
kernel * Linux 2.6.27.35. 2009-09-25 18:59:07 +00:00
kernel-headers I revert my changes to get nixpkgs working on armv5tel-linux. 2009-07-26 22:47:33 +00:00
kernel-headers-cross
klibc * Revive klibc 1.5 for now since vmtools still uses its insmod. 2009-06-25 08:22:51 +00:00
kqemu KQemu needs perl to build 2009-09-12 06:11:21 +00:00
kudzu
kvm * Revert to KVM 76 in the VM build functions. The latest qemu-kvm has 2009-09-23 14:24:37 +00:00
libcap
libnscd
libselinux
libsepol
libsmbios * Latest libsmbios. 2009-09-28 15:33:42 +00:00
libvolume_id
lm_sensors * Latest lm_sensors. 2009-09-15 22:06:38 +00:00
lvm2
mdadm
mingetty
module-init-tools
modutils
mount-cifs
ndiswrapper
net-tools * net-tools: install the manpages in $out/share/man/manN instead of 2009-09-29 15:33:03 +00:00
nfs-utils * util-linux-ng: updated to 2.16. Don't build a separate mount 2009-08-11 20:57:29 +00:00
nss_ldap
numactl
nvidia-x11 Adding the nvidia legacy drivers (I still use a geForce 4 AGP) 2009-09-19 22:09:08 +00:00
opengl/xorg-sys
ov511
pam
pam_console
pam_devperm
pam_ldap
pam_login
pam_unix2
pcmciautils
pm-utils * Use /etc/pm for the configuration. 2009-09-26 17:09:51 +00:00
powertop
procps
pwdutils
qc-usb
qemu-kvm * qemu-kvm 0.11.0. 2009-09-28 14:28:20 +00:00
radeontools
reiser4progs
reiserfsprogs
sdparm
shadow
splashutils
squashfs * mksquashfs needs pthread_cancel. 2009-06-10 13:29:12 +00:00
statifier Adding statifier, a tool to make pseudostatic binaries. Unfortunately, statified NixOS-built binaries segfault on Ubuntu.. 2009-07-09 21:34:29 +00:00
sysfsutils
sysklogd
syslinux
sysstat
sysvinit
tcp-wrapper
tunctl
udev A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. 2009-10-06 05:43:51 +00:00
uml-utilities
upstart adding bash completion script for upstart 2009-09-20 17:01:24 +00:00
usbutils * usbutils updated to 0.84. 2009-08-11 20:48:56 +00:00
util-linux-ng A case study in transitive overrides. WebKit needs fresh glib. This means it needs a whole slice of system built against glib-2.22.. Added overrides are generic enough, though. So the same way can be used to override everything. I have failed (so far?) to add mkOverridable into stdenv, though. 2009-10-06 05:43:51 +00:00
wireless-tools
wis-go7007
wpa_supplicant Modified WPA supplicant expression so that it includes an icon 2009-05-13 10:56:53 +00:00
xfsprogs * Fix some packages that broke because libuuid can be null on Darwin. 2009-10-08 13:07:56 +00:00
zen-kernel Adding a zen-stable head version 2009-10-06 06:12:08 +00:00