Commit graph

754 commits

Author SHA1 Message Date
Eelco Dolstra 179e15203a * x86_64 binaries. Don't work yet though.
svn path=/nixpkgs/trunk/; revision=12058
2008-06-12 14:04:06 +00:00
Eelco Dolstra aadfab6fff * Linux 2.6.25.6.
svn path=/nixpkgs/trunk/; revision=12032
2008-06-10 16:37:38 +00:00
Eelco Dolstra 0283118633 * splashutils 1.5.4.1, needed for kernels that have the new
fbcondecor patch.  splashutils 1.3 is retained for kernels
  with the fbsplash patch.

svn path=/nixpkgs/trunk/; revision=12029
2008-06-10 16:09:53 +00:00
Eelco Dolstra 7478e316b7 * hdparm 8.7.
svn path=/nixpkgs/trunk/; revision=12007
2008-06-07 12:20:19 +00:00
Eelco Dolstra c955f608a2 * KVM 69. Seems to improve performance quite a bit. In particular it
implements the host support for virtio devices in Linux >= 2.6.25
  guests.  Network performance shows a huge improvement with
  virtio_net, which should be good for the build farm (which uses
  Samba/CIFS to mount the file system of the host).
* Kernel headers for 2.6.26-rc5 added to build KVM 69.  Also added the
  2.6.25 headers, which turned out to be too old for KVM 69.

svn path=/nixpkgs/trunk/; revision=11985
2008-06-05 10:59:41 +00:00
Eelco Dolstra 9029c3b61f * NVIDIA driver: set a RUNPATH on libGL.so and friends. This ensures
that applications that link against it don't need to have its
  dependencies (like libXext) in *their* RUNPATHs.
* glxinfo: don't add /var/run/opengl-driver/lib to the RUNPATH.
  Instead LD_LIBRARY_PATH should be set to
  /var/run/opengl-driver/lib at runtime.  This is much more pure, and
  it obviates the need for patchelfing all OpenGL applications.
  (TODO: remove patchelf hacks for other OpenGL programs as well.)

svn path=/nixpkgs/branches/stdenv-updates/; revision=11972
2008-06-04 09:59:33 +00:00
Michael Raskin b534077ffe Added updated Atheros and fresh HAL version
svn path=/nixpkgs/trunk/; revision=11953
2008-06-03 07:41:52 +00:00
Eelco Dolstra 0d0b6afd53 * Latest nvidia driver.
svn path=/nixpkgs/trunk/; revision=11949
2008-06-02 13:40:04 +00:00
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
Wouter den Breejen e20c559e5f I have added a special kernel 2.6.21 with the Con Kolivas patches that are designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload. (and also the other patches like ext3cow and paravirt-nvidia)
svn path=/nixpkgs/trunk/; revision=9748
2007-11-17 16:29:15 +00:00
Yury G. Kudryashov 07091eed11 Make kernel builder compatible with 2.6.24-rc2
svn path=/nixpkgs/branches/stdenv-updates/; revision=9732
2007-11-17 14:05:32 +00:00
Yury G. Kudryashov c42b3b374e wpa_supplicant upgraded to 0.5.8
svn path=/nixpkgs/branches/stdenv-updates/; revision=9731
2007-11-17 14:05:13 +00:00
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
Eelco Dolstra 1da5e7fd89 * Grmbl.
svn path=/nixpkgs/trunk/; revision=8833
2007-06-05 13:18:23 +00:00
Eelco Dolstra ce25a8286e * CONFIG_FB_TILEBLITTING has to be off, otherwise CONFIG_FB_SPLASH
will be disabled (and CONFIG_FB_S3 implies CONFIG_FB_TILEBLITTING).

svn path=/nixpkgs/trunk/; revision=8826
2007-06-04 14:05:22 +00:00
Eelco Dolstra d6835dbeb4 * FUSE 2.6.5.
svn path=/nixpkgs/trunk/; revision=8817
2007-06-02 17:03:11 +00:00
Eelco Dolstra e954f7ef8b * Linux 2.6.21.3.
svn path=/nixpkgs/trunk/; revision=8811
2007-05-31 13:32:22 +00:00
Eelco Dolstra 68252afeec * Urgh, the NL mirror isn't up to date.
svn path=/nixpkgs/trunk/; revision=8810
2007-05-31 13:21:00 +00:00
Eelco Dolstra e9ed8e8800 * Apply the paravirt-nvidia through the kernelPatches argument.
* Kernel 2.6.20.12.

svn path=/nixpkgs/trunk/; revision=8808
2007-05-31 11:23:47 +00:00
Wouter den Breejen 5a7edd6a37 Added missing new kernel header version
svn path=/nixpkgs/trunk/; revision=8794
2007-05-28 15:55:20 +00:00
Wouter den Breejen 50a3e58c2d forgot paravirt nvidia patch for linux kernel
svn path=/nixpkgs/trunk/; revision=8789
2007-05-28 14:17:28 +00:00
Wouter den Breejen 5200276c3b nixpkgs dir: nvidia and libsrvg
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00
Eelco Dolstra 8d3160f8b0 * Use the 2.6.20 kernel headers.
svn path=/nixpkgs/trunk/; revision=8769
2007-05-24 16:16:43 +00:00
Eelco Dolstra b5edfc05dc * Build a variant "sysvtools" of sysvinit which doesn't
contain the actual init programs, just some utilities
  (notably last, wall, mesg).

svn path=/nixpkgs/trunk/; revision=8737
2007-05-23 14:27:23 +00:00
Eelco Dolstra 8ae7731b63 * sysvinit 2.86.
svn path=/nixpkgs/trunk/; revision=8736
2007-05-23 14:19:08 +00:00
Eelco Dolstra 62b0dddf0e * Fix Darwin evaluation errors.
svn path=/nixpkgs/trunk/; revision=8709
2007-05-16 14:54:28 +00:00
Eelco Dolstra d4f3016e10 * Use a pure libdrm.
svn path=/nixpkgs/trunk/; revision=8704
2007-05-15 20:00:30 +00:00
Eelco Dolstra 311dc72bf1 * Suppress localversion from kernel patches, allow the user to set
one.
* Allow the entire kernel configuration to be overridden through a
  function argument.

svn path=/nixpkgs/trunk/; revision=8699
2007-05-15 12:53:03 +00:00
Armijn Hemel 42eb388fa2 pre17 -> pre21
svn path=/nixpkgs/trunk/; revision=8690
2007-05-14 11:39:01 +00:00
Armijn Hemel 8a04982b8a add genext2fs, a tool to create ext2fs images, without having to be root
svn path=/nixpkgs/trunk/; revision=8659
2007-05-11 22:26:18 +00:00
Eelco Dolstra 34b59c1867 * Linux updated to 2.6.20.11.
* Build the kernel with the new gcc wrapper so that LINUX_COMPILER
  gets set properly (and in particular so that the kernel version
  string doesn't show "(collect2: ld returned 1 exit status)").

svn path=/nixpkgs/trunk/; revision=8645
2007-05-02 15:21:55 +00:00
Eelco Dolstra 168a93adc5 * Delete some obsolete packages.
* Make sure that every package in all-packages.nix has a unique name.
  Not all of them do, but there are now a few helper functions that
  modify the name of a package for display purposes in nix-env (e.g.,
  you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa").

svn path=/nixpkgs/trunk/; revision=8607
2007-04-26 13:02:30 +00:00
Eelco Dolstra 2261f6d265 * Revert to Splashutils 1.3.
svn path=/nixpkgs/trunk/; revision=8582
2007-04-16 14:20:29 +00:00
Eelco Dolstra 7523c79bb8 * Splashutils 1.4.
svn path=/nixpkgs/trunk/; revision=8579
2007-04-16 10:54:28 +00:00
Eelco Dolstra 8020db073a * Linux 2.6.20.7.
svn path=/nixpkgs/trunk/; revision=8578
2007-04-16 10:29:24 +00:00
Eelco Dolstra e626055170 * Linux 2.6.20.6.
svn path=/nixpkgs/trunk/; revision=8554
2007-04-10 11:46:09 +00:00
Eelco Dolstra 277378c2a4 * Added wpa_supplicant.
svn path=/nixpkgs/trunk/; revision=8552
2007-04-08 20:20:21 +00:00
Eelco Dolstra 3833fe53c0 * Added pam_devperm.
svn path=/nixpkgs/trunk/; revision=8546
2007-04-07 19:29:59 +00:00
Eelco Dolstra 4bb17a673c svn path=/nixpkgs/trunk/; revision=8538 2007-04-04 09:28:08 +00:00
Eelco Dolstra 65e004b757 * Added kbd.
svn path=/nixpkgs/trunk/; revision=8537
2007-04-04 09:18:39 +00:00
Eelco Dolstra 9a8b115e57 * UML: purity fix (Makefile refers to /bin/bash).
svn path=/nixpkgs/trunk/; revision=8437
2007-03-28 11:21:16 +00:00
Eelco Dolstra b795dd8d44 * Fix kernel build.
svn path=/nixpkgs/trunk/; revision=8435
2007-03-28 10:28:01 +00:00
Eelco Dolstra 68d80ff094 * Get rid of the old UML, move uml-utilities to os-specific/linux.
svn path=/nixpkgs/trunk/; revision=8424
2007-03-27 11:15:10 +00:00
Eelco Dolstra a984882e0c * Updated User-Mode Linux. It's now unified with the regular (NixOS)
kernel build - just call the function with userModeLinux = true to
  get a UML binary.

svn path=/nixpkgs/trunk/; revision=8423
2007-03-27 11:11:58 +00:00
Eelco Dolstra b46531c506 * Linux 2.6.20.4.
svn path=/nixpkgs/trunk/; revision=8414
2007-03-26 09:32:57 +00:00
Armijn Hemel 5aec79e3ca add cramfsswap
svn path=/nixpkgs/trunk/; revision=8412
2007-03-24 12:01:50 +00:00
Eelco Dolstra 9d81167f77 * Added hdparm.
svn path=/nixpkgs/trunk/; revision=8344
2007-03-19 09:31:44 +00:00
Eelco Dolstra 2946af6e52 * Don't use /dev/stdout because it isn't writable when the build user doesn't own stdout.
svn path=/nixpkgs/trunk/; revision=8307
2007-03-16 16:16:59 +00:00
Eelco Dolstra bf715af18b * Grrr.
svn path=/nixpkgs/trunk/; revision=8306
2007-03-16 15:22:33 +00:00
Eelco Dolstra 8dab939a7f * New lvm2.
svn path=/nixpkgs/trunk/; revision=8305
2007-03-16 15:19:19 +00:00
Eelco Dolstra d8cd9746cb * Fix URL.
svn path=/nixpkgs/trunk/; revision=8304
2007-03-16 14:58:28 +00:00
Eelco Dolstra 4d1c976a9d * Copied Upstart 0.3.0.
svn path=/nixpkgs/trunk/; revision=8299
2007-03-16 12:58:49 +00:00