Eelco Dolstra
c2737e315a
* usbutils updated to 0.84.
...
* usb.ids updated to the latest version.
svn path=/nixpkgs/trunk/; revision=16681
2009-08-11 20:48:56 +00:00
Eelco Dolstra
6e4a53de74
* dmidecode 2.10.
...
svn path=/nixpkgs/trunk/; revision=16678
2009-08-11 20:43:39 +00:00
Eelco Dolstra
80b0d89ff0
* bluez: store state under /var.
...
svn path=/nixpkgs/trunk/; revision=16651
2009-08-10 18:24:20 +00:00
Eelco Dolstra
098626dc86
* hport is in network order, so it needs to be converted back to host
...
order...
* Remove the socket file automatically.
svn path=/nixpkgs/trunk/; revision=16602
2009-08-07 09:54:03 +00:00
Eelco Dolstra
b7b4757ae4
* Added bluez, the Bluetooth stack for Linux.
...
svn path=/nixpkgs/trunk/; revision=16594
2009-08-05 20:29:36 +00:00
Eelco Dolstra
2ae0060bde
* qemu-kvm: a quick hack to support connecting a Unix domain socket on
...
the host to a TCP port on the guest. This will be useful for
automated testing using QEMU virtual machines. Using TCP ports on
the host is insecure and hard to manage (since you need to pick an
available host port).
For example:
$ qemu-system-x86_64 ... -redir tcp:65535::514
creates a Unix domain socket `./65535.socket' on the host. (There
is no proper syntax yet, so as a hack all host "ports" above 0xff00
are treated in this way.) Connections to that socket are then
forwarded to TCP port 514 on the guest. So the guest can do
$ nc -l -p 514 -e /bin/sh
to execute a shell for incoming connections on port 514, and then
the host can do
$ socat stdio ./65535.socket
to run a shell on the guest.
svn path=/nixpkgs/trunk/; revision=16593
2009-08-05 17:26:39 +00:00
Eelco Dolstra
a82d1e3d63
* Revert the NVIDIA driver to the previous version. The new one
...
doesn't work (black screen on startup).
svn path=/nixpkgs/trunk/; revision=16588
2009-08-05 08:54:13 +00:00
Eelco Dolstra
df2f9ee836
* Urgh.
...
svn path=/nixpkgs/trunk/; revision=16584
2009-08-04 16:03:41 +00:00
Eelco Dolstra
c7dd5c04fc
* Obsolete comment.
...
svn path=/nixpkgs/trunk/; revision=16583
2009-08-04 16:03:13 +00:00
Eelco Dolstra
84c7717cd5
* qemu-kvm is the upstream renaming of the kvm package. It no longer
...
contains the kernel module, which we didn't build anyway. The kvm
package can be deleted eventually.
svn path=/nixpkgs/trunk/; revision=16582
2009-08-04 16:02:27 +00:00
Eelco Dolstra
af3b8475ff
* Remove some old KVM versions.
...
svn path=/nixpkgs/trunk/; revision=16581
2009-08-04 15:57:12 +00:00
Michael Raskin
25b3fe32ad
Adding myself as a maintainer of some of the packages
...
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Eelco Dolstra
8abae778b8
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=16558
2009-08-03 12:18:50 +00:00
Eelco Dolstra
e8dbd26bee
* Linux 2.6.27.29.
...
svn path=/nixpkgs/trunk/; revision=16554
2009-08-03 10:04:20 +00:00
Michael Raskin
be5fc98c97
Really non-PAE configuration this time
...
svn path=/nixpkgs/trunk/; revision=16552
2009-08-03 09:25:57 +00:00
Michael Raskin
3baa3663c9
Try newer -RC kernel
...
svn path=/nixpkgs/trunk/; revision=16504
2009-07-29 18:10:26 +00:00
Lluís Batlle i Rossell
d4aedd92cc
I revert my changes to get nixpkgs working on armv5tel-linux.
...
I thought I didn't change stdenv, but I did. This will go soon into the stdenv
branch then.
Reverse-merging r16467 through r16465.
svn path=/nixpkgs/trunk/; revision=16468
2009-07-26 22:47:33 +00:00
Lluís Batlle i Rossell
532fc4a05d
Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headers
...
svn path=/nixpkgs/trunk/; revision=16466
2009-07-26 21:48:10 +00:00
Eelco Dolstra
aaca21fcff
* iproute2 updated to 2.6.29-1.
...
svn path=/nixpkgs/trunk/; revision=16446
2009-07-23 21:34:53 +00:00
Eelco Dolstra
4bc2468913
* iptables updated to 1.4.4.
...
svn path=/nixpkgs/trunk/; revision=16440
2009-07-23 18:16:24 +00:00
Michael Raskin
35f22c0afb
Reverting AUFS update
...
svn path=/nixpkgs/trunk/; revision=16392
2009-07-16 11:39:03 +00:00
Michael Raskin
2b51bd8c6b
Use a fresh checkout
...
svn path=/nixpkgs/trunk/; revision=16391
2009-07-16 11:22:57 +00:00
Michael Raskin
56b232c4cb
Update AUFS
...
svn path=/nixpkgs/trunk/; revision=16389
2009-07-16 11:02:37 +00:00
Michael Raskin
15bec036fa
Add 2.6.31-rc2 kernel for now : rc3 has a BtrFS stability regression
...
svn path=/nixpkgs/trunk/; revision=16384
2009-07-16 06:30:25 +00:00
Michael Raskin
8eefb03231
Fix typo
...
svn path=/nixpkgs/trunk/; revision=16383
2009-07-15 21:09:17 +00:00
Michael Raskin
0865385a29
Add a config for older x86 processors without PAE support. Turn off PAT for a good measure, too
...
svn path=/nixpkgs/trunk/; revision=16382
2009-07-15 21:01:24 +00:00
Michael Raskin
57c8392eee
Fixed cmdline override in 2.6.31-rc3 kernel config
...
svn path=/nixpkgs/trunk/; revision=16362
2009-07-14 19:24:10 +00:00
Michael Raskin
a310f4f2a0
Forgot to turn off debugging options in all-mod-config..
...
svn path=/nixpkgs/trunk/; revision=16347
2009-07-14 10:23:45 +00:00
Michael Raskin
396ae631ea
Add AMD64 config for 2.6.31-rc3
...
svn path=/nixpkgs/trunk/; revision=16346
2009-07-14 09:57:51 +00:00
Michael Raskin
64c89c7532
Oops, mixed up hashes
...
svn path=/nixpkgs/trunk/; revision=16345
2009-07-14 09:18:22 +00:00
Michael Raskin
ad2f62980a
Try building a really full-featured configuration of the fresh Linux kernel pre-release
...
svn path=/nixpkgs/trunk/; revision=16344
2009-07-14 09:13:59 +00:00
Michael Raskin
1744fe5183
Adding statifier, a tool to make pseudostatic binaries. Unfortunately, statified NixOS-built binaries segfault on Ubuntu..
...
svn path=/nixpkgs/trunk/; revision=16291
2009-07-09 21:34:29 +00:00
Michael Raskin
900f96fe8a
Build btrfs-image, although it was mistakenly omitted in release Makefile
...
svn path=/nixpkgs/trunk/; revision=16226
2009-07-07 21:47:28 +00:00
Michael Raskin
f4a5ef043d
Update BtrFS progs. Note: incompatible with older kernels - like 2.6.30
...
svn path=/nixpkgs/trunk/; revision=16205
2009-07-07 10:02:53 +00:00
Eelco Dolstra
bfadd94cec
* Kernel updates.
...
svn path=/nixpkgs/trunk/; revision=16155
2009-07-03 09:11:46 +00:00
Eelco Dolstra
674211ac9d
* Revive klibc 1.5 for now since vmtools still uses its insmod.
...
svn path=/nixpkgs/trunk/; revision=16040
2009-06-25 08:22:51 +00:00
Eelco Dolstra
1df4221cb3
* klibc 1.5.15. Fixes a segfault in cpio.
...
svn path=/nixpkgs/trunk/; revision=16020
2009-06-22 14:14:58 +00:00
Rob Vermaas
1c3f49e06f
* Changed version of gcc to 4.0.1 - 5484 on darwin
...
* Added dsymutil to gcc wrapper env on darwin
* turned off make check for gnugrep on darwin
* added --enable-bsd=libs configure flag for gnugrep on darwin
svn path=/nixpkgs/trunk/; revision=16014
2009-06-21 18:37:54 +00:00
Eelco Dolstra
d0b03cbe1a
* The vidmode patch was kind of broken (it didn't zero-terminate the
...
`mode' buffer).
svn path=/nixpkgs/trunk/; revision=16009
2009-06-19 14:26:04 +00:00
Eelco Dolstra
445598ad4c
* Support the "vga" kernel command line option when using the -kernel
...
option. Patch from
http://www.mail-archive.com/qemu-commits@nongnu.org/msg00202.html .
svn path=/nixpkgs/trunk/; revision=15997
2009-06-18 15:55:38 +00:00
Eelco Dolstra
85479e92d1
* Linux 2.6.29.5.
...
* Build the PC speaker as a module. This allows people who are
annoyed by beeps (e.g. users of Dell Latitude D6xx laptops) to get
rid of them :-)
svn path=/nixpkgs/trunk/; revision=15983
2009-06-17 12:26:22 +00:00
Eelco Dolstra
49d141ed01
* Work around a bizarre bug that causes nvidia-settings to be able to
...
find libXrandr when invoked as "nvidia-settings", but not when
invoked by absolute path
(e.g. "/var/run/current-system/sw/bin/nvidia-settings"). Adding it
to libGL's RUNPATH fixes this. Strangely, libGL doesn't even
contain a reference to libXrandr.
svn path=/nixpkgs/trunk/; revision=15971
2009-06-16 12:51:35 +00:00
Eelco Dolstra
85978b1efa
* e2fsprogs updated to 1.41.6. Also keep the previous version around
...
so that we don't have to rebuild everything that depends on libuuid
(such as all X programs).
svn path=/nixpkgs/trunk/; revision=15964
2009-06-15 16:45:48 +00:00
Eelco Dolstra
588eb7a351
* Linux 2.6.27.25.
...
svn path=/nixpkgs/trunk/; revision=15962
2009-06-15 15:05:42 +00:00
Eelco Dolstra
47eb07cfeb
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15944
2009-06-12 12:56:03 +00:00
Eelco Dolstra
a0399dd8a2
* mksquashfs needs pthread_cancel.
...
svn path=/nixpkgs/trunk/; revision=15925
2009-06-10 13:29:12 +00:00
Eelco Dolstra
e559192847
* Fix module installation.
...
svn path=/nixpkgs/trunk/; revision=15887
2009-06-07 21:49:14 +00:00
Eelco Dolstra
86e3458dd7
* Linux 2.6.29. It doesn't build yet due to some depmod problem.
...
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Eelco Dolstra
50e91e3fdd
* kbd updated to 1.15.
...
svn path=/nixpkgs/trunk/; revision=15880
2009-06-05 17:16:14 +00:00
Eelco Dolstra
57cf606d47
* squashfs tools: updated to 4.0.
...
svn path=/nixpkgs/trunk/; revision=15873
2009-06-05 13:52:24 +00:00
Eelco Dolstra
97ad838137
* KVM 86. This one finally seems to have decent CIFS performance
...
again.
svn path=/nixpkgs/trunk/; revision=15825
2009-06-02 15:59:42 +00:00
Eelco Dolstra
6645fcb0c5
* Oops.
...
svn path=/nixpkgs/trunk/; revision=15821
2009-06-02 12:29:40 +00:00
Eelco Dolstra
32aa1eacf3
* Linux 2.6.27.24, 2.6.28.10.
...
svn path=/nixpkgs/trunk/; revision=15819
2009-06-02 09:48:01 +00:00
Eelco Dolstra
2d8003ff6d
* NVIDIA X11 driver updated to 180.60.
...
svn path=/nixpkgs/trunk/; revision=15818
2009-06-02 09:47:48 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
88eb04c0dc
adding zenity to gnome desktop nix expressions
...
making it possible to build metacity and gconf-editor
patch provided by Christoph Herbst
svn path=/nixpkgs/trunk/; revision=15681
2009-05-20 17:39:18 +00:00
Eelco Dolstra
84e60bf3c8
* Latest e2fsprogs.
...
svn path=/nixpkgs/trunk/; revision=15679
2009-05-20 17:13:51 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Sander van der Burg
b4d94e82cd
Modified WPA supplicant expression so that it includes an icon
...
svn path=/nixpkgs/trunk/; revision=15588
2009-05-13 10:56:53 +00:00
Sander van der Burg
2a633e75c8
Added qt4 gui front-end package for WPA supplicant
...
svn path=/nixpkgs/trunk/; revision=15578
2009-05-12 18:52:48 +00:00
Michael Raskin
e420d8f5d4
Update kQemu source location
...
svn path=/nixpkgs/trunk/; revision=15543
2009-05-10 21:22:36 +00:00
Michael Raskin
63d9ef7a99
Make fbterm build
...
svn path=/nixpkgs/trunk/; revision=15530
2009-05-10 12:29:36 +00:00
Michael Raskin
d688b5f57e
Fixing jfsrec
...
svn path=/nixpkgs/trunk/; revision=15483
2009-05-07 07:00:31 +00:00
Michael Raskin
65a87fefd5
Fix kernel builder - fails, depending on FS behavior
...
svn path=/nixpkgs/trunk/; revision=15437
2009-05-04 10:51:51 +00:00
Michael Raskin
76863c4bf7
Pull one more part of the Debian patch. Now AUFS allows to boot LiveCD
...
svn path=/nixpkgs/trunk/; revision=15429
2009-05-03 11:29:08 +00:00
Michael Raskin
f720a8186b
Debian fixes for AUFS build on 2.6.29+
...
svn path=/nixpkgs/trunk/; revision=15426
2009-05-03 10:46:59 +00:00
Michael Raskin
10b1740dab
Copy all the headers already - problems with module building seem to be worse than hdd usage
...
svn path=/nixpkgs/trunk/; revision=15423
2009-05-02 14:18:22 +00:00
Marc Weber
94a01668a1
cleaned up and fixed autofs v5
...
svn path=/nixpkgs/trunk/; revision=15419
2009-05-01 05:42:32 +00:00
Marc Weber
fac6cc37f2
adding automount 5
...
svn path=/nixpkgs/trunk/; revision=15410
2009-04-30 02:37:00 +00:00
Eelco Dolstra
210ba6316e
* Urgh. Some files that had been deleted in the trunk came back
...
through the stdenv-updates merge (probably because they had been
modified in the branch).
svn path=/nixpkgs/trunk/; revision=15403
2009-04-29 16:19:57 +00:00
Eelco Dolstra
fe1d110fc2
* Firmware for the Intel 5000 wireless cards.
...
svn path=/nixpkgs/trunk/; revision=15395
2009-04-29 14:50:59 +00:00
Eelco Dolstra
0fc49de3cb
* Added hal-info.
...
svn path=/nixpkgs/trunk/; revision=15385
2009-04-28 21:59:09 +00:00
Eelco Dolstra
955b111f9a
svn path=/nixpkgs/trunk/; revision=15378
2009-04-28 14:08:18 +00:00
Eelco Dolstra
213fff3ca0
* Updated HAL to 0.5.11. Passed gperf and patched a Makefile to
...
ensure that it installs policy/10osvendor/10-keymap.fdi, which the
evdev driver in X.org relies on.
svn path=/nixpkgs/trunk/; revision=15342
2009-04-27 23:01:20 +00:00
Eelco Dolstra
3ae548a124
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15339
2009-04-27 18:28:09 +00:00
Eelco Dolstra
09fd56cc9e
* Upstart in the stdenv branch is incompatible with Upstart in the
...
trunk: it segfaults when it tries to start the new Upstart, which
locks up the entire system. This may be because of the different
Glibc, or something. In any case, require a reboot.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15314
2009-04-25 22:48:48 +00:00
Eelco Dolstra
5a2284ac61
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15313
2009-04-25 22:45:32 +00:00
Eelco Dolstra
f7454eae9c
* Be able to cope with future changes to Upstart.
...
svn path=/nixpkgs/trunk/; revision=15311
2009-04-25 22:36:33 +00:00
Eelco Dolstra
7689a348c4
* Got rid of a lot of "postInstall=postInstall" and similar lines in
...
builders. These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations. This is done
automatically now if setupHook is set.
* Deleted the initscripts package. NixOS doesn't use it anymore.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
f762b50991
* Another sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Eelco Dolstra
eaac5230f2
* Fix splashutils.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15260
2009-04-22 23:13:21 +00:00
Eelco Dolstra
a951fc2050
* Upstart doesn't like dynamic linking.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15239
2009-04-22 07:19:22 +00:00
Eelco Dolstra
94d7d1fdbb
* Got rid of all --disable-static flags; they're redundant now.
...
* Also a bunch of style cleanups (tabs, with args, ...).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Sander van der Burg
be04acaf45
Reengineered ALSA expression and patched alsaLib to prevent compilation errors
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15206
2009-04-21 09:56:02 +00:00
Eelco Dolstra
089eef511c
* Module aggregator: use buildEnv, which is much faster because it
...
creates symlinks lazily (i.e., it creates a single symlink to an
entire tree unless another input has an overlapping tree). As a
result it creates only a few dozen symlinks instead of ~ 12000
(which can take almost 2 minutes on my laptop).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15200
2009-04-20 19:13:40 +00:00
Eelco Dolstra
1807907e6d
* The NVIDIA driver looks for libXrandr, so it's probably
...
best to provide it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15193
2009-04-20 16:54:16 +00:00
Eelco Dolstra
32c7cb7a1d
* sdparm: the previous URL was broken.
...
svn path=/nixpkgs/trunk/; revision=15084
2009-04-16 12:23:53 +00:00
Eelco Dolstra
a4c304ef84
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +00:00
Eelco Dolstra
2773c38d33
* Updated AUFS to the final revision of the aufs1 codeline. This
...
seems to work fine on Linux 2.6.28.
svn path=/nixpkgs/trunk/; revision=15060
2009-04-15 10:12:51 +00:00
Lluís Batlle i Rossell
77d98fd0a3
Revert "Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)"
...
Eelco told me they only increase the number of prebuild modules in each higher pkg number,
which we don't use, so we better use the smallest pkg0.
This reverts commit r15048
svn path=/nixpkgs/trunk/; revision=15050
2009-04-15 08:24:41 +00:00
Lluís Batlle i Rossell
ec9e431b07
Updating the nvidia x86_64 src (I don't know what's new - I simply saw a new package available)
...
svn path=/nixpkgs/trunk/; revision=15048
2009-04-15 07:00:26 +00:00
Lluís Batlle i Rossell
d52ec14cb4
Updating the kqemu src url.
...
svn path=/nixpkgs/trunk/; revision=14982
2009-04-10 15:36:55 +00:00
Eelco Dolstra
2eb05cf933
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=14965
2009-04-09 12:19:57 +00:00
Eelco Dolstra
4962864417
* Fixed the mount-cifs source URL (copied from the stdenv-branch).
...
svn path=/nixpkgs/trunk/; revision=14958
2009-04-09 08:12:16 +00:00
Eelco Dolstra
801b5fd701
* wpa_supplicant 0.6.9.
...
svn path=/nixpkgs/trunk/; revision=14879
2009-04-04 00:21:21 +00:00
Michael Raskin
a2803bc5c3
added btrfs utilities
...
svn path=/nixpkgs/trunk/; revision=14818
2009-04-01 05:42:07 +00:00
Michael Raskin
9379c34b11
Renable preConfigure for kernel builder. Actually needed by custom kernel
...
Linux kernel 2.6.29 (release) has a slightly changed Makefile. They now add the prefix for depmod. So in NixOS "make modules_install" fails on depmod. To fix it, our old '/-b \$(INSTALL_MOD_PATH) -r/d' should be replaced with '/-b \$(INSTALL_MOD_PATH)/d'.
svn path=/nixpkgs/trunk/; revision=14811
2009-03-31 20:10:05 +00:00
Eelco Dolstra
d27514cb28
* Sync with the trunk once more.
...
* Turn on everything in Hydra.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Eelco Dolstra
acca11b49c
* Got rid of the old util-linux; use util-linux-ng instead.
...
svn path=/nixpkgs/trunk/; revision=14799
2009-03-31 09:26:47 +00:00
Eelco Dolstra
105f9f7b80
* Some kernel updates.
...
svn path=/nixpkgs/trunk/; revision=14790
2009-03-30 15:02:17 +00:00