Lluís Batlle i Rossell
9d0df24860
Updating linux 2.6.38 to 2.6.38.2
...
svn path=/nixpkgs/trunk/; revision=26832
2011-04-13 20:41:20 +00:00
Shea Levy
d86630472b
Add aufs2.1 for 2.6.38
...
svn path=/nixpkgs/trunk/; revision=26811
2011-04-12 18:36:33 +00:00
Shea Levy
564edafa1a
Get broadcom-sta to work on kernels >= 2.6.37
...
Patch from http://forums.linuxmint.com/viewtopic.php?f=141&t=57056&start=20#p378103
svn path=/nixpkgs/trunk/; revision=26806
2011-04-12 15:54:39 +00:00
Eelco Dolstra
2f84b4b7b3
* Linux 2.6.32.36.
...
svn path=/nixpkgs/trunk/; revision=26783
2011-04-11 13:42:54 +00:00
Ludovic Courtès
16d86dcbe2
Linux 2.6.{25,28}: Allow compilation with recent Glibc.
...
svn path=/nixpkgs/trunk/; revision=26741
2011-04-07 13:57:43 +00:00
Ludovic Courtès
38a4604710
Linux 2.6.{28,29}: Disable Xen support, which no longer builds on x86_64.
...
svn path=/nixpkgs/trunk/; revision=26732
2011-04-07 09:57:38 +00:00
Eelco Dolstra
ee6e9046b8
* Add the Linux multipath-tools.
...
svn path=/nixpkgs/trunk/; revision=26719
2011-04-06 14:57:31 +00:00
Eelco Dolstra
26eca10459
* Added libaio.
...
svn path=/nixpkgs/trunk/; revision=26715
2011-04-06 14:21:48 +00:00
Eelco Dolstra
f99c0dd302
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26678
2011-04-04 13:36:05 +00:00
Eelco Dolstra
bb2bd151af
* Added ebtables.
...
svn path=/nixpkgs/branches/modular-python/; revision=26626
2011-03-31 12:20:22 +00:00
Eelco Dolstra
5b1ee7a0da
* qemu-kvm: install a symlink "qemu-kvm" to "qemu-system-x86_64".
...
Libvirt (and Nova) expects this.
svn path=/nixpkgs/branches/modular-python/; revision=26625
2011-03-31 11:57:02 +00:00
Lluís Batlle i Rossell
6eaaa06077
Committing on behalf of Shea Levy:
...
This patch adds a "features.aufs2_1" to the aufs-2.1 patch for Linux
2.6.37 to prevent aufs2_1 and aufs2_1_util from being options for
kernels without an aufs 2.1 patch. There were several Hydra build
failures as a result of attempting to build aufs2.1 against older
kernels.
svn path=/nixpkgs/trunk/; revision=26597
2011-03-30 08:16:44 +00:00
Eelco Dolstra
1439ae44be
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26586
2011-03-28 20:22:30 +00:00
Eelco Dolstra
120d1757fe
* buildPythonPackage: added an argument `pythonPath' to specify Python
...
dependencies that are *not* propagated to the user environment
(as opposed to `propagatedBuildInputs'). For instance, if you
install `iotop', you typically don't want its Python dependencies
polluting the user environment.
* buildPythonPackage: some cleanup (e.g. use function argument
defaults instead of `if attrs ? foo then attrs.foo else []').
svn path=/nixpkgs/branches/modular-python/; revision=26571
2011-03-28 15:30:48 +00:00
Eelco Dolstra
db2b2413db
svn path=/nixpkgs/branches/modular-python/; revision=26568
2011-03-28 13:24:21 +00:00
Eelco Dolstra
60c787522f
* iotop: don't use pythonFull.
...
svn path=/nixpkgs/branches/modular-python/; revision=26567
2011-03-28 13:23:52 +00:00
Evgeny Egorochkin
4b26d46014
policycoreutils: fix compilation
...
svn path=/nixpkgs/trunk/; revision=26557
2011-03-28 07:38:16 +00:00
Lluís Batlle i Rossell
1357904982
Committing the aufs2.1 patch by Shea Levy. His comments:
...
* My motivation for this patch is that kernels < 2.6.36 contain an
e1000e that does not support the ethernet card that is part of the
chipset for the second-generation Core-i Intel CPUs, so in order
to have a more useful livecd I needed to get aufs working with a
newer kernel, and 2.6.37 is the latest kernel with an official
aufs release.
* All sources are downloaded with fetchgit. This is because the aufs
upstream doesn't provide release tarballs, they just add a tag to
their git tree for an official release.
* The make target for the aufs2.1 headers uses a Makefile in the
kernel build directory that requires that unifdef be in the
scripts/ subdirectory of the build directory. The way I've dealt
with this here is by adding "make $makeFlags -C scripts unifdef"
to the postBuild in the kernel builder. Since the builder is used
by all kernel versions, this will require rebuilding every kernel
and kernel-dependent package if the patch is accepted, so one
alternative I thought of would be to create a fake kernel build
directory where everything is symlinked to the real build
directory except scripts/, which is first copied and then make
unifdef is run before building aufs2.1. If that more complicated
solution is preferred, or if anyone has ideas for another one, I
can do that and submit a new patch.
* The patch was tested by building a livecd ISO that uses it, then
running the ISO from within virtualbox and installing aufs2.1-util
from within the livecd environment.
* The livecd was built using installation-cd-minimal.nix, with two
changes to the Nixos tree:
1. boot.kernelPackages = pkgs.linuxPackages_2_6_37 was added to
profiles/minimal.nix
2. config.boot.kernelPackages.aufs2 was changed to
config.boot.kernelPackages.aufs2_1 in iso-image.nix
I would have preferred to keep all changes within
profiles/minimal.nix, but I couldn't figure out how to override
iso-image.nix's definition of boot.extraModulePackages. Livecds
that use an older kernel can't be built with this iso-image.nix,
since we don't have aufs2.1 for them (just aufs2). If someone can
point me to how I can override things set in iso-image.nix, I'd
appreciate it.
make -C scripts unifdef compiles the unifdef application in the
scripts/ directory, and when Nix copies over the build tree to
$out/lib/modules/$version/build for kernel modules to reference, it
copies over all of scripts/ except the .o files. I can't speak for
other kernel versions, but at the least for 2.6.37.1 unifdef is not
built by default. If you look at the Makefile in scripts, unifdef is
listed under a comment saying that the following programs are only
built on-demand.
svn path=/nixpkgs/trunk/; revision=26548
2011-03-27 15:18:39 +00:00
Evgeny Egorochkin
1c9c082d00
policycoreutils: packaged
...
svn path=/nixpkgs/trunk/; revision=26542
2011-03-27 04:46:19 +00:00
Evgeny Egorochkin
f1201cf75f
libsemanage: packaged
...
svn path=/nixpkgs/trunk/; revision=26541
2011-03-27 04:46:12 +00:00
Evgeny Egorochkin
8113129d1a
sepolgen: packaged
...
svn path=/nixpkgs/trunk/; revision=26539
2011-03-27 04:45:56 +00:00
Evgeny Egorochkin
28f7f1c192
checkpolicy: packaged
...
svn path=/nixpkgs/trunk/; revision=26538
2011-03-27 04:45:46 +00:00
Evgeny Egorochkin
deb3dd805f
libselinux: version bump
...
svn path=/nixpkgs/trunk/; revision=26537
2011-03-27 04:45:38 +00:00
Evgeny Egorochkin
ebff531340
remove useless builder
...
svn path=/nixpkgs/trunk/; revision=26536
2011-03-27 04:45:33 +00:00
Evgeny Egorochkin
b0d3a2f38c
libsepol: version bump
...
svn path=/nixpkgs/trunk/; revision=26535
2011-03-27 04:45:26 +00:00
Peter Simons
dd123060c0
Add an expression for Darwin's install_name_tool utility, which is required by several other builds.
...
svn path=/nixpkgs/trunk/; revision=26509
2011-03-25 12:55:15 +00:00
Lluís Batlle i Rossell
f6e3d3e10d
Adding tuxonice for some recent kernels.
...
svn path=/nixpkgs/trunk/; revision=26447
2011-03-21 15:53:22 +00:00
Lluís Batlle i Rossell
84ca32b293
Adding tuxonice for 2.6.35
...
svn path=/nixpkgs/trunk/; revision=26446
2011-03-21 15:42:21 +00:00
Lluís Batlle i Rossell
8ab38a2828
Adding the fbcondecor patch for 2.6.37, by Shea Levy
...
svn path=/nixpkgs/trunk/; revision=26428
2011-03-19 20:44:45 +00:00
Lluís Batlle i Rossell
af3e5b5050
Updating powertop.
...
svn path=/nixpkgs/trunk/; revision=26426
2011-03-18 20:44:35 +00:00
Michael Raskin
19253151fe
Source for Linux 2.6.38
...
svn path=/nixpkgs/trunk/; revision=26411
2011-03-18 07:51:22 +00:00
Eelco Dolstra
5a1dec3588
* Linux 2.6.32.33.
...
svn path=/nixpkgs/trunk/; revision=26344
2011-03-16 09:30:38 +00:00
Eelco Dolstra
3e3eac2e30
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26303
2011-03-14 18:26:46 +00:00
Lluís Batlle i Rossell
d6ec023293
Updating nvidia legacy96 driver
...
svn path=/nixpkgs/trunk/; revision=26267
2011-03-10 23:27:14 +00:00
Eelco Dolstra
cc3d1e1c09
* Sync with trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26243
2011-03-10 08:48:14 +00:00
Eelco Dolstra
39828662e9
* Linux 2.6.32.32.
...
svn path=/nixpkgs/trunk/; revision=26225
2011-03-09 12:04:45 +00:00
Eelco Dolstra
4846d687ed
* nvidia-settings requires gdk-pixbuf.
...
svn path=/nixpkgs/branches/x-updates/; revision=26203
2011-03-08 09:15:02 +00:00
Eelco Dolstra
b813854488
* NVIDIA driver updated to 260.19.44.
...
svn path=/nixpkgs/branches/x-updates/; revision=26199
2011-03-07 16:51:54 +00:00
Eelco Dolstra
f16a2dc2f6
* Sync with the trunk. Remove glib_2_28 because the branch already
...
has it.
svn path=/nixpkgs/branches/x-updates/; revision=26189
2011-03-07 12:17:12 +00:00
Eelco Dolstra
8944a4110d
* Linux 2.6.32: fix "swiotlb" build failures.
...
svn path=/nixpkgs/trunk/; revision=26180
2011-03-06 19:36:41 +00:00
Eelco Dolstra
5cc5e16104
* Remove the xen-pvclock-resume patch, which has finally been merged
...
into 2.6.32.
svn path=/nixpkgs/trunk/; revision=26149
2011-03-03 15:36:13 +00:00
Eelco Dolstra
43cca4d6ab
* Linux 2.6.32.30.
...
svn path=/nixpkgs/trunk/; revision=26148
2011-03-03 15:00:30 +00:00
Eelco Dolstra
eb4b1e8b04
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26141
2011-03-03 12:02:50 +00:00
Eelco Dolstra
55050ba5c6
* iptables updated to 1.4.10.
...
svn path=/nixpkgs/trunk/; revision=26113
2011-02-25 14:48:53 +00:00
David Guibert
a5dae2652e
kernel: 2.6.37 -> 2.6.37.1
...
svn path=/nixpkgs/trunk/; revision=26108
2011-02-24 22:19:42 +00:00
David Guibert
05d5478c9b
acpi: 0.09 -> 1.5 (picked from debian)
...
svn path=/nixpkgs/trunk/; revision=26105
2011-02-24 22:19:27 +00:00
Eelco Dolstra
df45fa18bb
* qemu-kvm updated to 0.14.0.
...
svn path=/nixpkgs/trunk/; revision=26101
2011-02-24 16:25:10 +00:00
Eelco Dolstra
76b07fbc18
* Linux 2.6.32.29.
...
svn path=/nixpkgs/trunk/; revision=26090
2011-02-24 13:11:51 +00:00
Cillian de Roiste
049d5697c0
Adding a patch which fixes vpnc
...
svn path=/nixpkgs/trunk/; revision=26089
2011-02-24 12:04:00 +00:00
Marco Maggesi
a297ef5966
Add lsscsi
...
svn path=/nixpkgs/trunk/; revision=26063
2011-02-22 20:57:17 +00:00
Marco Maggesi
04d74baeb0
* Update dmtcp to version 1.2.0.
...
* Remove patch 'dont_check_uid' that was introduced to allow building
hol_light binaries under root, but we will avoid it in the future).
svn path=/nixpkgs/trunk/; revision=26062
2011-02-22 19:00:45 +00:00
Eelco Dolstra
d6c6f9f0e0
* Sync with the trunk.
...
svn path=/nixpkgs/branches/x-updates/; revision=26018
2011-02-17 16:33:39 +00:00
Cillian de Roiste
dd5ad62588
Adding myself as a maintainer since I want to keep this working, and applying the new style of license
...
svn path=/nixpkgs/trunk/; revision=26004
2011-02-16 23:37:13 +00:00
Eelco Dolstra
fc933aaa50
* Udev updated to 166.
...
svn path=/nixpkgs/branches/x-updates/; revision=25901
2011-02-11 13:30:39 +00:00
Florian Friesdorf
62759cd550
intel wifi 6000 firmware
...
svn path=/nixpkgs/trunk/; revision=25888
2011-02-10 17:30:20 +00:00
Eelco Dolstra
9980c6f01f
* Upstart 0.6.7.
...
svn path=/nixpkgs/trunk/; revision=25885
2011-02-10 12:34:29 +00:00
Karn Kallio
ea8b116d63
Advance syslinux version to 4.03.
...
Also fix hardcoded /usr/bin/perl.
svn path=/nixpkgs/trunk/; revision=25878
2011-02-10 01:14:13 +00:00
Eelco Dolstra
74c988959a
* Updated iputils (though perhaps we should just use GNU inetutils).
...
svn path=/nixpkgs/trunk/; revision=25765
2011-02-02 16:05:18 +00:00
Eelco Dolstra
b899921afe
* nvidia-x11: updated to 260.19.36.
...
svn path=/nixpkgs/trunk/; revision=25764
2011-02-02 15:30:30 +00:00
Michael Raskin
c588ea5076
Update pmount
...
svn path=/nixpkgs/trunk/; revision=25740
2011-01-31 18:58:49 +00:00
David Guibert
9dcc9b43dc
update fuse to 2.8.5
...
svn path=/nixpkgs/trunk/; revision=25733
2011-01-31 09:42:41 +00:00
Cillian de Roiste
a9564ff90b
Tidying up, adding license
...
svn path=/nixpkgs/trunk/; revision=25707
2011-01-27 21:19:10 +00:00
Cillian de Roiste
a393fe50ad
Bumping xf86-input-wacom to version 0.10.10, updating udev rules for modern udev
...
svn path=/nixpkgs/trunk/; revision=25706
2011-01-27 21:10:41 +00:00
Eelco Dolstra
529b17d8c5
* Linux 2.6.27.57, 2.6.32.28.
...
svn path=/nixpkgs/trunk/; revision=25563
2011-01-14 13:01:15 +00:00
Eelco Dolstra
ac677a524b
* Build QEMU/KVM with VDE support.
...
svn path=/nixpkgs/trunk/; revision=25528
2011-01-12 19:06:30 +00:00
David Guibert
48749c756c
kernel: new 2.6.37
...
svn path=/nixpkgs/trunk/; revision=25508
2011-01-11 13:42:59 +00:00
David Guibert
132f791f81
kernel: 2.6.36.2 -> 2.6.36.3
...
svn path=/nixpkgs/trunk/; revision=25507
2011-01-11 13:42:55 +00:00
David Guibert
98c3eed19c
kernel: 2.6.35.7 -> 2.6.35.9
...
svn path=/nixpkgs/trunk/; revision=25506
2011-01-11 13:42:52 +00:00
Peter Simons
9076331df3
pkgs/os-specific/linux/kernel-headers/2.6.28.nix: fix build errors with GNU Make 3.82
...
Makefile:1607: *** mixed implicit and normal rules. Stop.
This patch is probably required in other kernel versions, too. I don't
know for sure, though.
svn path=/nixpkgs/trunk/; revision=25442
2011-01-06 11:33:20 +00:00
Evgeny Egorochkin
bfc2a38651
libnl 1.x: packaged.
...
svn path=/nixpkgs/trunk/; revision=25365
2011-01-03 17:02:47 +00:00
Tobias Hammerschmidt
1653e6ac5a
updated broadcom wl driver
...
svn path=/nixpkgs/trunk/; revision=25333
2011-01-02 11:05:02 +00:00
Eelco Dolstra
9d617d90d0
* Put libvdpau_nvidia.so in a place where libvdpau can find it.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25298
2010-12-27 19:22:30 +00:00
Eelco Dolstra
597ee95f99
* Fix "Unknown HZ value" warnings.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25250
2010-12-23 11:40:11 +00:00
Eelco Dolstra
c14382cb45
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25225
2010-12-21 15:14:33 +00:00
Eelco Dolstra
e1a0b9472b
* NVIDIA X11 driver updated to 260.19.29.
...
svn path=/nixpkgs/trunk/; revision=25223
2010-12-21 12:17:47 +00:00
Eelco Dolstra
0af5585d3c
* Linux 2.6.32.27.
...
svn path=/nixpkgs/trunk/; revision=25209
2010-12-20 12:18:37 +00:00
Lluís Batlle i Rossell
b48b2a7bb4
Merging from trunk. I solved some trivial merge conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-17 20:39:58 +00:00
Lluís Batlle i Rossell
dc94479f5f
Updating the linux 2.6.36 to 2.6.36.2
...
svn path=/nixpkgs/trunk/; revision=25185
2010-12-17 20:28:50 +00:00
Ludovic Courtès
65e0e4dd68
GNU Hurd: Add dependency on Parted.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25089
2010-12-12 23:21:42 +00:00
Lluís Batlle i Rossell
ee04ffcb55
Updating from trunk. I resolved simple conflicts.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25061
2010-12-11 12:47:00 +00:00
Tobias Hammerschmidt
4c9fe18b8a
broadcom wireless driver - patch by Vladimír Čunát
...
svn path=/nixpkgs/trunk/; revision=25044
2010-12-09 19:05:19 +00:00
Eelco Dolstra
b555e4d8d6
* NVIDIA drivers updated to 260.19.21.
...
svn path=/nixpkgs/trunk/; revision=25037
2010-12-08 19:20:01 +00:00
Lluís Batlle i Rossell
09bcba17f5
Adding the nanonote openwrt 2.6.36 kernel
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25005
2010-12-06 15:30:19 +00:00
Yury G. Kudryashov
c87a2ea713
Add Netlink library
...
svn path=/nixpkgs/trunk/; revision=24996
2010-12-06 12:04:36 +00:00
Eelco Dolstra
2c814a5b2e
* Updated sysstat to the latest stable version.
...
svn path=/nixpkgs/trunk/; revision=24946
2010-12-01 12:28:37 +00:00
Eelco Dolstra
9feaa9db94
* Linux 2.6.32.26.
...
svn path=/nixpkgs/trunk/; revision=24911
2010-11-29 09:52:50 +00:00
Evgeny Egorochkin
db4b283fd1
ati-drivers: version bump. Patch by: Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=24896
2010-11-28 09:17:42 +00:00
Lluís Batlle i Rossell
c1dc539303
Fixing the sysvinit crossbuild (now yes)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24885
2010-11-26 20:08:14 +00:00
Lluís Batlle i Rossell
f3beeca924
Fixing fbtermStdenv for cross building
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24881
2010-11-26 18:35:50 +00:00
Lluís Batlle i Rossell
e18cbe33e6
Adding a fbterm variant building with stdenv to get cross-build-ability
...
(I want it in the nanonote)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24880
2010-11-26 17:56:23 +00:00
Lluís Batlle i Rossell
0e4c970d11
Updating from trunk - I hope I fixed the conflict around gettext - I left it as
...
it was before merging.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24876
2010-11-26 14:40:39 +00:00
Lluís Batlle i Rossell
7ff9a49929
Making halt and shutdown work fine in sysvinit (they had hardcoded /sbin, and
...
now I hardcode $out/sbin)
I also remove a patch I don't know what was it for.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24874
2010-11-26 14:34:29 +00:00
Eelco Dolstra
5b89031ff5
* nfs-utils updated to 1.2.3.
...
svn path=/nixpkgs/trunk/; revision=24857
2010-11-25 15:59:08 +00:00
Lluís Batlle i Rossell
d910fcbcee
Making bash and kbd cross-build
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24851
2010-11-25 09:14:56 +00:00
Lluís Batlle i Rossell
794b722cca
Making sysvinit and mingetty crossbuild
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24829
2010-11-23 20:47:23 +00:00
Michael Raskin
31b22ed108
Merge from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24820
2010-11-23 08:57:29 +00:00
Michael Raskin
9813c8feb6
Adding untie - a tool for manipulating namespaces
...
svn path=/nixpkgs/trunk/; revision=24819
2010-11-23 07:52:57 +00:00
Michael Raskin
6162fffede
Adding IOtop
...
svn path=/nixpkgs/trunk/; revision=24818
2010-11-23 07:46:18 +00:00
Lluís Batlle i Rossell
13a8b34a81
Fix for a syscall restart bug on linux-mips
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24791
2010-11-21 15:26:36 +00:00
Michael Raskin
fb58f74d82
Updating from trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24745
2010-11-17 17:03:09 +00:00
Michael Raskin
edf71ab9b2
Fix acpi_call kernel version reference
...
svn path=/nixpkgs/trunk/; revision=24677
2010-11-12 06:12:04 +00:00
Lluís Batlle i Rossell
8746de3ae8
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24674
2010-11-11 22:18:14 +00:00
Michael Raskin
ecd0650050
Installing test_off.sh with reasonable name
...
svn path=/nixpkgs/trunk/; revision=24669
2010-11-11 22:02:19 +00:00
Michael Raskin
e870391644
Adding acpi-call
...
svn path=/nixpkgs/trunk/; revision=24668
2010-11-11 22:00:57 +00:00
Michael Raskin
e119bdb5de
Enable VGA_SWITCHEROO
...
svn path=/nixpkgs/trunk/; revision=24667
2010-11-11 21:37:35 +00:00
Lluís Batlle i Rossell
162a4a6e6c
The way how to build util-linux-ng for 'mount' to work on nixos changed.
...
I make it work so it finds mount.nfs and similar tools in nixos, and now it
may even work in non-nixos, as it is going to try /sbin after /var/run/current-system/sw/sbin.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24621
2010-11-08 22:40:05 +00:00
Eelco Dolstra
528dc56ce1
* Linux 2.6.32.25.
...
svn path=/nixpkgs/trunk/; revision=24588
2010-11-03 20:54:20 +00:00
Lluís Batlle i Rossell
f4f84af4ab
Updating from trunk. I only had to take away the usual stdenv2 in
...
all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=24553
2010-10-31 19:30:31 +00:00
Eelco Dolstra
85a0cd1385
* A better fix for the Xen clock problem.
...
svn path=/nixpkgs/trunk/; revision=24488
2010-10-26 13:08:51 +00:00
Evgeny Egorochkin
3748bba126
ati-drivers: version bump and fix name/version. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=24479
2010-10-26 00:35:38 +00:00
Eelco Dolstra
5762edd607
* Linux 2.6.32: revert upstream patch
...
489fb490dbf8dab0249ad82b56688ae3842a79e8. It causes the DomU clock
to jump into the future and freeze after being saved and restored
across a Dom0 reboot. See
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg00498.html
http://lists.xensource.com/archives/html/xen-devel/2010-10/msg01174.html
svn path=/nixpkgs/trunk/; revision=24473
2010-10-25 16:36:42 +00:00
Peter Simons
b877ec26cb
pkgs/os-specific/linux/psmisc: updated to version 22.13
...
svn path=/nixpkgs/trunk/; revision=24471
2010-10-25 14:38:45 +00:00
Peter Simons
7d7f7d8158
pkgs/os-specific/linux/psmisc: added an assert to ensure that no build is attempted on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=24470
2010-10-25 14:38:41 +00:00
Peter Simons
ef4a03f3da
Moved tools/misc/psmisc to os-specific/linux/psmisc.
...
svn path=/nixpkgs/trunk/; revision=24469
2010-10-25 14:38:37 +00:00
Lluís Batlle i Rossell
6dc839d344
Merging from trunk. I resolved some conflicts; I hope that well.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-23 14:52:21 +00:00
Michael Raskin
ac19af507f
Adding Linux 2.6.36
...
svn path=/nixpkgs/trunk/; revision=24403
2010-10-21 12:28:14 +00:00
Eelco Dolstra
adce9ff2d1
* qemu-kvm updated to 0.13.0. Removed the Unix domain socket patch
...
because we don't need it anymore.
svn path=/nixpkgs/trunk/; revision=24351
2010-10-18 18:47:05 +00:00
Eelco Dolstra
158a053a92
* HAL: make the shutdown/reboot messages work. Xfce needs this.
...
svn path=/nixpkgs/trunk/; revision=24350
2010-10-18 17:50:24 +00:00
Evgeny Egorochkin
66e7ed0a89
IPW2100 Firmware: Packaged
...
svn path=/nixpkgs/trunk/; revision=24283
2010-10-14 12:12:27 +00:00
Lluís Batlle i Rossell
bf6f39fb7c
Adding a patch fixing ARM trouble on the recent linux 2.6.35
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24158
2010-10-07 22:10:28 +00:00
Lluís Batlle i Rossell
fca582bff0
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Eelco Dolstra
872fa6577d
* Update the Xen pvops kernel.
...
svn path=/nixpkgs/trunk/; revision=24145
2010-10-07 14:06:44 +00:00
Michael Raskin
1f136b4630
Update Linux 2.6.35 to .35.7
...
svn path=/nixpkgs/trunk/; revision=24105
2010-10-06 06:58:05 +00:00
Eelco Dolstra
80607fd285
* Linux 2.6.32.24, which fixes booting on Xen.
...
svn path=/nixpkgs/trunk/; revision=24065
2010-10-05 10:38:25 +00:00
Lluís Batlle i Rossell
cd4b54748a
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Eelco Dolstra
2368ca287c
* Linux 2.6.32.23.
...
svn path=/nixpkgs/trunk/; revision=23997
2010-09-30 13:53:13 +00:00
Lluís Batlle i Rossell
87aed78cc0
Updating to linux 2.6.35.6
...
svn path=/nixpkgs/trunk/; revision=23976
2010-09-27 21:22:55 +00:00
David Guibert
30765e4be9
update kernels
...
svn path=/nixpkgs/trunk/; revision=23974
2010-09-27 20:05:42 +00:00
Yury G. Kudryashov
25de2c279b
Split libcap package
...
libcap can be splitted for free (just cd subdir; make install).
So I've decided not to raise up disscussions "should we build cap_pam.so?" etc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23967
2010-09-27 13:49:13 +00:00
Yury G. Kudryashov
c911c64f9b
libcap: with pam, just set prefix and lib
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23960
2010-09-27 08:48:28 +00:00
Evgeny Egorochkin
9f696ae43e
Revert "Make kernel work for me". Committed this by accident.
...
This reverts commit 8a2cd2c99f26e5bd5c5a324e2a1712db8991379e.
svn path=/nixpkgs/trunk/; revision=23856
2010-09-18 16:22:04 +00:00
Evgeny Egorochkin
5bc3007bf6
Make kernel work for me
...
svn path=/nixpkgs/trunk/; revision=23855
2010-09-18 16:20:06 +00:00
Lluís Batlle i Rossell
2c5de61327
Updating from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-17 19:10:21 +00:00
Ludovic Courtès
078353fc15
Linux: Add GuruPlug-related patches.
...
svn path=/nixpkgs/trunk/; revision=23833
2010-09-17 15:56:42 +00:00
Eelco Dolstra
9dbbae2c0c
* bridge-utils updated to 1.4.
...
svn path=/nixpkgs/trunk/; revision=23778
2010-09-14 10:54:50 +00:00
Lluís Batlle i Rossell
6236de3380
Blindly commiting a fix for dmidecode to build with gnumake 3.82
...
Thank you niksnut.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23777
2010-09-14 08:45:15 +00:00
Eelco Dolstra
13f346058c
* Add a branch of the Linux kernel that can be used in Xen's Dom0.
...
From http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=shortlog;h=refs/heads/xen/stable-2.6.32.x
svn path=/nixpkgs/trunk/; revision=23729
2010-09-10 16:27:39 +00:00
Eelco Dolstra
ead1b8bc5c
* Move config-blocks.nix to zen-kernel where it's used.
...
svn path=/nixpkgs/trunk/; revision=23721
2010-09-10 14:07:22 +00:00
Eelco Dolstra
9ff5c12798
* Remove the systemtap option from linux-2.6.32.nix and use
...
extraConfig instead.
svn path=/nixpkgs/trunk/; revision=23720
2010-09-10 14:06:56 +00:00
Lluís Batlle i Rossell
f571bc19d3
Trick to make klibc build for what we may use it for, at least.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23705
2010-09-09 17:48:11 +00:00
Lluís Batlle i Rossell
e03f47cd66
Fixing the url for kbd (the previous url did not work)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23703
2010-09-09 17:08:14 +00:00
Lluís Batlle i Rossell
a42e571e33
Trying to fix an URL for a patch (the previous URL did not work anyamore)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23700
2010-09-09 17:07:12 +00:00
Marco Maggesi
a280a31f56
Add a patch to dmtcp to allow the restart of checkpointed programs with a different uid.
...
(This is required in order to generate hol_light_binaries).
Also do a bit of cleanup.
svn path=/nixpkgs/trunk/; revision=23684
2010-09-08 11:40:32 +00:00
Lluís Batlle i Rossell
4869b6304a
Adding a patch for klibc so it does not fall in a neverending loop.
...
It fails building, but at least does not annoy that much.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23640
2010-09-05 06:00:14 +00:00
Lluís Batlle i Rossell
bd17763fbb
Fixing an url on kernel patches
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23639
2010-09-05 05:59:55 +00:00
Lluís Batlle i Rossell
9a0adf069f
Updating libcap (i686-linux kde programs failed because libcap did not build there)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23615
2010-09-03 12:11:33 +00:00
Lluís Batlle i Rossell
1ba3c5ebd7
Fixing the tarball job
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23610
2010-09-03 08:44:38 +00:00
Lluís Batlle i Rossell
45e088b514
Fixing a bug in a buildInputs list.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23609
2010-09-03 08:16:39 +00:00
Lluís Batlle i Rossell
14a20b7179
Fixing the evaluation of cross built uclibc in the case of lacking extraConfig
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23602
2010-09-02 19:18:04 +00:00
Lluís Batlle i Rossell
641f956581
Setting any stdenv.system references for the loongson2f system to 'mips64-linux'.
...
(my git-svn info:)
Merge branch 'mips64' into stdenv-updates
Conflicts:
pkgs/applications/networking/browsers/firefox/3.6.nix
pkgs/top-level/all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=23588
2010-09-01 09:50:12 +00:00
Lluís Batlle i Rossell
517cc51331
Making alsa build on mips with a patch
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23575
2010-09-01 08:34:34 +00:00
Rob Vermaas
1776b95afe
added open-iscsi
...
svn path=/nixpkgs/trunk/; revision=23541
2010-08-30 09:40:44 +00:00
Rob Vermaas
f6e0a38226
added iscsitarget
...
svn path=/nixpkgs/trunk/; revision=23540
2010-08-30 09:15:27 +00:00
Eelco Dolstra
25555b48e0
svn path=/nixpkgs/trunk/; revision=23531
2010-08-29 22:00:33 +00:00
Eelco Dolstra
5e19006c1e
* Add mountall to the channel.
...
svn path=/nixpkgs/trunk/; revision=23523
2010-08-29 20:50:38 +00:00
Michael Raskin
faf4d8ca8d
Now AUFS2 has proper source for 2.6.35 and 2.6.32
...
svn path=/nixpkgs/trunk/; revision=23515
2010-08-29 18:31:51 +00:00
Michael Raskin
89c3aed22e
Update AUFS2 to latest git for 2.6.35 - old version does not work with newer kernels
...
svn path=/nixpkgs/trunk/; revision=23511
2010-08-29 14:39:35 +00:00
Lluís Batlle i Rossell
66004ecba7
Update fuse and make wdfs build with the latest neon. neon026 does not build with the current
...
SSL. We should either remove neon026 or fix it.
svn path=/nixpkgs/trunk/; revision=23505
2010-08-29 12:27:41 +00:00
Lluís Batlle i Rossell
cca1cae042
Updating from trunk. I had to do some changes to make it fit.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23500
2010-08-29 11:09:23 +00:00
Michael Raskin
a73c3a96e6
Correct patch for AUFS2 2.6.35.*
...
svn path=/nixpkgs/trunk/; revision=23498
2010-08-29 10:37:58 +00:00
Lluís Batlle i Rossell
e8d6adbf3c
Removing dmidecode on non-PC platforms for HAL
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23496
2010-08-29 10:00:37 +00:00
Lluís Batlle i Rossell
9fa49630a2
Making nfs-utils build on mips (I had to tell it where rpcgen is)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23495
2010-08-29 10:00:08 +00:00
Lluís Batlle i Rossell
5557a869a0
Making mountall build on mips.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23494
2010-08-29 09:59:52 +00:00
Lluís Batlle i Rossell
94324d95b3
Fix to make procps build with gnumake 3.82
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23492
2010-08-29 09:58:53 +00:00
Eelco Dolstra
3f400cc2e3
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=23476
2010-08-27 08:44:07 +00:00
Lluís Batlle i Rossell
02e4b5ffa4
Adding another nvidia legacy driver. (they have one more, '71').
...
I use their major numbers to distinguish.
They seem to do so in http://www.nvidia.com/object/unix.html .
svn path=/nixpkgs/trunk/; revision=23411
2010-08-24 21:56:47 +00:00
Lluís Batlle i Rossell
d5d2458003
Fixing the nvidia legacy driver builder. The legacy driver needs the old builder script.
...
svn path=/nixpkgs/trunk/; revision=23404
2010-08-24 17:40:00 +00:00
Lluís Batlle i Rossell
232ee1bd17
Updating nvidia legacy drivers
...
svn path=/nixpkgs/trunk/; revision=23403
2010-08-24 17:37:12 +00:00
Eelco Dolstra
509fa794dd
* Linux 2.6.32.20, 2.6.27.52. This fixes the "scheduling while
...
atomic" regression.
svn path=/nixpkgs/trunk/; revision=23386
2010-08-24 09:01:48 +00:00
Lluís Batlle i Rossell
4d8eea0c6b
Updating the nvidia drivers
...
svn path=/nixpkgs/trunk/; revision=23385
2010-08-24 08:31:32 +00:00
Lluís Batlle i Rossell
cdbe8d495c
Fixing mountall build after updating some gnu tools (autoconf and friends)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
2010-08-23 19:56:39 +00:00
Michael Raskin
fb24277ef2
Update Linux kernel to 2.6.35.3 - 2.6.35.2 has a few lockup regressions
...
svn path=/nixpkgs/trunk/; revision=23356
2010-08-23 11:49:17 +00:00
Lluís Batlle i Rossell
237884a8bf
Disabling the nfs-utils test on mips (one test fails, I don't know why)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23322
2010-08-21 17:13:28 +00:00
Lluís Batlle i Rossell
5da066984f
Updating kbd, so it builds in mips
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23321
2010-08-21 17:12:54 +00:00
Lluís Batlle i Rossell
affd2abf24
Limitting the 'hal' usage of libsmbios to i686/x86_64
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23320
2010-08-21 17:11:07 +00:00
Lluís Batlle i Rossell
bc0fab5793
Setting sysvinit to be downloaded from a savannah mirror, instead of the url of a single mirror it had (a mirror not working anymore)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23317
2010-08-21 16:58:18 +00:00
Lluís Batlle i Rossell
5cdc569477
Allowing alsa utils to cross-build, and libao to output to alsa (not only to
...
pulseAudio)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23315
2010-08-21 16:55:47 +00:00
Lluís Batlle i Rossell
745528b4e4
Updating the configuration system of uclibc to something more flexible than it was.
...
I copied what I had done in busybox.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23310
2010-08-21 16:46:23 +00:00
Michael Raskin
be17d69549
Fix problem in aufs2-35.patch
...
svn path=/nixpkgs/trunk/; revision=23291
2010-08-20 21:35:11 +00:00
Michael Raskin
d3d44dc6d3
Add AUFS patch for 2.6.35
...
svn path=/nixpkgs/trunk/; revision=23288
2010-08-20 20:46:12 +00:00
Yury G. Kudryashov
10c5146a78
Add fbcondecor-2.6.35
...
svn path=/nixpkgs/trunk/; revision=23286
2010-08-20 20:12:03 +00:00
Lluís Batlle i Rossell
f16353b6f2
Updated from trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-20 13:41:12 +00:00
Lluís Batlle i Rossell
f7d0fcdaac
Making the kernel builder accept the 'vmlinux' kerneltarget.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23274
2010-08-20 13:30:59 +00:00
Eelco Dolstra
7dea1a0f4f
* Revert to 2.6.32.18 for now, because we get a lot of "BUG:
...
scheduling while atomic" errors
(e.g. http://hydra.nixos.org/build/568323/log/raw ). This might be
fixed by this patch: http://lkml.org/lkml/2010/8/6/672
svn path=/nixpkgs/trunk/; revision=23272
2010-08-20 13:13:26 +00:00
Eelco Dolstra
2e230288bf
* Latest kernels.
...
svn path=/nixpkgs/trunk/; revision=23270
2010-08-20 09:29:10 +00:00
Ludovic Courtès
be4bd94e35
ati-drivers: Comment out broken assertion.
...
svn path=/nixpkgs/trunk/; revision=23227
2010-08-18 14:45:13 +00:00
Marco Maggesi
4b4ab6551c
Improve os-specific/linux/blcr. Fix a problem with shared objects
...
svn path=/nixpkgs/trunk/; revision=23213
2010-08-17 16:53:34 +00:00
Michael Raskin
2d062ba772
Allow override options being required in kernel configuration.. Otherwise modifying significantly config via extraConfig becomes practically impossible.
...
svn path=/nixpkgs/trunk/; revision=23171
2010-08-14 09:18:57 +00:00
Yury G. Kudryashov
83a87e9959
More meta.platforms
...
svn path=/nixpkgs/trunk/; revision=23168
2010-08-13 23:11:58 +00:00
Yury G. Kudryashov
c55090ec78
Upgrade iproute, add meta info
...
svn path=/nixpkgs/trunk/; revision=23167
2010-08-13 23:11:11 +00:00
Yury G. Kudryashov
c5e44e6829
More metadata
...
svn path=/nixpkgs/trunk/; revision=23166
2010-08-13 23:09:53 +00:00
Yury G. Kudryashov
5ee59b9f2e
Make unix_chkpwd suid root
...
svn path=/nixpkgs/trunk/; revision=23164
2010-08-13 14:06:41 +00:00
David Guibert
92d437c54f
kernel updates and add kernel 2.6.35.1
...
svn path=/nixpkgs/trunk/; revision=23155
2010-08-12 16:33:19 +00:00
Peter Simons
961fda939c
Fix some broken URLs.
...
svn path=/nixpkgs/trunk/; revision=23152
2010-08-12 14:56:14 +00:00
Lluís Batlle i Rossell
b368b4b199
Making more packages build on the Fuloong2f.
...
I still can't build the kernel because it requires binutils yet to be released.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23132
2010-08-11 20:16:09 +00:00
Lluís Batlle i Rossell
039b660b5b
Making lynx, yacas and alsa-lib crossbuild
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23130
2010-08-11 20:11:12 +00:00
Eelco Dolstra
e4686546ec
* Enable parallel building for the Linux kernel, an obvious candidate.
...
svn path=/nixpkgs/trunk/; revision=23109
2010-08-11 10:43:09 +00:00
Eelco Dolstra
5c8b4ec35a
* Linux 2.6.32.18.
...
svn path=/nixpkgs/trunk/; revision=23104
2010-08-11 09:25:35 +00:00
Lluís Batlle i Rossell
4137ceaf80
Updated nanonote 2.6.35 kernel (fixed a keyboard matrix problem)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23041
2010-08-08 18:50:10 +00:00
Lluís Batlle i Rossell
eddc9d6ab5
Fixing the nanonote kernel expressions so they work.
...
In fact only 2.6.34 boots fine, while 2.6.35 needs a fetchsvn new revision,
waiting for an upstream patch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23039
2010-08-08 18:46:57 +00:00
Lluís Batlle i Rossell
46082f25f9
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23027
2010-08-07 20:14:04 +00:00
Eelco Dolstra
492d64e168
* Syslinux updated to 4.02.
...
svn path=/nixpkgs/trunk/; revision=23017
2010-08-06 22:27:28 +00:00
Eelco Dolstra
a70b44b3cb
* util-linux-ng 2.18.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23004
2010-08-06 18:39:34 +00:00
David Guibert
f3403647d4
pam_ccreds: to locally authenticate using an enterprise identity when the network is unavailable.
...
svn path=/nixpkgs/trunk/; revision=22987
2010-08-06 08:50:58 +00:00
David Guibert
663cff60a4
pam_krb5: added version 2.3.11-1.
...
svn path=/nixpkgs/trunk/; revision=22984
2010-08-06 08:49:05 +00:00
Lluís Batlle i Rossell
8783e812b5
More changes beyond stdenv-linux for the fuloong2f platform
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22973
2010-08-05 18:51:12 +00:00
Lluís Batlle i Rossell
b17d1d7d07
Adding nanonote kernel and uboot
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22943
2010-08-04 11:07:13 +00:00
Eelco Dolstra
5a08a41204
* Kernel updates.
...
svn path=/nixpkgs/trunk/; revision=22941
2010-08-04 10:40:25 +00:00
Marco Maggesi
2b1d398c9a
Remove obsolete expression for dmtcp-devel
...
svn path=/nixpkgs/trunk/; revision=22937
2010-08-04 08:55:57 +00:00
Marco Maggesi
8dca34b5ed
Upgrade dmtcp to version 1.1.8
...
svn path=/nixpkgs/trunk/; revision=22933
2010-08-03 17:39:12 +00:00
Lluís Batlle i Rossell
5417c720fd
Merging from trunk.
...
I tried to fix some trivial conflicts.
I don't know if I merged well some more difficult conflicts on openssl/darwin_patch
or haskell-platform.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22878
2010-08-02 15:48:19 +00:00
Eelco Dolstra
fd268b4852
* Add callPackage etc.
...
svn path=/nixpkgs/trunk/; revision=22876
2010-08-02 13:57:57 +00:00
Lluís Batlle i Rossell
da3ba13fb5
Trying to make gcc 4.5 cross-buildable
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22848
2010-08-01 21:21:26 +00:00
Lluís Batlle i Rossell
937578d5ef
Some first changes to get some evaluation working on the fuloong2f
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22840
2010-08-01 20:57:13 +00:00
Eelco Dolstra
20db67154c
* bclr: shrink fixes.patch from 3.6 MB (!) to 11 KB by not
...
including Autoconf/Automake generated code.
svn path=/nixpkgs/trunk/; revision=22815
2010-07-29 19:56:16 +00:00
Eelco Dolstra
907bb1aac6
* ltrace: updated to 0.5.3.
...
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with
SQLite.
* qemu-image: fix the URL.
* gdmap: make it build again (requires an older GTK+).
* rlwrap: updated to 0.37.
* smbfs-fuse -> fusesmb to match the upstream name.
* x11vnc: updated to 0.9.10.
* clearlyU: fix the URL.
* Various packages: follow the coding conventions.
svn path=/nixpkgs/trunk/; revision=22814
2010-07-29 18:55:16 +00:00
Lluís Batlle i Rossell
ad1c77118f
Updating the linux headers for 2.6.32 to a newer 2.6.32
...
svn path=/nixpkgs/trunk/; revision=22811
2010-07-29 14:38:52 +00:00
Eelco Dolstra
370f15acf3
* qemu-kvm 0.12.5.
...
svn path=/nixpkgs/trunk/; revision=22804
2010-07-29 08:41:25 +00:00
Eelco Dolstra
ba498d4a43
* composedArgsAndFun -> makeOverridable for consistency.
...
* Rename a few single-version packages to "default.nix".
svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00
Eelco Dolstra
fa314f0724
* Remove KVM (obsolete -> qemu-kvm).
...
svn path=/nixpkgs/trunk/; revision=22796
2010-07-28 15:39:39 +00:00
Eelco Dolstra
d81ed8201f
* Turn vim/default.nix into a regular package. We don't need two
...
configurable VIMs.
svn path=/nixpkgs/trunk/; revision=22784
2010-07-28 12:52:54 +00:00
Eelco Dolstra
6609710409
* Get rid of many instances of "args: with args;", and other coding
...
guidelines violations.
* Updated libsamplerate to 0.1.7.
svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Eelco Dolstra
3f287cfb1d
* Ensure that the dell-bluetooth device does not stay in the "hard
...
blocked" state.
svn path=/nixpkgs/branches/x-updates/; revision=22730
2010-07-25 12:15:59 +00:00
Eelco Dolstra
c33bdf500a
* bluez updated to 4.69.
...
svn path=/nixpkgs/branches/x-updates/; revision=22721
2010-07-23 14:57:28 +00:00
Eelco Dolstra
ab0d010869
* Udev updated to 160.
...
svn path=/nixpkgs/branches/x-updates/; revision=22688
2010-07-21 12:02:12 +00:00
Eelco Dolstra
2f6c7cd3dd
* Latest pciutils and usbutils, along with the latest PCI and USB IDs.
...
svn path=/nixpkgs/branches/x-updates/; revision=22687
2010-07-21 12:01:57 +00:00
Eelco Dolstra
8acd56744f
* HAL updated to 0.5.14.
...
svn path=/nixpkgs/branches/x-updates/; revision=22635
2010-07-18 21:52:10 +00:00
Eelco Dolstra
3d442ad185
* Apply a patch that is apparently required to make the kernel work
...
properly on Amazon EC2.
* Always apply the CIFS timeout patch. It's rather annoying to have
to build a separate kernel for the VM tests.
svn path=/nixpkgs/trunk/; revision=22630
2010-07-18 21:10:46 +00:00
Eelco Dolstra
5a7e3c70ce
* NVIDIA driver: updated to 256.35. Unfortunately the unpacked driver
...
now has a flat directory structure (i.e. usr/lib, usr/share etc. are
gone), which makes installing everything in the right location
rather more tedious.
svn path=/nixpkgs/trunk/; revision=22628
2010-07-18 20:21:18 +00:00
Ludovic Courtès
d88cd100c9
GCC 4.5: Fix libpthread-related `LIB_SPEC' on GNU.
...
svn path=/nixpkgs/trunk/; revision=22610
2010-07-15 14:06:09 +00:00
Eelco Dolstra
7dd76e9ce5
* Fix a hard-coded reference in `shadow' to /usr/sbin/nscd. This
...
prevented the nscd cache from being properly invalidated after a
change, so that e.g. `useradd x; id x' would fail.
svn path=/nixpkgs/trunk/; revision=22599
2010-07-14 12:10:26 +00:00
Lluís Batlle i Rossell
784852ab72
Making the two ralink wireless firmwares have files that don't collide on buildEnv.
...
svn path=/nixpkgs/trunk/; revision=22590
2010-07-13 21:32:18 +00:00
Lluís Batlle i Rossell
89b116ba67
Adding firmware for the wireless cards rt2870 (for a rt3072 hw in fact)
...
svn path=/nixpkgs/trunk/; revision=22551
2010-07-09 17:30:08 +00:00
David Guibert
9e8da1fa0c
libcgroup: library that abstracts the control group file system in Linux.
...
svn path=/nixpkgs/trunk/; revision=22548
2010-07-09 13:15:51 +00:00
Michael Raskin
ccc497f80d
Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense.
...
svn path=/nixpkgs/trunk/; revision=22529
2010-07-08 13:25:52 +00:00
Eelco Dolstra
84b56ade89
* Respect the "nobootwait" mount option for filesystems under /var and
...
/usr.
svn path=/nixpkgs/trunk/; revision=22510
2010-07-07 13:08:44 +00:00
Eelco Dolstra
a157c84c81
* Upstart 0.6.6.
...
svn path=/nixpkgs/trunk/; revision=22505
2010-07-07 10:03:46 +00:00
Eelco Dolstra
c7b08905d6
* Fixed the URL.
...
svn path=/nixpkgs/trunk/; revision=22491
2010-07-06 09:29:05 +00:00
Eelco Dolstra
237c7808ce
* Latest Linux kernels.
...
svn path=/nixpkgs/trunk/; revision=22488
2010-07-06 08:44:05 +00:00
Eelco Dolstra
4c18f46f82
* Updated bluez.
...
svn path=/nixpkgs/trunk/; revision=22471
2010-07-05 06:33:57 +00:00
Lluís Batlle i Rossell
026aa52fdd
Fix the wvdial version in 'name'
...
svn path=/nixpkgs/trunk/; revision=22448
2010-07-04 11:10:54 +00:00
Eelco Dolstra
dc94c79d54
* Added lsiutil, a command-line utility for LSI controllers.
...
svn path=/nixpkgs/trunk/; revision=22437
2010-07-01 13:18:09 +00:00
Eelco Dolstra
cb5bcfa04a
* In the VM tests, apply a patch to increase the 15s timeout on CIFS
...
operations to 120s. This is necessary if the host is heavily
loaded. For instance, in the Hydra build farm, if there are many
concurrent jobs, VM builds often fail because they hit the timeout.
svn path=/nixpkgs/trunk/; revision=22347
2010-06-20 20:52:08 +00:00
Ludovic Courtès
9991b4f4c6
Cross-GNU: Fix Git revision names.
...
svn path=/nixpkgs/trunk/; revision=22278
2010-06-15 15:01:15 +00:00
Lluís Batlle i Rossell
86345919c2
Updating from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=22254
2010-06-14 09:28:10 +00:00
Lluís Batlle i Rossell
9ffa9fc87f
Updating autofs5. Using the upstream distribution system of tarball+patches,
...
instead of the Marc auto update system.
svn path=/nixpkgs/trunk/; revision=22229
2010-06-12 10:22:09 +00:00
Eelco Dolstra
8b18623656
* Updated bluez and obexd.
...
svn path=/nixpkgs/trunk/; revision=22211
2010-06-10 12:47:58 +00:00
Eelco Dolstra
6dddd07402
* vmTools: don't use klibc anymore. Just use utillinux/bash/etc.
...
svn path=/nixpkgs/trunk/; revision=22209
2010-06-10 12:28:04 +00:00
Eelco Dolstra
f7d0e3ac63
* Updated sysvinit to 2.88dsf.
...
svn path=/nixpkgs/trunk/; revision=22203
2010-06-09 21:48:51 +00:00
Eelco Dolstra
151c01959c
* Install the manpages of pidof and killall5.
...
svn path=/nixpkgs/trunk/; revision=22202
2010-06-09 18:03:00 +00:00