Eelco Dolstra
58873a9e3d
* Latest KVM.
...
svn path=/nixpkgs/trunk/; revision=9566
2007-10-31 16:23:53 +00:00
Eelco Dolstra
2be68dea28
* Doh.
...
svn path=/nixpkgs/trunk/; revision=9565
2007-10-31 15:54:31 +00:00
Eelco Dolstra
dbc1928af6
* Kernel configuration for Linux 2.6.23.
...
* More compact way to override kernel configuration options, e.g.
extraFlags = ["CONFIG_NO_HZ=y" "# CONFIG_IRQBALANCE is not set"];
svn path=/nixpkgs/trunk/; revision=9562
2007-10-31 14:39:43 +00:00
Wouter den Breejen
f91588a53f
Updated builder for nvidia drivers
...
svn path=/nixpkgs/trunk/; revision=9538
2007-10-27 13:05:19 +00:00
Wouter den Breejen
039449a672
Updated builder to use a * in: /lib/modules/*/build/include/...
...
svn path=/nixpkgs/trunk/; revision=9518
2007-10-24 14:09:56 +00:00
Wouter den Breejen
02f39c0210
There is a bug in ext3cow causing all rights to reset too root after a remount. The devvers at ext3cow.com are too lazy too release a new version, but the bug is fixed in their svn sources, so ive made a patch from those sources, which ive tested and it works.
...
svn path=/nixpkgs/trunk/; revision=9515
2007-10-23 17:56:10 +00:00
Michael Raskin
1994bd5b6a
Some corrections to 2.6.23-rc8; builds now
...
svn path=/nixpkgs/trunk/; revision=9383
2007-09-28 20:34:48 +00:00
Michael Raskin
0274e5e95a
Added something like linux_2_6_23. Really -rc8. Rationale:
...
1. Not to forget all the systemKernel choices.
2. To learn new problems, so that adding actual 2.6.23 will be easily done.
svn path=/nixpkgs/trunk/; revision=9381
2007-09-28 09:56:47 +00:00
Eelco Dolstra
aae986fcf9
* Linux 2.6.22.9.
...
svn path=/nixpkgs/trunk/; revision=9377
2007-09-27 15:57:01 +00:00
Michael Raskin
dd5daab9d1
Options for kernel and checker for configuration.nix
...
svn path=/nixpkgs/trunk/; revision=9371
2007-09-25 19:03:07 +00:00
Wouter den Breejen
218ec9ae8b
Updated nvidia drivers. (maybe this fixes occasional blackscreens and freezes)
...
svn path=/nixpkgs/trunk/; revision=9368
2007-09-24 14:28:52 +00:00
Armijn Hemel
e0d357058b
add powertop (www.linuxpowertop.org)
...
svn path=/nixpkgs/trunk/; revision=9358
2007-09-23 10:59:54 +00:00
Eelco Dolstra
bd0e895bad
* Release notes.
...
* Linux 2.6.22.6.
* w3m 0.5.2.
svn path=/nixpkgs/trunk/; revision=9305
2007-09-11 20:05:54 +00:00
Eelco Dolstra
ea9667ab18
* Fixed some more URLs.
...
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Eelco Dolstra
8f4d8573c0
* Fix a bunch of URLs.
...
svn path=/nixpkgs/trunk/; revision=9292
2007-09-11 10:15:07 +00:00
Eelco Dolstra
9cffc3fc52
* sysstat 8.0.0 (with a real URL).
...
svn path=/nixpkgs/trunk/; revision=9290
2007-09-11 09:35:35 +00:00
Marc Weber
088a6817db
added:
...
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul
changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added
svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Yury G. Kudryashov
c597a26631
htop added
...
svn path=/nixpkgs/trunk/; revision=9241
2007-09-02 16:54:08 +00:00
Eelco Dolstra
d39fd2a578
* Rewrite all the kernel.org URLs to mirror://kernel/.
...
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
45a2c87402
* Support for mirror:// URLs a la Gentoo (NIXPKGS-70). Instead of
...
fetchurl {
url = http://heanet.dl.sourceforge.net/sourceforge/zapping/zapping-0.9.6.tar.bz2 ;
md5 = "8306775c6a11de4d72345b5eee970ea6";
};
you can write
fetchurl {
url = mirror://sourceforge/zapping/zapping-0.9.6.tar.bz2;
md5 = "8306775c6a11de4d72345b5eee970ea6";
};
which causes fetchurl to try the SourceForge mirrors listed in the
`sourceforge' attribute in build-support/fetchurl/mirrors.nix.
(They're currently tried in sequence, and the lists of mirrors are
not configurable yet.)
The syntax for mirror URLs is mirror://site/path/to/file, where
`site' is currently one of `sourceforge', `gnu' (mirrors of
ftp://ftp.gnu.org/pub/gnu) and `kernel' (mirrors of
http://www.all.kernel.org/pub/ ).
svn path=/nixpkgs/trunk/; revision=9197
2007-08-27 12:44:01 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Wouter den Breejen
1a6cd0ce1a
ln -sf isn't strong enough sometimes..
...
svn path=/nixpkgs/trunk/; revision=9180
2007-08-21 12:29:46 +00:00
Eelco Dolstra
aa983025d6
* Linux 2.6.21.7.
...
svn path=/nixpkgs/trunk/; revision=9176
2007-08-20 14:26:32 +00:00
Eelco Dolstra
3c7950278d
* Fix URL.
...
svn path=/nixpkgs/trunk/; revision=9075
2007-08-09 00:06:51 +00:00
Yury G. Kudryashov
33f6eb6b03
Some upgrades needed for kde4:
...
* alsa-lib: 1.0.12 -> 1.0.14
* alsa-utils: 1.0.13 -> 1.0.14
* strigi: 0.5.1 -> 0.5.3dev
* libgpg-error: 1.0 -> 1.4
* gpgme: 1.0.3 -> 1.1.4
* cmake: 2.4.6 -> 2.4.7
* Some kde4 components added (not compilable yet).
* icu4c-3.6 added
* boost: added unicode support to RegEx, switched to "system" layout
svn path=/nixpkgs/trunk/; revision=9068
2007-08-08 13:20:18 +00:00
Eelco Dolstra
b2bff981f3
* ifplugd: program for monitoring the link status of
...
ethernet interfaces.
* libdaemon: dependency of ifplugd.
svn path=/nixpkgs/trunk/; revision=9061
2007-08-06 18:45:53 +00:00
Eelco Dolstra
4f12e0c849
* Assert that we're on Linux.
...
svn path=/nixpkgs/trunk/; revision=9060
2007-08-06 16:08:29 +00:00
Eelco Dolstra
ba89004d03
* Fix typo in name.
...
svn path=/nixpkgs/trunk/; revision=9015
2007-07-21 02:40:10 +00:00
Eelco Dolstra
71e01bd17d
* Kernel config for x86_64.
...
svn path=/nixpkgs/trunk/; revision=9014
2007-07-21 02:27:49 +00:00
Eelco Dolstra
d145a966ab
* Some notes on updating the NixOS kernel.
...
svn path=/nixpkgs/trunk/; revision=9013
2007-07-21 02:23:34 +00:00
Eelco Dolstra
48d6b12828
* Doh!
...
svn path=/nixpkgs/trunk/; revision=9012
2007-07-21 02:07:09 +00:00
Wouter den Breejen
5e12937f30
Added e3cfsprogs and ext3cow-tools. Ext3cow is a stand-alone disk file system, (e.g. ReiserFS, HFS, NTFS) based on ext3, that supports versioning through copy-on-write and a time-shifting interface.
...
svn path=/nixpkgs/trunk/; revision=9010
2007-07-20 15:50:54 +00:00
Eelco Dolstra
5760cd599d
* Linux 2.6.22.1.
...
svn path=/nixpkgs/trunk/; revision=9009
2007-07-20 15:25:45 +00:00
Wouter den Breejen
b8d6a28c22
Added version number
...
svn path=/nixpkgs/trunk/; revision=8977
2007-07-12 11:52:34 +00:00
Wouter den Breejen
7c9741e899
Updated nvidia drivers to latest version. Fixed version specific bugs in builder.
...
svn path=/nixpkgs/trunk/; revision=8973
2007-07-11 11:26:35 +00:00
Michael Raskin
b65bfbd36a
Added Gateway6 client - IPv6 tunnels.
...
svn path=/nixpkgs/trunk/; revision=8967
2007-07-09 11:21:35 +00:00
Yury G. Kudryashov
40657fbece
* ncurses: added symlinks for bynary packages linked against libncurses. Tested
...
with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin: Got rid of builder.sh, added ncurses to the dependencies, so it builds
finch.
* xorg: Added glproto and mesaHeaders to xf86videosis dependencies. Now it
compiles.
* pwgen: Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2: Version bump. Added 'static' option for use in initrd.
svn path=/nixpkgs/trunk/; revision=8923
2007-06-28 09:53:12 +00:00
Michael Raskin
d80093f2ff
Added version suffixes.
...
svn path=/nixpkgs/trunk/; revision=8921
2007-06-26 12:13:17 +00:00
Michael Raskin
f8db720230
Refreshed iproute package.
...
svn path=/nixpkgs/trunk/; revision=8906
2007-06-20 13:01:59 +00:00
Michael Raskin
e1a6bab3ff
Turned IPv6 on in net-tools.
...
svn path=/nixpkgs/trunk/; revision=8902
2007-06-20 11:49:17 +00:00
Eelco Dolstra
7685d56072
* Linux 2.6.21.5.
...
svn path=/nixpkgs/trunk/; revision=8870
2007-06-12 12:25:01 +00:00
Eelco Dolstra
bade82f510
* Added pam_console.
...
svn path=/nixpkgs/trunk/; revision=8859
2007-06-10 18:52:34 +00:00
Eelco Dolstra
de2733c1c9
* Latest udev.
...
svn path=/nixpkgs/trunk/; revision=8855
2007-06-09 20:23:49 +00:00
Eelco Dolstra
9c5cab8852
* HAL needs udev.
...
svn path=/nixpkgs/trunk/; revision=8853
2007-06-09 19:47:20 +00:00
Eelco Dolstra
cb3b10a646
* Added libsmbios for access to Dell-specific hardware features.
...
* Added more optional Hal dependencies.
svn path=/nixpkgs/trunk/; revision=8844
2007-06-07 22:02:12 +00:00
Eelco Dolstra
42c246ec16
* Eject 2.1.5.
...
svn path=/nixpkgs/trunk/; revision=8843
2007-06-07 21:27:25 +00:00
Eelco Dolstra
5990a432d4
* KVM-17.
...
svn path=/nixpkgs/trunk/; revision=8839
2007-06-07 13:46:50 +00:00
Eelco Dolstra
e562d4c021
* Added HAL.
...
svn path=/nixpkgs/trunk/; revision=8835
2007-06-05 15:57:26 +00:00
Eelco Dolstra
cd44dd8aaa
* Hotplug is obsolete (replaced by udev).
...
svn path=/nixpkgs/trunk/; revision=8834
2007-06-05 13:49:24 +00:00