Eelco Dolstra
961eddeb7d
* Fix for compiling on Linux >= 2.6.24.
...
svn path=/nixpkgs/trunk/; revision=11929
2008-05-29 13:22:12 +00:00
Eelco Dolstra
e466241a8d
* On Linux 2.6.25, the arch files for i386 and x86_64 are unified in
...
arch/x86, so copy them from the right location.
svn path=/nixpkgs/trunk/; revision=11928
2008-05-29 13:21:47 +00:00
Eelco Dolstra
031c022a25
* Fix a regression in klibcShrunk.
...
svn path=/nixpkgs/trunk/; revision=11920
2008-05-28 14:33:49 +00:00
Michael Raskin
e0caa641c0
Packages changes, needed after recent kernel expression restructurisation
...
svn path=/nixpkgs/trunk/; revision=11883
2008-05-22 19:29:23 +00:00
Eelco Dolstra
0aea0db581
* Put all packages that depend on a specific kernel (notably kernel
...
modules) together in an attribute set returned by the function
"kernelPackagesFor" that takes a kernel as argument. For instance,
kernelPackages_2_6_23 is the result of calling this function with
kernel_2_6_23.
This is necessary in NixOS to make it easier to override the kernel:
it's not enough to just specify a different kernel (via the
boot.kernel option), but you also need matching nvidiaDriver, aufs,
iwlwifi, etc. Having a single attribute set that contains all
kernel-related packages makes this much easier.
* The kernel now has a passthru attribute "features" that allows NixOS
expressions to test whether a kernel has certain features. For
instance, the externel "iwlwifi" kernel module package should only
be built on kernels < 2.6.24, as kernels >= 2.6.24 have iwlwifi
support integrated. So the NixOS expressions can do the test
"kernel.features ? iwlwifi" to see if the iwlwifi package should be
built.
Kernel patches can declare additional features. E.g., the fbsplash
patch adds a "fbSplash" feature.
svn path=/nixpkgs/trunk/; revision=11881
2008-05-22 12:01:24 +00:00
Eelco Dolstra
ae972ce4d3
* Linux 2.6.25.4.
...
* Updated AUFS for 2.6.25. Also applied a patch to the kernel that
AUFS needs, unfortunately.
svn path=/nixpkgs/trunk/; revision=11864
2008-05-21 09:19:44 +00:00
Eelco Dolstra
32a4d08be3
* Latest version.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11852
2008-05-20 09:23:28 +00:00
Eelco Dolstra
a4e77530c8
* nss_ldap: purity fix: don't try to install /etc/ldap.conf.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=11850
2008-05-20 09:19:17 +00:00
Eelco Dolstra
fb790c15e9
* Check against accidentally mixing kernel versions (e.g. Linux 2.6.25
...
with AUFS built against Linux 2.6.23).
svn path=/nixpkgs/trunk/; revision=11784
2008-05-08 15:36:19 +00:00
Eelco Dolstra
e6028ae5f4
* Doh, wrong hash.
...
svn path=/nixpkgs/trunk/; revision=11779
2008-05-08 11:00:18 +00:00
Eelco Dolstra
c30b6e0476
* Linux 2.6.25.2.
...
svn path=/nixpkgs/trunk/; revision=11778
2008-05-08 10:58:22 +00:00
Eelco Dolstra
2fa9669469
* e2fsprogs 1.40.8.
...
svn path=/nixpkgs/trunk/; revision=11776
2008-05-08 10:56:59 +00:00
Ludovic Courtès
800f4d31e9
Fix the iwl4965 firmware (Intel Wi-Fi).
...
svn path=/nixpkgs/trunk/; revision=11770
2008-05-07 12:15:00 +00:00
Eelco Dolstra
c3e2c90fb6
* Linux 2.6.25.1.
...
svn path=/nixpkgs/trunk/; revision=11764
2008-05-06 12:49:37 +00:00
Michael Raskin
60c21a2a38
Updated Atheros MadWiFi driver
...
svn path=/nixpkgs/trunk/; revision=11727
2008-04-26 15:23:17 +00:00
Eelco Dolstra
8d1d839579
* Fix for building Linux 2.6.25.
...
svn path=/nixpkgs/trunk/; revision=11712
2008-04-25 10:22:09 +00:00
Michael Raskin
65bf14f91b
Minor updates
...
svn path=/nixpkgs/trunk/; revision=11708
2008-04-24 17:00:28 +00:00
Eelco Dolstra
64222f4f33
* Linux 2.6.25 (not tested yet).
...
svn path=/nixpkgs/trunk/; revision=11684
2008-04-22 12:01:53 +00:00
Marc Weber
ddc5ab4472
wpa_supplicant updated to 0.6.3
...
svn path=/nixpkgs/trunk/; revision=11662
2008-04-21 08:32:30 +00:00
Ludovic Courtès
f7d9bb93bf
numactl: Fix post-install.
...
svn path=/nixpkgs/trunk/; revision=11657
2008-04-18 14:46:29 +00:00
Ludovic Courtès
aaf6f7b7e4
Add numactl/libnuma, Linux-specific NUMA support tools.
...
svn path=/nixpkgs/trunk/; revision=11656
2008-04-18 14:38:27 +00:00
Michael Raskin
d30797b8ac
Updated gw6c and cleaned up the expression
...
svn path=/nixpkgs/trunk/; revision=11614
2008-04-13 08:23:58 +00:00
Michael Raskin
784d94c258
Adding Berkeley Labs Checkpointing/Restarting kernel module.. Work in progress - does not work with my 2.6.25-rc5-mm1. Maybe works on 2.6.23.. Added just not to comment out from all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=11563
2008-04-11 09:30:46 +00:00
Ludovic Courtès
9231ea99d9
hibernate: Fix impurities.
...
svn path=/nixpkgs/trunk/; revision=11445
2008-04-01 17:31:31 +00:00
Ludovic Courtès
415a837c3d
Add `hibernate', an swsusp/Tux-on-Ice convenience script.
...
svn path=/nixpkgs/trunk/; revision=11438
2008-04-01 14:02:54 +00:00
Ludovic Courtès
1a64758585
Add Linux nfs-utils.
...
svn path=/nixpkgs/trunk/; revision=11367
2008-03-30 17:42:49 +00:00
Michael Raskin
58a111421e
Added jfsrec - JFS recovery tool
...
svn path=/nixpkgs/trunk/; revision=11318
2008-03-28 11:16:43 +00:00
Michael Raskin
112c78fa5c
Added JFS utils and XFS progs
...
svn path=/nixpkgs/trunk/; revision=11313
2008-03-27 19:12:14 +00:00
Eelco Dolstra
67af514783
* Another purity fix: don't check for /usr/include/linux/aio.h.
...
svn path=/nixpkgs/trunk/; revision=11298
2008-03-27 10:22:12 +00:00
Eelco Dolstra
b5da9e1d55
* Fixed an impurity in libcap that causes it to fail on non-NixOS
...
systems: the makefile determines whether to build with PAM support
by doing
PAM_CAP ?= $(shell if [ -f /usr/include/security/pam_modules.h ]; then echo yes ; else echo no ; fi)
svn path=/nixpkgs/trunk/; revision=11285
2008-03-26 09:37:09 +00:00
Michael Raskin
4ec702d2ab
Added generic functionality for custom kernels.
...
svn path=/nixpkgs/trunk/; revision=11275
2008-03-24 19:39:42 +00:00
Michael Raskin
0dfa801a82
Updated builderDefs style. Now more things are overridable. Needed to fix build with custom kernels.
...
svn path=/nixpkgs/trunk/; revision=11274
2008-03-24 19:39:12 +00:00
Eelco Dolstra
71d50c6b25
* Purity: nss_ldap build failed when /etc/ldap.conf did not exist.
...
svn path=/nixpkgs/trunk/; revision=11271
2008-03-24 16:00:22 +00:00
Marc Weber
91dd7e2b86
fix: tunctl is build again (also added check)
...
svn path=/nixpkgs/trunk/; revision=11222
2008-03-20 11:36:31 +00:00
Eelco Dolstra
ed9107e33c
* kernelscripts: seems to be obsolete.
...
svn path=/nixpkgs/trunk/; revision=11151
2008-03-17 09:44:14 +00:00
Ludovic Courtès
76ac9b3b86
tcp-wrapper: Install header files.
...
svn path=/nixpkgs/trunk/; revision=11137
2008-03-15 22:51:05 +00:00
Ludovic Courtès
ac2f2f6cc5
Add `tcp-wrapper'.
...
svn path=/nixpkgs/trunk/; revision=11136
2008-03-15 22:41:31 +00:00
Eelco Dolstra
4624c8bc3f
* klibShrunk: just the klibc binaries without header files etc; useful
...
for installation in initrds.
svn path=/nixpkgs/trunk/; revision=11125
2008-03-14 13:46:47 +00:00
Eelco Dolstra
8c092a1940
* Support setting the path to smbd (we can't put it in /usr/sbin/smbd
...
on NixOS).
svn path=/nixpkgs/trunk/; revision=11061
2008-03-11 16:50:53 +00:00
Eelco Dolstra
bc8eb14767
* Hack to get KVM to build again.
...
svn path=/nixpkgs/trunk/; revision=11038
2008-03-10 15:24:42 +00:00
Wouter den Breejen
f9998954b8
New Ext3cow version with some bugs resolved. Updated ext3cow kernel-patch, e3cfsprogs and ext3cow-tools
...
svn path=/nixpkgs/trunk/; revision=11027
2008-03-09 20:06:42 +00:00
Eelco Dolstra
ac8f511b88
* Fix dietlibc on x86_64.
...
svn path=/nixpkgs/trunk/; revision=11014
2008-03-07 15:36:21 +00:00
Michael Raskin
8b48a5c731
Fixed e2fsprogs - install libs needed for testdisk
...
svn path=/nixpkgs/trunk/; revision=11004
2008-03-07 05:51:59 +00:00
Eelco Dolstra
f41df276c6
e2fsprogs: drop the gettext dependency.
...
svn path=/nixpkgs/trunk/; revision=10992
2008-03-06 16:10:01 +00:00
Eelco Dolstra
e75e52f61f
* HAL 0.5.10.
...
svn path=/nixpkgs/trunk/; revision=10985
2008-03-06 13:06:32 +00:00
Eelco Dolstra
282c8421d5
* e2fsprogs 1.40.7.
...
svn path=/nixpkgs/trunk/; revision=10981
2008-03-06 12:08:19 +00:00
Eelco Dolstra
f210ada337
* NVIDIA driver 169.12.
...
svn path=/nixpkgs/trunk/; revision=10980
2008-03-06 12:07:50 +00:00
Eelco Dolstra
0a8f71fb9c
* Linux 2.6.23.17.
...
svn path=/nixpkgs/trunk/; revision=10943
2008-03-04 11:07:37 +00:00
Eelco Dolstra
72097d9aea
* Don't strip the NVIDIA programs (like nvidia-settings), it breaks
...
them (NIXPKGS-85).
svn path=/nixpkgs/trunk/; revision=10941
2008-03-04 10:06:21 +00:00
Armijn Hemel
bde6dd8990
new powertop
...
svn path=/nixpkgs/trunk/; revision=10932
2008-03-03 21:44:17 +00:00
Armijn Hemel
635b721180
update to 1.4.1
...
svn path=/nixpkgs/trunk/; revision=10931
2008-03-03 21:37:55 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Michael Raskin
c263a71810
Fixed Atheros to export utilities in PATH
...
svn path=/nixpkgs/trunk/; revision=10902
2008-03-02 11:04:51 +00:00
Eelco Dolstra
afe69eecbe
* Use kernel 2.6 libcap.
...
svn path=/nixpkgs/trunk/; revision=10895
2008-02-29 09:42:12 +00:00
Michael Raskin
dcddcf0d87
Updated QEmu.
...
svn path=/nixpkgs/trunk/; revision=10882
2008-02-28 09:59:34 +00:00
Eelco Dolstra
5ea761b23f
* Merged the last of the trunk, preparing for switch...
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Eelco Dolstra
2e92cabb37
* substitute: support patterns starting with a dash.
...
* Updated the kernel headers.
* ghc: setup hooks are now generated using substituteAll.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10838
2008-02-22 18:19:04 +00:00
Michael Raskin
6c20576972
Ported fixes for lsof and gw6c from stdenv-updates
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10825
2008-02-22 06:16:53 +00:00
Michael Raskin
8ea6496a10
-
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Ludovic Courtès
e8dd657896
Intel Wifi Drivers (iwlwifi) 1.2.25.
...
svn path=/nixpkgs/trunk/; revision=10822
2008-02-21 22:22:57 +00:00
Ludovic Courtès
96d354f193
Add ACPI, a tiny ACPI client tool for Linux
...
svn path=/nixpkgs/trunk/; revision=10820
2008-02-21 20:13:36 +00:00
Ludovic Courtès
44fcdff01b
Add ACPI-Tool, a command-line ACPI client for Linux.
...
svn path=/nixpkgs/trunk/; revision=10819
2008-02-21 19:57:40 +00:00
Eelco Dolstra
b2dfd26d36
* Merged r9820.
...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10800
2008-02-21 12:26:03 +00:00
Eelco Dolstra
e12b421add
* Merged most of the stdenv-updates branch. Some stuff didn't
...
merge cleanly right away (kde-4, kernel stuff) so it should be
merged later. But the stdenv stuff is all there.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Tobias Hammerschmidt
777768d544
modified firmware location, firmware must reside in subdir zd1211
...
svn path=/nixpkgs/trunk/; revision=10765
2008-02-20 09:40:35 +00:00
Tobias Hammerschmidt
f2fbbc6052
Added firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip.
...
svn path=/nixpkgs/trunk/; revision=10762
2008-02-20 08:53:42 +00:00
Ludovic Courtès
a8bdb8adc8
Add Intel 4965 wireless firmware.
...
svn path=/nixpkgs/trunk/; revision=10734
2008-02-18 16:15:51 +00:00
Michael Raskin
96ddccf6b2
Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
2008-02-18 07:23:05 +00:00
Michael Raskin
a25344377e
Ported ffmpeg_svn tarball link; fixes to iptables
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10651
2008-02-12 21:47:49 +00:00
Eelco Dolstra
9274b390f4
* Linux 2.6.23.16, 2.6.22.18 - fix for the vmsplice root exploit.
...
svn path=/nixpkgs/trunk/; revision=10622
2008-02-11 09:04:15 +00:00
Yury G. Kudryashov
82297a0c83
* KVM 57. (Newer versions don't compile against the current kernel headers.)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10598
2008-02-10 17:40:24 +00:00
Yury G. Kudryashov
d8688a1eb9
* Reiser4 stuff.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10586
2008-02-10 17:38:36 +00:00
Yury G. Kudryashov
83e82c9872
* udev: get rid of silly warnings in make install.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10583
2008-02-10 17:38:01 +00:00
Yury G. Kudryashov
6edb12e639
* Use fxload.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10580
2008-02-10 17:37:27 +00:00
Yury G. Kudryashov
0d4ff25ce9
* Added fxload, a tool to upload firmware to Cypress EZ-USB microcontrollers.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10577
2008-02-10 17:36:37 +00:00
Yury G. Kudryashov
7b9937f24d
* Driver for the Go 7007, used in the Plextor ConvertX USB TV tuner. Thanks to Martin Bravenboer for donating the hardware :-) * Latest udev.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10573
2008-02-10 17:35:43 +00:00
Yury G. Kudryashov
053ea5ebe6
Fix enabling switching to kernels not already running (depmod uses uname-r as default to look for modules)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10572
2008-02-10 17:35:30 +00:00
Michael Raskin
4df190c703
Various fixes and updates to build that all.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10568
2008-02-10 16:44:43 +00:00
Eelco Dolstra
e32787dc94
* Fix AEFS on x86_64.
...
svn path=/nixpkgs/trunk/; revision=10561
2008-02-08 23:13:18 +00:00
Yury G. Kudryashov
ef9c7dccc0
typo in alsa
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10538
2008-02-07 11:07:21 +00:00
Eelco Dolstra
cde74730e8
* KVM 57. (Newer versions don't compile against the current kernel headers.)
...
svn path=/nixpkgs/trunk/; revision=10534
2008-02-07 09:02:28 +00:00
Yury G. Kudryashov
c5fafa326b
Alsa: 1.0.16
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10531
2008-02-06 22:45:59 +00:00
Eelco Dolstra
9f2711c674
* Reiser4 stuff.
...
svn path=/nixpkgs/trunk/; revision=10498
2008-02-04 14:37:15 +00:00
Eelco Dolstra
6b7dd4cac7
* udev: get rid of silly warnings in make install.
...
svn path=/nixpkgs/trunk/; revision=10494
2008-02-04 13:04:16 +00:00
Eelco Dolstra
6d07280263
* Use fxload.
...
svn path=/nixpkgs/trunk/; revision=10488
2008-02-04 08:36:10 +00:00
Eelco Dolstra
2c3e3dcbae
* Added fxload, a tool to upload firmware to Cypress EZ-USB microcontrollers.
...
svn path=/nixpkgs/trunk/; revision=10483
2008-02-03 14:43:19 +00:00
Yury G. Kudryashov
aa4d93482d
D-Bus splitted into two packages: dbus.libs and dbus.tools
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10461
2008-02-02 20:41:06 +00:00
Eelco Dolstra
3547462f7a
* Driver for the Go 7007, used in the Plextor ConvertX USB TV tuner.
...
Thanks to Martin Bravenboer for donating the hardware :-)
* Latest udev.
svn path=/nixpkgs/trunk/; revision=10452
2008-02-01 23:58:39 +00:00
Marc Weber
b37c1de0a2
Fix enabling switching to kernels not already running (depmod uses uname-r as default to look for modules)
...
svn path=/nixpkgs/trunk/; revision=10441
2008-01-31 21:55:38 +00:00
Yury G. Kudryashov
891295a46a
More homepages
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10432
2008-01-31 10:42:02 +00:00
Yury G. Kudryashov
fbfab88e04
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
2008-01-31 10:41:04 +00:00
Yury G. Kudryashov
54303ac99c
* Added AUFS, another Unionfs.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10420
2008-01-31 10:38:37 +00:00
Yury G. Kudryashov
4d5a4ea903
More homepages
...
svn path=/nixpkgs/trunk/; revision=10419
2008-01-31 10:11:09 +00:00
Yury G. Kudryashov
5bca69ac34
Nix-expr style review
...
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Eelco Dolstra
3066e0e8e2
* Added AUFS, another Unionfs.
...
svn path=/nixpkgs/trunk/; revision=10387
2008-01-29 13:24:40 +00:00
Yury G. Kudryashov
eaca7f368c
Added prefix patch to ndiswrapper
...
svn path=/nixpkgs/trunk/; revision=10323
2008-01-28 19:34:00 +00:00
Yury G. Kudryashov
9b2659eec7
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
2008-01-25 14:16:25 +00:00
Eelco Dolstra
ea7d231d86
* NVIDIA driver 169.09.
...
svn path=/nixpkgs/trunk/; revision=10275
2008-01-24 12:50:19 +00:00
Yury G. Kudryashov
da57804fff
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Michael Raskin
12ea9ddea2
Fixed building and aggregating modules for not-installed kernel version
...
svn path=/nixpkgs/trunk/; revision=10226
2008-01-19 11:00:09 +00:00
Eelco Dolstra
83d59de5a0
* Linux 2.6.22.16, 2.6.23.14: fixes CVE-2008-0001.
...
svn path=/nixpkgs/trunk/; revision=10222
2008-01-18 16:58:34 +00:00
Eelco Dolstra
4bbd0d9aad
* Latest usbutils, usb.ids.
...
svn path=/nixpkgs/trunk/; revision=10219
2008-01-18 15:18:02 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Yury G. Kudryashov
eae106046d
remove 2.6.22-paravirt-nvidia.patch
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10203
2008-01-17 13:09:37 +00:00
Yury G. Kudryashov
6e8ff2b24b
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155
2008-01-15 14:32:10 +00:00
Yury G. Kudryashov
a7703662a4
Merged with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
2008-01-15 00:55:21 +00:00
Michael Raskin
29e62732c9
Now aggregator works at last, after some SVN co/up/ci gone wrong.
...
svn path=/nixpkgs/trunk/; revision=10132
2008-01-13 10:49:52 +00:00
Michael Raskin
65218ec570
Maybe I recommit aggregator.nix, but I found last time it could be wrong
...
svn path=/nixpkgs/trunk/; revision=10131
2008-01-13 10:33:27 +00:00
Eelco Dolstra
b17f0f410c
* Aggregator: use cp -s instead of lndir. Only symlink lib/modules.
...
* NVIDIA / Intel wireless drivers: put modules in
$out/lib/modules/$kernelVersion so that depmod in the aggregator can
find them.
svn path=/nixpkgs/trunk/; revision=10128
2008-01-12 23:35:23 +00:00
Eelco Dolstra
ef0a521c39
* Firmware for the Intel 3945ABG.
...
svn path=/nixpkgs/trunk/; revision=10126
2008-01-12 22:38:37 +00:00
Eelco Dolstra
40ba71406b
* Intel Wireless driver for the 3945ABG / 4965AGN.
...
svn path=/nixpkgs/trunk/; revision=10125
2008-01-12 22:17:46 +00:00
Michael Raskin
437f21219f
Various changes to Atheros driver. Supports binary patched 2756 revision now for 5006EG. Latest SVN release and stable are also supported.
...
svn path=/nixpkgs/trunk/; revision=10117
2008-01-11 06:38:31 +00:00
Michael Raskin
4e15efefea
Some progress in Atheros (no practical result), added a pulled from freedesktop us keymap patch (level 3 deadkeys)
...
svn path=/nixpkgs/trunk/; revision=10109
2008-01-10 08:01:48 +00:00
Michael Raskin
ca74bacd18
Added MadWiFi.
...
svn path=/nixpkgs/trunk/; revision=10107
2008-01-10 04:43:46 +00:00
Michael Raskin
c0ce72bfc2
Added dmidecode and kqemu
...
svn path=/nixpkgs/trunk/; revision=10098
2008-01-08 00:18:20 +00:00
Eelco Dolstra
fc345ae130
* NVIDIA driver: updated to 169.07. Cleaned up and purified: it
...
doesn't need symlinks in /usr anymore. nvidia-settings works
properly now.
svn path=/nixpkgs/trunk/; revision=10094
2008-01-07 22:54:30 +00:00
Eelco Dolstra
7f3bd3adcb
* Kernel: disable XEN, the NVIDIA driver doesn't like it.
...
* Remove the paravirt patch on >= 2.6.22, which does exactly the
wrong thing. What was I smoking?
svn path=/nixpkgs/trunk/; revision=10091
2008-01-07 18:40:17 +00:00
Michael Raskin
498d47b583
Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
...
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00
Armijn Hemel
207979c03d
update to 3.3
...
svn path=/nixpkgs/trunk/; revision=10022
2007-12-31 21:03:13 +00:00
Michael Raskin
fa272cab14
Fixed bridge-utils, added qemu, tuned builder-defs unpack, added xlaunch - a tool to launch X using everything possible from the job except slim.
...
svn path=/nixpkgs/trunk/; revision=9985
2007-12-31 08:49:41 +00:00
Michael Raskin
a7fada5648
Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists
...
svn path=/nixpkgs/trunk/; revision=9967
2007-12-25 12:29:02 +00:00
Eelco Dolstra
07eedae576
* Linux 2.6.23.12.
...
svn path=/nixpkgs/trunk/; revision=9965
2007-12-24 13:43:25 +00:00
Eelco Dolstra
5c6cb19b3d
* Latest FUSE, sshfs.
...
svn path=/nixpkgs/trunk/; revision=9964
2007-12-24 13:27:07 +00:00
Michael Raskin
11978272ae
Added DVD+RW tools
...
svn path=/nixpkgs/trunk/; revision=9911
2007-12-11 22:58:44 +00:00
Michael Raskin
306ae4b8b4
Bumped Guile version by applying patch by Ludovic Cuort\`es. Added sdparm.
...
svn path=/nixpkgs/trunk/; revision=9910
2007-12-11 20:48:52 +00:00
Yury G. Kudryashov
f4464f2193
Added prefix patch to ndiswrapper
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9897
2007-12-08 23:33:16 +00:00
Yury G. Kudryashov
d23f0bf7e9
merging trunk...
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9895
2007-12-08 15:21:03 +00:00
Yury G. Kudryashov
183940edd3
Not yet working nfs-utils with dependency
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9874
2007-12-08 01:05:39 +00:00
Michael Raskin
58610e801a
Added curses variant of util-linux. cfdisk is a fine tool..
...
svn path=/nixpkgs/trunk/; revision=9870
2007-12-06 19:36:43 +00:00
Marc Weber
fb437cf98d
exrviewer added (needs ctl openexr openexr_ctl)
...
fltk update
ilmbase updated
ndiswrapper does compile but has to be integrated into the kernel somehow
svn path=/nixpkgs/trunk/; revision=9863
2007-12-05 21:25:47 +00:00
Yury G. Kudryashov
6f5e75b102
Kernel: Removed unneeded config (it was a copy of 2.6.23); fixed one more typo.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9850
2007-12-03 23:40:46 +00:00
Yury G. Kudryashov
c05319d084
Typo in path to the patch
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9848
2007-12-03 23:27:53 +00:00
Yury G. Kudryashov
22d52c456a
More typos in kernel-related exprs
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9844
2007-12-03 22:48:03 +00:00
Yury G. Kudryashov
1893bbb860
More typos
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9843
2007-12-03 22:26:36 +00:00
Yury G. Kudryashov
c3a8c45431
Fixed some typos in -ck kernels
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9842
2007-12-03 22:10:59 +00:00
Yury G. Kudryashov
4045c3ab12
2.6.23.1 is default kernel
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9841
2007-12-03 21:59:10 +00:00
Eelco Dolstra
08154f031c
* Revert dietlibc to 0.30. 0.31 breaks sed.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9833
2007-12-03 12:14:40 +00:00
Michael Raskin
c2c528b6fa
Added PostgreSQL job.
...
svn path=/nixpkgs/trunk/; revision=9831
2007-12-03 04:48:44 +00:00
Yury G. Kudryashov
691115bd20
Typo in kernel's default.nix
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9826
2007-12-01 20:29:37 +00:00
Yury G. Kudryashov
aca855729f
Configuration style of the kernel changed.
...
The main goal is to remove code duplication.
Some patches lost during this reorganizing.
svn path=/nixpkgs/branches/stdenv-updates/; revision=9825
2007-12-01 20:29:21 +00:00
Yury G. Kudryashov
c4640d5f49
reiserfsprogs: headers-fix.patch added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9820
2007-12-01 20:05:06 +00:00
Yury G. Kudryashov
b2149510df
sysklogd: upgraded to 1.5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9819
2007-12-01 20:04:44 +00:00
Yury G. Kudryashov
6e7217a2da
iputils: builder rewritten, open-max.patch added
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9818
2007-12-01 20:04:38 +00:00
Yury G. Kudryashov
e1d5804f30
Installing kernel headers using make headers_install
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9815
2007-12-01 20:04:00 +00:00
Yury G. Kudryashov
29ef9c473a
typo in kernel builder
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9814
2007-12-01 20:03:52 +00:00
Eelco Dolstra
10d9d4b456
* Dietlibc 0.31
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=9770
2007-11-21 15:32:20 +00:00
Marc Weber
42ee316fcc
Not yet working nfs-utils with dependency
...
svn path=/nixpkgs/trunk/; revision=9764
2007-11-20 15:55:37 +00:00
Yury G. Kudryashov
b8fafa21e6
Merge commit 'trunk'
...
Conflicts:
pkgs/development/compilers/ocaml/default.nix
pkgs/development/interpreters/python/default.nix
pkgs/tools/package-management/nix/unstable.nix
pkgs/top-level/all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=9762
2007-11-19 22:43:29 +00:00
Eelco Dolstra
b37f504680
* Updated various stdenv packages (grep, gawk, tar, cpio, findutils,
...
pcre).
svn path=/nixpkgs/branches/stdenv-updates/; revision=9758
2007-11-19 17:39:19 +00:00
Marc Weber
054c33a676
bridge_utils added
...
svn path=/nixpkgs/trunk/; revision=9750
2007-11-18 10:37:32 +00:00