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