Commit graph

1367 commits

Author SHA1 Message Date
Eelco Dolstra 125c7ea4e3 * Qemu: apply the Samba patch from KVM.
svn path=/nixpkgs/trunk/; revision=11991
2008-06-05 15:43:06 +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
Ludovic Courtès e24afc19ad Add OProfile, a system-wide profiler for Linux.
svn path=/nixpkgs/trunk/; revision=11984
2008-06-04 21:23:30 +00:00
Andres Löh 12ca68d114 Added a preliminary expression for Coq (no IDE support yet).
svn path=/nixpkgs/trunk/; revision=11983
2008-06-04 15:10:05 +00:00
Eelco Dolstra 41892afe9f svn path=/nixpkgs/trunk/; revision=11979 2008-06-04 11:59:42 +00:00
Andres Löh ec984a1208 Added a ghc-6.8.3 snapshot (with version number 6.8.2.20080602).
svn path=/nixpkgs/trunk/; revision=11969
2008-06-04 09:42:25 +00:00
Eelco Dolstra b4bd1c888a * Added Zabbix, a system and network monitoring tool.
svn path=/nixpkgs/trunk/; revision=11963
2008-06-03 21:59:35 +00:00
Ludovic Courtès ec86f5b6b4 Valgrind: Fix dependencies.
svn path=/nixpkgs/trunk/; revision=11961
2008-06-03 20:56:12 +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
Nicolas Pierron 9768f41783 Add PyX: Python graphics package.
svn path=/nixpkgs/trunk/; revision=11945
2008-06-01 16:06:18 +00:00
Marc Weber 898f448073 added mysql2pgsql (mysql dump to postrges sql converter) script
svn path=/nixpkgs/trunk/; revision=11943
2008-05-31 22:49:00 +00:00
Michael Raskin 47e9ed0386 Fixed tailor expression
svn path=/nixpkgs/trunk/; revision=11941
2008-05-31 07:26:13 +00:00
Michael Raskin ccf2d30c59 Added SVK.
svn path=/nixpkgs/trunk/; revision=11937
2008-05-30 18:15:25 +00:00
Nicolas Pierron 77175d5dc3 Add TaskJuggler: A project management tool.
svn path=/nixpkgs/trunk/; revision=11933
2008-05-29 19:12:53 +00:00
Ludovic Courtès ecc5f11e65 Add Stalin, an efficient Scheme compiler.
svn path=/nixpkgs/trunk/; revision=11927
2008-05-29 12:10:10 +00:00
Eelco Dolstra 6fe2f27877 * We don't have these platforms in the build farm currently.
svn path=/nixpkgs/trunk/; revision=11911
2008-05-27 16:56:08 +00:00
Andres Löh 45f5f8a5b3 * added pqiv image viewer
svn path=/nixpkgs/trunk/; revision=11908
2008-05-27 15:05:16 +00:00
Eelco Dolstra e21b6b6ee5 * curl: build with OpenSSL (https) support by default.
* Some fetchurl-related refactoring.  The `realCurl' attribute is
  gone, `curl' is the real thing.  To prevent an infinite recursion in
  `fetchurl' (because it depends on curl and building curl needs
  fetchurl), curl and its dependencies (openssl, zlib, perl) use
  `fetchurlBoot', which is the fetchurl used by the previous bootstrap
  phase (e.g. the statically linked version of curl for
  stdenv-linux).  So as a result you can use https:// urls almost
  everywhere.

  There's also some hackery to prevent a different curl from being
  built in every stdenv-linux bootstrap phase (namely the
  stdenv.fetchurl attribute which allows fetchurl to be overriden
  everywhere).

svn path=/nixpkgs/trunk/; revision=11905
2008-05-27 07:49:55 +00:00
Ludovic Courtès 2ead4b20b5 Add abcde, a command-line CD encoder.
svn path=/nixpkgs/trunk/; revision=11904
2008-05-26 20:54:34 +00:00
Ludovic Courtès 53be6f7ba4 Add cd-discid, a utility to retrieve a CD's CDDB ID.
svn path=/nixpkgs/trunk/; revision=11903
2008-05-26 20:18:45 +00:00
Eelco Dolstra d5bb11ed06 * noNoBDB attribute for building the unstable Nix no-bdb branch.
svn path=/nixpkgs/trunk/; revision=11896
2008-05-26 13:28:11 +00:00
Michael Raskin 99c9108757 OpenSSL support for Python
svn path=/nixpkgs/trunk/; revision=11894
2008-05-26 12:27:17 +00:00
Michael Raskin 9d3b0a2cb7 Added bazaar tools (not installed globally, just copied to share, you have to symlink them to your ~/.bazaar/plugins). Also readline support for python.
svn path=/nixpkgs/trunk/; revision=11893
2008-05-26 11:39:08 +00:00
Michael Raskin 642ff45e22 Added codeville - a distributed revision control system with special efforts spent on merging. Heh, efforts into RCS availability seem to have side effects on Python side, too..
svn path=/nixpkgs/trunk/; revision=11891
2008-05-26 07:47:07 +00:00
Michael Raskin 82177d1bc2 Added xxdiff
svn path=/nixpkgs/trunk/; revision=11888
2008-05-25 20:43:56 +00:00
Armijn Hemel 5e6eafa332 2.4.1 -> 2.4.2
I disabled quite a few protocols and things (NetworkManager, other stuff). If anyon wants to have them enabled, be my guest :-P

svn path=/nixpkgs/trunk/; revision=11887
2008-05-25 12:26:46 +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 5f4c7bcf53 * Fix build-for-release.nix.
svn path=/nixpkgs/trunk/; revision=11882
2008-05-22 14:01:40 +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
Ludovic Courtès e37d384491 Git: Revert pointless `all-packages.nix' in r11877.
svn path=/nixpkgs/trunk/; revision=11878
2008-05-22 09:58:31 +00:00
Ludovic Courtès 392d2f5acf Git: Don't depend on Perl libs and Subversion when no Subversion support is built.
svn path=/nixpkgs/trunk/; revision=11877
2008-05-22 08:06:52 +00:00
Marc Weber bd0df285fa x264 codec lib added
svn path=/nixpkgs/trunk/; revision=11876
2008-05-22 00:18:45 +00:00
Michael Raskin 7cc066df68 LZMA support in builderDefs; gpm added
svn path=/nixpkgs/trunk/; revision=11874
2008-05-21 13:27:41 +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
Marc Weber b4ed67b58a fixed/removed extra git-svn wrapper. Now you can enable svn support by git = { svnSupport = true; }, git-svn executable is removed if you don't enable it
svn path=/nixpkgs/trunk/; revision=11849
2008-05-19 18:29:07 +00:00
Michael Raskin af0fd31e49 Now that there is *.meta.function, *Fun is redundant. Did this for libertine
svn path=/nixpkgs/trunk/; revision=11840
2008-05-18 08:13:07 +00:00
Michael Raskin 9b91af24d3 Now Funpidgin recognizes ScreenSaver extension
svn path=/nixpkgs/trunk/; revision=11839
2008-05-18 06:12:45 +00:00
Michael Raskin 732e12095e Added debug option alwaysFail to builderDefs; fixed a long-time bug in the process..
svn path=/nixpkgs/trunk/; revision=11838
2008-05-18 05:12:39 +00:00
Eelco Dolstra 3042994875 * ImageMagick: don't need to keep old versions I guess.
* texFunctions.simpleTexToPNG: purity (use our own ImageMagick).

svn path=/nixpkgs/trunk/; revision=11836
2008-05-16 11:26:23 +00:00
Michael Raskin 86b0350dba Some more details about texLiveAggregation in comment
svn path=/nixpkgs/trunk/; revision=11832
2008-05-16 04:52:47 +00:00
Nicolas Pierron 6cbefd2f91 Update ImageMagick version.
svn path=/nixpkgs/trunk/; revision=11831
2008-05-15 22:02:56 +00:00
Michael Raskin 09ab1882a9 top-level changes ..
svn path=/nixpkgs/trunk/; revision=11829
2008-05-15 17:51:41 +00:00
Nicolas Pierron b96a83dc06 Add iodine-0.4.1
svn path=/nixpkgs/trunk/; revision=11824
2008-05-14 08:01:03 +00:00
Nicolas Pierron a0e09761e5 Add diffstat. (by Vincent Ordy)
svn path=/nixpkgs/trunk/; revision=11823
2008-05-14 07:58:32 +00:00
Andres Löh d54af59148 * enabled header cache support for mutt
svn path=/nixpkgs/trunk/; revision=11822
2008-05-13 19:21:09 +00:00
Marc Weber aa8cc3222b missing piece hopefully fixing server build
svn path=/nixpkgs/trunk/; revision=11820
2008-05-13 13:19:52 +00:00
Armijn Hemel 7ab6fe7900 add libmicrohttpd
svn path=/nixpkgs/trunk/; revision=11813
2008-05-11 11:46:48 +00:00
Marc Weber e38b426fda fixing bad location of hddtemp (spotted by gour) (tools -> tools/misc)
svn path=/nixpkgs/trunk/; revision=11812
2008-05-11 11:18:16 +00:00
Michael Raskin acf7290ae7 Added MDBtools
svn path=/nixpkgs/trunk/; revision=11811
2008-05-11 09:45:26 +00:00
Michael Raskin 66f306ac4e Removing tetex reference in E Prover
svn path=/nixpkgs/trunk/; revision=11810
2008-05-10 09:19:50 +00:00