Commit graph

5682 commits

Author SHA1 Message Date
Peter Simons dc7e7b7dcf haskell-extensible-exceptions: added version 0.1.1.3
svn path=/nixpkgs/trunk/; revision=28817
2011-08-26 09:20:42 +00:00
Eelco Dolstra 69a8ca2dc8 * Added Catalyst::View::JSON.
svn path=/nixpkgs/trunk/; revision=28815
2011-08-25 18:37:52 +00:00
Rob Vermaas 9690dc026b add dbench
svn path=/nixpkgs/trunk/; revision=28807
2011-08-25 01:00:25 +00:00
Peter Simons c9914f5559 haskell-hackage-db: added version 1.0
svn path=/nixpkgs/trunk/; revision=28803
2011-08-24 22:04:38 +00:00
Yury G. Kudryashov c19d8396e4 Merge with udev-173 (trivial)
svn path=/nixpkgs/trunk/; revision=28800
2011-08-24 21:23:53 +00:00
Yury G. Kudryashov 7101fbff89 There is no pkgs.xfce4
svn path=/nixpkgs/trunk/; revision=28798
2011-08-24 20:41:02 +00:00
Ludovic Courtès 60f13a191a Add dvgrab.
svn path=/nixpkgs/trunk/; revision=28789
2011-08-24 14:55:48 +00:00
Lluís Batlle i Rossell a9ce52e01a Updating dos2unix, that now includes also unix2dos.
svn path=/nixpkgs/trunk/; revision=28788
2011-08-24 07:48:02 +00:00
Yury G. Kudryashov 1e981a7deb fetchmtn: move logic to default args
svn path=/nixpkgs/trunk/; revision=28786
2011-08-23 17:45:40 +00:00
Peter Simons 08605870da Renamed 'radeonJuniperPfp' to 'radeonJuniper' and added all related blobs into one expression.
svn path=/nixpkgs/trunk/; revision=28785
2011-08-23 13:24:44 +00:00
Peter Simons e5a3306880 haskell-nixos-types: added version 1.0
svn path=/nixpkgs/trunk/; revision=28783
2011-08-23 13:18:28 +00:00
Peter Simons 35261ff739 all-packages.nix: added radeon-juniper-pfp firmware for ATI cards
svn path=/nixpkgs/trunk/; revision=28780
2011-08-23 12:15:04 +00:00
Peter Simons 97de61b5b1 pkgs/top-level/all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=28773
2011-08-23 10:35:53 +00:00
Peter Simons c8ae7cc8bb Updated build expressions for the current version of cabal.nix.
svn path=/nixpkgs/trunk/; revision=28772
2011-08-23 10:35:49 +00:00
Michael Raskin 716df38be1 Updating avr-gcc and avr-libc (old link is inaccessible)
svn path=/nixpkgs/trunk/; revision=28767
2011-08-23 07:56:34 +00:00
Eelco Dolstra ffe1af714d * Xfce 4.8.
svn path=/nixpkgs/trunk/; revision=28761
2011-08-22 22:51:23 +00:00
David Guibert c716ac66e0 add jbrout, a photo manager using IPTC keywords/EXIF
svn path=/nixpkgs/trunk/; revision=28759
2011-08-22 20:26:11 +00:00
Eelco Dolstra 1475781b19 * Rename xfce-4 to xfce-4.6 in preparation for Xfce 4.8.
svn path=/nixpkgs/trunk/; revision=28757
2011-08-22 17:40:07 +00:00
Eelco Dolstra 62049ecfb1 * Added super.
svn path=/nixpkgs/trunk/; revision=28739
2011-08-22 15:24:24 +00:00
Michael Raskin b23809b118 Adding Firefox 7.0beta1 - with a hack for Linux 3.0 build, but unlike 6.0 it does work afterwards
svn path=/nixpkgs/trunk/; revision=28732
2011-08-22 06:54:03 +00:00
Cillian de Roiste 694dbfe845 Adding csslint, this uses node as an interpreter. It detects problems in CSS files.
svn path=/nixpkgs/trunk/; revision=28731
2011-08-21 21:34:17 +00:00
Peter Simons d34ffe6f3b haskell-cmdlib: added version 0.3.2.1
svn path=/nixpkgs/trunk/; revision=28728
2011-08-21 20:21:22 +00:00
Peter Simons c67ce898cf pkgs/applications/office/hledger-interest: initial version 1.0
svn path=/nixpkgs/trunk/; revision=28724
2011-08-21 18:01:13 +00:00
Eelco Dolstra 631ba2a5f0 svn path=/nixpkgs/trunk/; revision=28716 2011-08-21 00:10:12 +00:00
Nicolas Pierron 3e6f39239d Add game freeciv.
svn path=/nixpkgs/trunk/; revision=28711
2011-08-20 14:30:16 +00:00
Nicolas Pierron 1738fca385 Add Thunderbird 5.0.
svn path=/nixpkgs/trunk/; revision=28710
2011-08-20 14:30:09 +00:00
David Guibert 4b3530f55d apply aufs patch to other kernels.
svn path=/nixpkgs/trunk/; revision=28708
2011-08-20 07:55:53 +00:00
David Guibert 3ee47aac2a add aufs2.1 patch to 2.6.36 kernel not only 2.6.36 for nanonote
svn path=/nixpkgs/trunk/; revision=28706
2011-08-20 06:47:08 +00:00
David Guibert 22ee5aba7a aufs for 2.6.36/39 and 3.0
svn path=/nixpkgs/trunk/; revision=28705
2011-08-20 06:39:29 +00:00
Yury G. Kudryashov 365cb2d262 kde-4.7: let nix-env and hydra find all modules
List of changes:
 * All individual packages moved to the top-level kde47 namespace.
 * Utility functions moved back to kde-package/default.nix

nix-env will not find kde-4.7 modules unless you add something like
'kde4 = pkgs.recurseIntoAttrs pkgs.kde47;' to your packageOverrides.

This is done because kde-4.7.0 on NixOS is not ready yet.

svn path=/nixpkgs/trunk/; revision=28693
2011-08-19 15:37:12 +00:00
Eelco Dolstra c64b8dac12 * DBIx::Class and related updates.
svn path=/nixpkgs/trunk/; revision=28689
2011-08-19 15:12:25 +00:00
Peter Simons 3753505a5a haskell-mkcabal: dropped obsolete package; use "cabal init" instead
svn path=/nixpkgs/trunk/; revision=28686
2011-08-19 13:10:54 +00:00
Shea Levy af702547cd Use pkgs instead of recursive attributes
svn path=/nixpkgs/trunk/; revision=28679
2011-08-19 12:13:48 +00:00
Yury G. Kudryashov d67ed200d2 Upgrade kipi-plugins to 1.9.0
svn path=/nixpkgs/trunk/; revision=28674
2011-08-19 09:27:44 +00:00
Yury G. Kudryashov 131e982556 Pull from pkgs, not rec
svn path=/nixpkgs/trunk/; revision=28669
2011-08-18 22:41:57 +00:00
Yury G. Kudryashov 69f13c4922 udev-173, patch
svn path=/nixpkgs/branches/udev-173/; revision=28660
2011-08-18 13:04:55 +00:00
Yury G. Kudryashov 0466e94091 Add polkit-kde-agent
Move pinentry and polkit-gnome to tools/security.

svn path=/nixpkgs/trunk/; revision=28656
2011-08-18 12:52:50 +00:00
Michael Raskin 4234447eac Making Firefox 6.0 low-priority until it is fixed
svn path=/nixpkgs/trunk/; revision=28640
2011-08-17 12:46:20 +00:00
Peter Simons 1cff2d41aa Fixed build of haskell-CouchDB. This change obsoletes the requirement
for json 0.3.6, which has subsequently been removed from the database.

svn path=/nixpkgs/trunk/; revision=28637
2011-08-16 23:32:16 +00:00
Peter Simons 7f9f3672a4 haskell-Graphalyze: updated to version 0.12.0.0
This update obsoletes the requirement on Pandoc 1.6, which has
subsequently been removed from the repository.

svn path=/nixpkgs/trunk/; revision=28630
2011-08-16 23:23:49 +00:00
Peter Simons 8d20464e27 haskell-graphviz: updated to version 2999.12.0.2
This update obsoletes the requirement for polyparse 1.4, which has
subsequently been removed from the repository.

svn path=/nixpkgs/trunk/; revision=28629
2011-08-16 23:23:45 +00:00
Peter Simons f01d5ea8f6 Dropped the obsolete haskell-CS173Tourney package (which was based on WebServer).
svn path=/nixpkgs/trunk/; revision=28628
2011-08-16 23:23:40 +00:00
Peter Simons 960e8c11e5 haskell-wl-pprint-text: added version 1.0.0.0
svn path=/nixpkgs/trunk/; revision=28627
2011-08-16 23:23:35 +00:00
Peter Simons 33d6fa4edc Dropped the obsolete haskell-WebServer package. According to upstream, it is no
longer maintained and has been replaced by HappStack.

svn path=/nixpkgs/trunk/; revision=28626
2011-08-16 23:23:29 +00:00
Michael Raskin a3a46ada24 Adding Firefox 6.0. Mozilla says it is seamless upgrade from 5.0, so I am trying not to change anything...
svn path=/nixpkgs/trunk/; revision=28625
2011-08-16 21:53:43 +00:00
Peter Simons ed46e56842 all-packages.nix: make 'boost' refer to version 1.46.0 on Darwin
The 1.47.0 version doesn't compile for reasons I cannot debug since I
don't have access to that platform.

svn path=/nixpkgs/trunk/; revision=28616
2011-08-16 15:20:48 +00:00
Peter Simons ea5a0a00a0 Renamed boost's default.nix to 1.47.0.nix for sake of consistency.
svn path=/nixpkgs/trunk/; revision=28615
2011-08-16 15:20:44 +00:00
Peter Simons 9bf210f25a pkgs/servers/http/mini-httpd: added version 1.1
svn path=/nixpkgs/trunk/; revision=28613
2011-08-16 14:01:38 +00:00
Eelco Dolstra 954b16111f * Added Catalyst::Authentication::Store::Htpasswd for authentication against htpasswd.
svn path=/nixpkgs/trunk/; revision=28612
2011-08-16 13:41:15 +00:00
Eelco Dolstra ba265ab1f9 * More Catalyst updates.
svn path=/nixpkgs/trunk/; revision=28611
2011-08-16 13:20:00 +00:00
Peter Simons 4564757c90 haskell-packages.nix: fixed spelling of the HaXml122 attribute
svn path=/nixpkgs/trunk/; revision=28608
2011-08-16 11:20:21 +00:00
Eelco Dolstra 21cddb80bc * Add the GeoIP module.
svn path=/nixpkgs/trunk/; revision=28606
2011-08-16 01:21:31 +00:00
Eelco Dolstra 05bd532964 * Update/add a bunch of (mostly Catalyst-related) Perl packages.
svn path=/nixpkgs/trunk/; revision=28599
2011-08-15 18:59:23 +00:00
Yury G. Kudryashov 0962beade0 Add avogadro
svn path=/nixpkgs/trunk/; revision=28596
2011-08-15 18:05:39 +00:00
Yury G. Kudryashov 2d52a050a5 filelight moved to kdeutils in KDE 4.7 (4.6?)
svn path=/nixpkgs/trunk/; revision=28594
2011-08-15 18:05:24 +00:00
Yury G. Kudryashov e78db258f4 Add prison
svn path=/nixpkgs/trunk/; revision=28593
2011-08-15 18:05:16 +00:00
Yury G. Kudryashov a2e58ab78e Add libmms
svn path=/nixpkgs/trunk/; revision=28590
2011-08-15 18:04:57 +00:00
Yury G. Kudryashov b0bbca7b93 redland-1.0.14, move to librdf/
* rename redland to librdf_redland
* add compatibility alias
* propagate some inputs

svn path=/nixpkgs/trunk/; revision=28589
2011-08-15 18:04:51 +00:00
Peter Simons f059eba4fb haskell-packages.nix: fixed spelling of base64String
svn path=/nixpkgs/trunk/; revision=28581
2011-08-15 10:55:10 +00:00
Peter Simons acbc9e63dc haskell-extensible-exceptions: added version 0.1.1.2
svn path=/nixpkgs/trunk/; revision=28579
2011-08-15 10:55:01 +00:00
Peter Simons f7a18860b4 haskell-fgl: added version 5.4.2.4
svn path=/nixpkgs/trunk/; revision=28576
2011-08-15 08:34:46 +00:00
Peter Simons 4beef684a8 haskell-GLUT: added version 2.2.2.0
svn path=/nixpkgs/trunk/; revision=28566
2011-08-14 10:44:57 +00:00
Peter Simons 10edd5b215 haskell-OpenGL: added version 2.4.0.1
svn path=/nixpkgs/trunk/; revision=28565
2011-08-14 10:44:53 +00:00
Peter Simons 986792cb3c haskell-hs-bibutils: added version 4.12
svn path=/nixpkgs/trunk/; revision=28564
2011-08-14 10:44:49 +00:00
Peter Simons f72838612f haskell-HUnit: added version 1.2.4.2
svn path=/nixpkgs/trunk/; revision=28563
2011-08-14 10:44:42 +00:00
Peter Simons 24bb3a69d1 haskell-OpenGLRaw: added version 1.1.0.1
svn path=/nixpkgs/trunk/; revision=28562
2011-08-14 10:44:38 +00:00
Peter Simons 61de5fa7e1 haskell-GLURaw: added version 1.1.0.0
svn path=/nixpkgs/trunk/; revision=28561
2011-08-14 10:44:33 +00:00
Shea Levy 20e64a52b9 Add trayer
svn path=/nixpkgs/trunk/; revision=28558
2011-08-14 05:03:54 +00:00
Peter Simons ee1c93fc44 Deleted haskell-scion. The package doesn't compile with any of our
supported compilers because it depends on ancient versions of half a
dozen libraries.

svn path=/nixpkgs/trunk/; revision=28552
2011-08-13 23:38:36 +00:00
Peter Simons b5c57b8380 haskell-alex: updated to version 3.0.1
svn path=/nixpkgs/trunk/; revision=28551
2011-08-13 23:38:30 +00:00
Peter Simons e8fe1e4feb haskell-regex-{posix,compat}: added version 0.95.1
svn path=/nixpkgs/trunk/; revision=28544
2011-08-13 13:58:07 +00:00
Peter Simons c396a9f6ab haskell-time: added version 1.3
svn path=/nixpkgs/trunk/; revision=28543
2011-08-13 13:58:02 +00:00
Peter Simons a78ae168dc haskell-snap: updated to version 0.5.3
svn path=/nixpkgs/trunk/; revision=28542
2011-08-13 13:57:54 +00:00
Peter Simons 5a55ccb049 haskell-QuickCheck: added version 2.4.1.1
svn path=/nixpkgs/trunk/; revision=28541
2011-08-13 13:57:49 +00:00
Peter Simons cd0b0c3d02 haskell-multirec: added version 0.6
svn path=/nixpkgs/trunk/; revision=28540
2011-08-13 13:57:43 +00:00
Peter Simons 656476b516 haskell-HaXml: updated to version 1.22.5
svn path=/nixpkgs/trunk/; revision=28534
2011-08-13 13:57:19 +00:00
Peter Simons 123fd3fecf haskell-case-insensitive: added version 0.3.0.1 (and dropped obsolete 0.2.0.2)
svn path=/nixpkgs/trunk/; revision=28533
2011-08-13 13:57:13 +00:00
Michael Raskin d2dc7cece3 Firefox 4.0 was removed
svn path=/nixpkgs/trunk/; revision=28532
2011-08-13 13:27:07 +00:00
Eelco Dolstra 529a3a31f9 * Removed Firefox 4 (obsolete).
svn path=/nixpkgs/trunk/; revision=28531
2011-08-13 12:20:49 +00:00
Eelco Dolstra a97b8b191c * Added s3cmd.
svn path=/nixpkgs/trunk/; revision=28530
2011-08-13 11:49:23 +00:00
Michael Raskin 6f1eded225 Adding v4l-utils
svn path=/nixpkgs/trunk/; revision=28529
2011-08-13 08:59:00 +00:00
Peter Simons 8bbc3ea245 haskell-packages.nix: added language-haskell-extract and test-framework-th
svn path=/nixpkgs/trunk/; revision=28515
2011-08-12 12:39:59 +00:00
Peter Simons 0ae69dbfbe haskell-uuagc: updated to version 0.9.39.0
svn path=/nixpkgs/trunk/; revision=28514
2011-08-12 11:52:07 +00:00
Peter Simons bde2d91fb3 haskell-cgi: added version 3001.1.8.2
svn path=/nixpkgs/trunk/; revision=28510
2011-08-12 09:20:00 +00:00
Peter Simons c70c0029eb Updated BNFC to the latest version and fixed the spelling of its attribute.
Added BNFC-meta, alex-meta, and happy-meta.

Moved these tools into the tool section of haskell-packages.nix, and
paid special attention to the intended alphabetic order.

svn path=/nixpkgs/trunk/; revision=28506
2011-08-12 09:04:07 +00:00
Peter Simons 94ae23749f pkgs/top-level/haskell-packages.nix: revision 28500 accidentally reverted my HTTP fix for ghc 7.2.1
svn path=/nixpkgs/trunk/; revision=28505
2011-08-12 08:34:36 +00:00
Peter Simons 4fad68a33e Renamed darcs-2.nix to default.nix for sake of consistency. No functional change.
svn path=/nixpkgs/trunk/; revision=28503
2011-08-12 08:31:19 +00:00
Peter Simons 4b068f6858 haskell-packages.nix: make sure that haskeline-class is built with mtl1
This is required for ghc 7.2.1, for example, where mtl2 has become the
default version. Naturally, the build of haskeline-class fails later
anyway, but for other reasons. I've notified upstream.

svn path=/nixpkgs/trunk/; revision=28502
2011-08-12 08:26:52 +00:00
Peter Simons 468c5dbc5c The 'random' library is no longer a core library in GHC 7.2.1. For older
versions of the compiler, haskell-packages.nix provides a null attribute.

svn path=/nixpkgs/trunk/; revision=28500
2011-08-12 00:18:56 +00:00
Peter Simons b5dcc70218 haskell-packages.nix: use HTTP 4000_1_2 when building with GHC 7.2.1
svn path=/nixpkgs/trunk/; revision=28499
2011-08-12 00:18:40 +00:00
Peter Simons 82ee2c9c11 Renamed default version of haskell json into a version-specific file.
svn path=/nixpkgs/trunk/; revision=28498
2011-08-12 00:18:32 +00:00
David Guibert f9200097ae add bup: backup system based on the git packfile format
[1] https://github.com/apenwarr/bup

Signed-off-by: David Guibert <david.guibert@gmail.com>

svn path=/nixpkgs/trunk/; revision=28497
2011-08-11 16:33:47 +00:00
David Guibert d3995fdb38 surf: version 0.4.1
svn path=/nixpkgs/trunk/; revision=28496
2011-08-11 16:33:41 +00:00
Peter Simons a94124bf20 haskell-repa: updated to version 2.1.1.5
svn path=/nixpkgs/trunk/; revision=28487
2011-08-11 10:45:02 +00:00
Peter Simons 7616f36ebf pkgs/top-level/all-packages.nix: removed obsolete sonicVisualiser attribute
I'm getting a trace message from this attribute every time I run nix-env. The
warning appears to be superfluous, though, because there is no reference to
sonicVisualiser in all of nixpkgs.

svn path=/nixpkgs/trunk/; revision=28486
2011-08-11 10:44:58 +00:00
Peter Simons b58bb45206 haskell-HTTP: added version 4000.1.2
svn path=/nixpkgs/trunk/; revision=28485
2011-08-11 10:24:44 +00:00
Yury G. Kudryashov b7c6bd30cf qgis-1.6.0, compiles
Don't know whether it works: it fails to start on my computer because it loads
KDE gui_platform plugin from incompatible Qt version.

svn path=/nixpkgs/trunk/; revision=28483
2011-08-11 09:35:17 +00:00
Yury G. Kudryashov bac6982ca8 Add qwt-5.2.1
svn path=/nixpkgs/trunk/; revision=28482
2011-08-11 09:35:10 +00:00
Yury G. Kudryashov e6c6a9413c tabs->spaces
svn path=/nixpkgs/trunk/; revision=28475
2011-08-10 22:41:26 +00:00
Yury G. Kudryashov ceb301c31b Remove unused sonic-visualizer/ subdir, rename.
Also move "qt=qt4" to default.nix

svn path=/nixpkgs/trunk/; revision=28474
2011-08-10 22:39:53 +00:00
Michael Raskin 5996c749aa Adding vifm file manager
svn path=/nixpkgs/trunk/; revision=28466
2011-08-10 19:16:27 +00:00
Peter Simons 72df4ed209 pkgs/top-level/haskell-packages.nix: fixed positioning of cabal2nix in the tools section
Apparently, remembering the alphabet is not my greatest strength.

svn path=/nixpkgs/trunk/; revision=28465
2011-08-10 16:59:40 +00:00
Peter Simons 611501c349 pkgs/development/compilers/ghc/7.2.1.nix: updated to the final release version
svn path=/nixpkgs/trunk/; revision=28463
2011-08-10 16:55:54 +00:00
Peter Simons 1e3054f9d1 pkgs/top-level/all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=28462
2011-08-10 15:51:20 +00:00
Peter Simons 45c2082b50 cabal2nix: updated to version 1.9
svn path=/nixpkgs/trunk/; revision=28461
2011-08-10 15:47:35 +00:00
Peter Simons e7f1dd70a3 haskell-yap: added version 0.0
svn path=/nixpkgs/trunk/; revision=28460
2011-08-10 14:16:29 +00:00
Eelco Dolstra 3d100b6740 * Add Net::Amazon::MechanicalTurk.
svn path=/nixpkgs/trunk/; revision=28459
2011-08-10 13:05:39 +00:00
Andres Löh 854e035b10 Added irc.
svn path=/nixpkgs/trunk/; revision=28457
2011-08-10 11:31:18 +00:00
Yury G. Kudryashov 570bc18a9b Add peg, http://piumarta.com/software/peg/
svn path=/nixpkgs/trunk/; revision=28456
2011-08-10 09:54:22 +00:00
Andres Löh 88feca4ee8 Fixed priority settings for GHCs; some minor fixes.
svn path=/nixpkgs/trunk/; revision=28450
2011-08-10 07:27:23 +00:00
Peter Simons 0d032ba736 Added Haskell packages css-text, http-date, and pwstore-fast.
svn path=/nixpkgs/trunk/; revision=28447
2011-08-09 23:20:28 +00:00
Peter Simons 3685cea8e9 Updated (almost) all Haskell package expressions with cabal2nix.
The new files ...

 * conform to the coding guidelines,

 * consistently specify meta.maintainers and meta.platforms,

 * have proper descriptions and licenses as specified in their Cabal file, and

 * take advantage of the new cabal.nix extensions, i.e. proper
   distinction between buildInputs and propagatedBuildInputs.

Furthermore, the following updates were performed:

 * haskell-Ranged-sets: updated to version 0.3.0
 * haskell-Shellac-haskeline: updated to version 0.2.0.1
 * haskell-cpphs: updated to version 1.12
 * haskell-hslogger: updated to version 1.1.5
 * haskell-xml: updated to version 1.3.9
 * haskell-HDBC-postgresql: updated to version 2.3.2.0
 * haskell-HDBC-sqlite3: updated to version 2.3.3.0
 * haskell-HDBC: updated to version 2.3.1.0
 * haskell-base-unicode-symbols: updated to version 0.2.2.1
 * haskell-convertible: updated to version 1.0.11.0
 * haskell-monad-control: updated to version 0.2.0.2
 * haskell-murmur-hash: updated to version 0.1.0.4
 * haskell-repa: updated to version 2.1.1.3
 * haskell-statistics: updated to version 0.9.0.0
 * haskell-ansi-terminal: updated to version 0.5.5

haskell-maybench was dropped, because it cannot be built with recent
versions of Cabal:

   Configuring maybench-0.2.4.1...
   Setup: At least the following dependencies are missing:
   Cabal >=1.2 && <1.5

svn path=/nixpkgs/trunk/; revision=28446
2011-08-09 23:00:20 +00:00
David Guibert 094c52f66d add perl-lockfile-simple
svn path=/nixpkgs/trunk/; revision=28442
2011-08-09 20:38:34 +00:00
Peter Simons 369832838b all-packages.nix: register all haskellPackage variants except the default one, 7.0.4, with low priority
Some general purpose tools in haskell-packages.nix have no GHC version string
baked in their name, i.e. alex, haddock, and happy. "nix-env -u" prefers the
first match it finds. Thus, if haskellPackages_ghc6104 et al would have the
same priority as haskellPackages, then nix-env would choose those the old
variants of these tools, because they are listed first.

svn path=/nixpkgs/trunk/; revision=28433
2011-08-09 14:32:20 +00:00
Peter Simons d233892f0d all-packages.nix: configure haskellPackages_ghc704_profiling with lowPrio
svn path=/nixpkgs/trunk/; revision=28432
2011-08-09 14:15:16 +00:00
Peter Simons 08f1808a37 all-packages.nix: fixed typo in haskellPackages_ghc704_no_profiling
svn path=/nixpkgs/trunk/; revision=28431
2011-08-09 14:15:13 +00:00
David Guibert 7de614fdf3 pidgin 2.9.0
svn path=/nixpkgs/trunk/; revision=28425
2011-08-09 12:35:55 +00:00
Andres Löh 01be205d66 Experimental: comment all Haskell stuff in release.nix.
svn path=/nixpkgs/trunk/; revision=28423
2011-08-09 11:21:41 +00:00
Andres Löh a14d260103 Build profiling versions of ghc-7.0.4 libraries.
svn path=/nixpkgs/trunk/; revision=28422
2011-08-09 11:18:31 +00:00
Andres Löh ec5a87c11d Disable recurseIntoAttrs for some GHC versions.
svn path=/nixpkgs/trunk/; revision=28421
2011-08-09 11:10:24 +00:00
Andres Löh f5cb16f7b2 Added an alias.
svn path=/nixpkgs/trunk/; revision=28420
2011-08-09 11:10:22 +00:00
Andres Löh 23e5a11a1d Updated a few Haskell packages.
svn path=/nixpkgs/trunk/; revision=28399
2011-08-08 19:02:17 +00:00
Andres Löh c30ea08c40 Removed unnecessary comment.
svn path=/nixpkgs/trunk/; revision=28398
2011-08-08 18:30:42 +00:00
Andres Löh 3ceaaeb540 Handle extensible-exceptions correctly.
svn path=/nixpkgs/trunk/; revision=28397
2011-08-08 18:29:11 +00:00
Shea Levy a9c268053e Add linuxPackages_3_1
svn path=/nixpkgs/trunk/; revision=28384
2011-08-08 12:48:05 +00:00
David Guibert fcb686d418 HFuse: a binding for the Linux FUSE library.
svn path=/nixpkgs/trunk/; revision=28381
2011-08-08 12:12:04 +00:00
Peter Simons 4a2da6f4b0 haskell-packages.nix: fixed spelling of the regexTdfa attribute
svn path=/nixpkgs/trunk/; revision=28377
2011-08-08 07:48:24 +00:00
Andres Löh ce5ccbb0ea Updating leksah.
svn path=/nixpkgs/trunk/; revision=28376
2011-08-08 07:41:45 +00:00
Shea Levy 03b9664e25 Add xf86-input-multitouch
svn path=/nixpkgs/trunk/; revision=28369
2011-08-08 01:20:29 +00:00
Shea Levy 0c4608c53c Add mtdev
svn path=/nixpkgs/trunk/; revision=28366
2011-08-08 00:25:38 +00:00
Peter Simons f99a91628c haskell-packages.nix: updated SMTPClient to version 1.0.4
This update lifts the restriction on hsemail version 1.6.

svn path=/nixpkgs/trunk/; revision=28365
2011-08-07 23:21:50 +00:00
Andres Löh fd258d6fe1 Added complete yesod.
Some downgrades were necessary.

svn path=/nixpkgs/trunk/; revision=28364
2011-08-07 22:51:22 +00:00
Peter Simons 888cc080a3 haskell-packages.nix: fixed spelling of ansi-wl-pprint attribute
svn path=/nixpkgs/trunk/; revision=28344
2011-08-07 22:02:52 +00:00
Peter Simons 2ad2d84cc1 haskell-packages.nix: added semigroups library, which is required by the latest version of tagged
svn path=/nixpkgs/trunk/; revision=28343
2011-08-07 22:02:49 +00:00
Peter Simons c5281ae175 Updated leksah-process and leksah-server to version 0.10.x.
Unfortunately, I cannot test these updates because gtksourceview doesn't
compile:

  ./gtksourceview2.h:10:48: fatal error: gtksourceview/gtksourceundomanager.h: No such file or directory

Not sure what that means.

svn path=/nixpkgs/trunk/; revision=28341
2011-08-07 22:02:40 +00:00
Peter Simons 2adbbf1572 haskell-packages.nix: added path-pieces library, which is required by recent versions of web-route
svn path=/nixpkgs/trunk/; revision=28311
2011-08-07 22:00:36 +00:00
Peter Simons d701b71826 haskell-Graphalyze: updated to version 0.11.0.0
svn path=/nixpkgs/trunk/; revision=28310
2011-08-07 22:00:32 +00:00
Peter Simons 5a5f24f18c haskell-packages.nix: added old 1.6 version of pandoc, which is required by Graphalyze
svn path=/nixpkgs/trunk/; revision=28309
2011-08-07 22:00:27 +00:00
Peter Simons 0ec3f8f7ee haskell-packages.nix: added the old 0.4 version of texmath, so that we can build pandoc 1.6, which is required by Graphalyze
svn path=/nixpkgs/trunk/; revision=28308
2011-08-07 22:00:21 +00:00
Peter Simons 843d60b337 haskell-packages.nix: cosmetic change
svn path=/nixpkgs/trunk/; revision=28307
2011-08-07 22:00:16 +00:00
Peter Simons 78033ec38e haskell-haxr: updated to version 3000.8.4
svn path=/nixpkgs/trunk/; revision=28306
2011-08-07 22:00:12 +00:00
Peter Simons 09ba8f73df haskell-packages.nix: added ObjectName library, which is required by the latest version of OpenAL
svn path=/nixpkgs/trunk/; revision=28304
2011-08-07 22:00:04 +00:00
Peter Simons 17c9761430 haskell-packages.nix: added Tensor library, which is required by the latest version of OpenAL
svn path=/nixpkgs/trunk/; revision=28303
2011-08-07 21:59:59 +00:00
Peter Simons c1eb520fef haskell-benchpress: updated to version 0.2.2.4
svn path=/nixpkgs/trunk/; revision=28301
2011-08-07 21:59:50 +00:00
Peter Simons 5461875f65 haskell-packages.nix: added StateVar version 1.0.0.0
svn path=/nixpkgs/trunk/; revision=28299
2011-08-07 21:59:42 +00:00
Peter Simons 5d391ffbe6 haskell-packages.nix: added case-insensitive 0.3
The old version is still required because snap-core doesn't accept the
latest one.

svn path=/nixpkgs/trunk/; revision=28296
2011-08-07 21:59:24 +00:00
Peter Simons 79e8468117 haskell-packages.nix: added gamma library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28294
2011-08-07 20:26:02 +00:00
Peter Simons 0b6775521c haskell-packages.nix: added continued-fractions library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28293
2011-08-07 20:25:57 +00:00
Peter Simons 9acaf72e69 haskell-packages.nix: added converge library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28292
2011-08-07 20:25:53 +00:00
Peter Simons 45a194d0c6 haskell-packages.nix: added flexible-defaults library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28291
2011-08-07 20:25:49 +00:00
Peter Simons 0485be8b1d haskell-packages.nix: added random-source library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28290
2011-08-07 20:25:45 +00:00
Peter Simons a843acef47 haskell-packages.nix: added rvar library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28289
2011-08-07 20:25:40 +00:00
Peter Simons 95600aa119 haskell-datetime: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28280
2011-08-07 20:25:03 +00:00
Peter Simons 7dbf9f3c7a haskell-packages.nix: unsuccessful attempted to salvage 'salviaProtocol'
The package can't deal with modern versions of the transformers library.
I managed to get it past the "cabal configure" stage by passing the old
version of parsec, but the build fails later anyway.

svn path=/nixpkgs/trunk/; revision=28279
2011-08-07 20:24:59 +00:00
Peter Simons c6edd9a278 haskell-monads-fd: added new version 0.2.0.0
Unfortunately, the old version no longer compiles because it can't deal
with current versions of the transformers package. This means that some
other packages that depend on the old monads-fd package, such as
MaybeT-transformers, are broken, too.

svn path=/nixpkgs/trunk/; revision=28278
2011-08-07 20:24:54 +00:00
Peter Simons 653fb4b663 haskell-time: added the latest version, 1.2.0.5
svn path=/nixpkgs/trunk/; revision=28276
2011-08-07 20:24:46 +00:00
Peter Simons aa89a18895 haskell-packages.nix: dropped MonadLab; the package doesn't compile on modern GHC versions
svn path=/nixpkgs/trunk/; revision=28267
2011-08-07 19:34:16 +00:00
Peter Simons 7892062e3c haskell-vty: updated to version 4.7.0.4
The old version is still around, because hledger-vty won't accept the
latest one. Note that previously the vty was build with 'mtl' overridden
to 'mtl2'. I dropped that override, because it seems to have become be
unnecessary. If anyone is aware of a hidden reason why that mtl2 must be
set explicitly, please let me know.

svn path=/nixpkgs/trunk/; revision=28258
2011-08-07 19:33:34 +00:00
Peter Simons 5bf6cf7fc5 vector-algorithms: updated to version 0.5.2
The old 0.4 version is still required because snapServer won't accept
the latest version.

svn path=/nixpkgs/trunk/; revision=28254
2011-08-07 19:33:17 +00:00
Peter Simons 96aa26a2fc haskell-packages.nix: added bytestring-mmap
svn path=/nixpkgs/trunk/; revision=28253
2011-08-07 19:33:12 +00:00
Peter Simons 0069e583cd happstack-data: updated to version 6.0.0
svn path=/nixpkgs/trunk/; revision=28248
2011-08-07 18:23:35 +00:00
Peter Simons 92d878414b haskell-packages.nix: added regex-pcre-builtin
svn path=/nixpkgs/trunk/; revision=28241
2011-08-07 18:23:04 +00:00
Peter Simons 18daa8fc26 ghc-paths: added version 0.1.0.8
Also renamed the default version to 0.1.0.6.nix for consistency.

svn path=/nixpkgs/trunk/; revision=28240
2011-08-07 18:22:58 +00:00
Peter Simons 937fa0ed87 haskell-packages.nix: added double-conversion
This package is required by the latest version of blaze-textual.

svn path=/nixpkgs/trunk/; revision=28239
2011-08-07 18:22:54 +00:00
Peter Simons 6855d8181f haskell-packages.nix: added regexecPcre alias for regexecPCRE
The new name seems to be more in-line with our coding conventions.

svn path=/nixpkgs/trunk/; revision=28237
2011-08-07 18:22:39 +00:00
Peter Simons 626dbcd104 haskell-packages.nix: added base64-bytestring 0.1.0.3
svn path=/nixpkgs/trunk/; revision=28232
2011-08-07 18:22:19 +00:00
Peter Simons 4e70b93661 haskell-th-lift: added new package, version 0.5.3
This library is required for building the latest version of haskell-src-meta.

svn path=/nixpkgs/trunk/; revision=28229
2011-08-07 18:22:05 +00:00
Peter Simons 5b25af4f80 haskell-src-exts: updated to version 1.11.1.nix
The older version, 1.9.6.nix, is still around because Agda won't accept
the latest one.

svn path=/nixpkgs/trunk/; revision=28226
2011-08-07 18:21:52 +00:00
Karn Kallio cda8010b96 Get krename to build with kde45 and kde47.
svn path=/nixpkgs/trunk/; revision=28219
2011-08-07 02:36:31 +00:00
Andres Löh 3ca394eee5 text library works with 7.2.1rc2.
svn path=/nixpkgs/trunk/; revision=28190
2011-08-06 10:31:16 +00:00
Andres Löh 9d98555410 Update release.nix w.r.t. ghc versions.
svn path=/nixpkgs/trunk/; revision=28189
2011-08-06 10:28:24 +00:00
Peter Simons a6020a75d4 hsemail: added version 1.7.1 parallel to version 1.6
SMTPClient cannot be built with the latest version of hsemail because its Cabal
files enforces 1.6 by an upper version bound. I've asked upstream to release an
update that fixes this, but until that happens we need to keep version 1.6
around to make sure Gitit compiles.

svn path=/nixpkgs/trunk/; revision=28187
2011-08-06 07:41:44 +00:00
Lluís Batlle i Rossell c10bdc23cd Simple packaging of bacula.
svn path=/nixpkgs/trunk/; revision=28182
2011-08-05 19:18:02 +00:00
Peter Simons b72b88fc08 haskell-packages.nix: added new packages async, hsyslog, and streamproc
svn path=/nixpkgs/trunk/; revision=28179
2011-08-05 18:02:20 +00:00
Peter Simons a650832b2c haskell-packages: added cabal2nix, a utility to convert Cabal files into Nix build instructions
Naturally, the tool generated its own build expression. :-)

svn path=/nixpkgs/trunk/; revision=28170
2011-08-05 17:03:14 +00:00
Michael Raskin a12937570c Fixing libdecodeqr build by using previous OpenCV
svn path=/nixpkgs/trunk/; revision=28169
2011-08-05 16:13:20 +00:00
Andres Löh 55fa5b5d1d Tested platform packages with ghc-7.2 and ghc-7.3.
svn path=/nixpkgs/trunk/; revision=28168
2011-08-05 14:02:57 +00:00
Andres Löh dcffa6f0b1 Fixed broken haskell-packages.nix.
svn path=/nixpkgs/trunk/; revision=28164
2011-08-05 10:10:58 +00:00
Andres Löh 8fdb3c9e63 Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
svn path=/nixpkgs/trunk/; revision=28163
2011-08-05 08:52:35 +00:00
Peter Simons 9f834cb8bd syslog-ng: moved package from tools/misc to tools/system
svn path=/nixpkgs/trunk/; revision=28155
2011-08-04 15:59:14 +00:00
Peter Simons fbf36403ef haskell-packages.nix: updated HaXml to version 1.22.3
svn path=/nixpkgs/trunk/; revision=28154
2011-08-04 15:59:03 +00:00
Eelco Dolstra fda7c24c2b * Added aws-mturk-clt, the Amazon Mechanical Turk command-line tools.
svn path=/nixpkgs/trunk/; revision=28150
2011-08-04 12:13:53 +00:00
Sander van der Burg a0c03edcd9 Removed test stuff from MySQL + add to releases
svn path=/nixpkgs/trunk/; revision=28149
2011-08-04 11:58:49 +00:00
Eelco Dolstra 237b2b8a30 * Merged the KDE 4.7 branch.
This adds KDE 4.7 (and updates many dependencies), but KDE 4.5 is
  still the default.  To use 4.7, set the following in
  configuration.nix:

    nixpkgs.config.packageOverrides = pkgs: {
      kde4 = pkgs.kde47;
    };
  

svn path=/nixpkgs/trunk/; revision=28147
2011-08-04 00:08:22 +00:00
Sander van der Burg d9572cfb6b Added MySQL 5.5. It's still a bit experimental though
svn path=/nixpkgs/trunk/; revision=28145
2011-08-03 22:10:06 +00:00
Eelco Dolstra fcce78c0f4 * Sync with the trunk.
svn path=/nixpkgs/branches/kde-4.7/; revision=28144
2011-08-03 22:00:49 +00:00
Peter Simons cf58813fb0 haskell-packages.nix: added tabular library
svn path=/nixpkgs/trunk/; revision=28142
2011-08-03 16:51:19 +00:00
Eelco Dolstra cc2b24254a * Added vnc2flv.
svn path=/nixpkgs/trunk/; revision=28141
2011-08-03 13:39:49 +00:00
Peter Simons ee74a7e379 all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=28136
2011-08-03 08:43:56 +00:00
Peter Simons bc913e2508 all-packages.nix: disable 'xracer' attribute to fix evaluation errors on Hydra
svn path=/nixpkgs/trunk/; revision=28135
2011-08-03 08:43:52 +00:00
Peter Simons dd9121ccff all-packages.nix: disable 'rust' attribute to fix evaluation errors on Hydra
svn path=/nixpkgs/trunk/; revision=28134
2011-08-03 08:43:47 +00:00
Michael Raskin 5fbf32b737 Missing files
svn path=/nixpkgs/trunk/; revision=28133
2011-08-03 08:38:34 +00:00
Peter Simons 21b8ff7aee haskell-packages.nix: added bnfc version 2.4
svn path=/nixpkgs/trunk/; revision=28132
2011-08-03 07:49:21 +00:00
Peter Simons 857d2673ae haskell-packages.nix: added numtype and dimensional libraries
svn path=/nixpkgs/trunk/; revision=28131
2011-08-02 22:14:18 +00:00
Michael Raskin 451f7818a5 Adding The Sleuth Kit
svn path=/nixpkgs/trunk/; revision=28130
2011-08-02 20:06:09 +00:00
Michael Raskin 87554657c1 Adding afflib
svn path=/nixpkgs/trunk/; revision=28129
2011-08-02 19:46:28 +00:00
Rob Vermaas bf68854ff4 make gcc 4.1 compile
svn path=/nixpkgs/trunk/; revision=28124
2011-08-02 16:02:53 +00:00
Lluís Batlle i Rossell 71dc3b87eb Adding mairix
svn path=/nixpkgs/trunk/; revision=28122
2011-08-02 14:26:47 +00:00
Shea Levy 02083734d1 Add openjre
svn path=/nixpkgs/trunk/; revision=28117
2011-08-01 18:48:01 +00:00
Rob Vermaas ba497f837a to compile glibc-2.5 use older headers
svn path=/nixpkgs/trunk/; revision=28116
2011-08-01 18:05:09 +00:00
Eelco Dolstra 06a0d9d95c * More packages that require the old ffmpeg. BTW, maybe this should be the old-ABI ffmpeg (0.7.2).
svn path=/nixpkgs/branches/kde-4.7/; revision=28110
2011-08-01 12:03:16 +00:00
Eelco Dolstra d9ed123038 * Audacity: use an older ffmpeg (http://hydra.nixos.org/build/1187243).
svn path=/nixpkgs/branches/kde-4.7/; revision=28107
2011-08-01 11:57:46 +00:00
Eelco Dolstra 0cb6cfb7a1 * Update vlc to 1.1.11.
svn path=/nixpkgs/branches/kde-4.7/; revision=28104
2011-08-01 09:23:10 +00:00
Shea Levy 7a3e4c40ec Add openjdk to all-packages.nix
svn path=/nixpkgs/trunk/; revision=28027
2011-08-01 01:07:47 +00:00
Eelco Dolstra 1b427fe052 * Sync with the trunc.
* Fixed the hash in PulseAudio: I updated the name/version, but forgot
  to update the hash.  So secretly it was still building the old
  version.  Also, now that we've realised that the PulseAudio server
  and library don't need to be the same build, disable some
  dependencies by default (avahi and bluez).

svn path=/nixpkgs/branches/kde-4.7/; revision=28023
2011-07-31 19:44:58 +00:00
Peter Simons fc5ea05cfd Keep polyparse 1.4 around because haskell-graphviz depends on the older version.
I've asked upstream to update their cabal file, but until then we'll
need both versions. :-(

svn path=/nixpkgs/trunk/; revision=28021
2011-07-31 15:33:55 +00:00
Cillian de Roiste 492935270b Adding new required inputs for darktable
svn path=/nixpkgs/trunk/; revision=28018
2011-07-31 11:11:52 +00:00
Peter Simons 10f65d1148 HaXml: added version 1.22.2
It's not the default, though, because it breaks API compatibility
with earlier versions.

svn path=/nixpkgs/trunk/; revision=28013
2011-07-30 21:43:47 +00:00
Eelco Dolstra bf229fc985 * Move Phonon out of KDE.
svn path=/nixpkgs/branches/kde-4.7/; revision=27988
2011-07-28 12:20:12 +00:00
Eelco Dolstra 6c4f6ceb4f * Remove the KDE 4.6 RC expressions.
svn path=/nixpkgs/branches/kde-4.7/; revision=27984
2011-07-28 11:18:57 +00:00
Nicolas Pierron 0690f20ea8 ffmpeg: Add previous version to fix fuppes.
svn path=/nixpkgs/trunk/; revision=27980
2011-07-27 21:00:09 +00:00
Shea Levy c7f7be4fae Make use of the existing 'firefox' attribute
svn path=/nixpkgs/trunk/; revision=27976
2011-07-27 16:42:00 +00:00
Shea Levy 0026458089 Eliminate redundant definition of xulrunner
svn path=/nixpkgs/trunk/; revision=27975
2011-07-27 16:40:12 +00:00
Shea Levy adb988d57c Introduce the 'firefoxPkgs' attribute so that only one change needs to be made when changing default firefox version
A quick test showed that this change does not change the hash for building pkgs.firefoxWrapper

svn path=/nixpkgs/trunk/; revision=27974
2011-07-27 16:37:44 +00:00
Eelco Dolstra 933dc681e7 * Added rtkit, a DBus system service for elevating the scheduling
priority of user processes.

svn path=/nixpkgs/branches/kde-4.7/; revision=27961
2011-07-26 14:12:33 +00:00
Eelco Dolstra a8dc106b71 * alsa-plugins updated to 1.0.24.
svn path=/nixpkgs/branches/kde-4.7/; revision=27956
2011-07-26 00:05:10 +00:00
Eelco Dolstra 929160b86d * mpeg2dec -> libmpeg2, and updated to 0.5.1.
svn path=/nixpkgs/branches/kde-4.7/; revision=27949
2011-07-25 19:07:36 +00:00
Andres Löh 2cc5d14382 Added monad-par.
svn path=/nixpkgs/trunk/; revision=27934
2011-07-25 07:33:48 +00:00
Eelco Dolstra c26b778f34 * Added upower, which replaces HAL's power management functionality.
svn path=/nixpkgs/branches/kde-4.7/; revision=27929
2011-07-25 00:29:15 +00:00
Peter Simons 5a72bae9df all-packages.nix: stripped trailing whitespace
svn path=/nixpkgs/trunk/; revision=27924
2011-07-24 20:26:33 +00:00
Peter Simons 7e9676bab5 jbidwatcher: generalized java support so that the package can be built on Darwin, too
svn path=/nixpkgs/trunk/; revision=27923
2011-07-24 20:26:28 +00:00
Peter Simons 7743596401 all-packages.nix: added the 'tree' utility
svn path=/nixpkgs/trunk/; revision=27916
2011-07-24 09:57:06 +00:00
Shea Levy e34c2e366e First attempt at linuxPackages_3_0
svn path=/nixpkgs/trunk/; revision=27915
2011-07-24 03:05:00 +00:00
Shea Levy d9c22f38da Add firmware for rtl8192c and related NICs
svn path=/nixpkgs/trunk/; revision=27912
2011-07-23 22:58:32 +00:00
Eelco Dolstra 982a83aa2e * Added udisks, the replacement of the disk management bits of HAL
(which is obsolete).
* lvm2: updated to 2.02.86.  Also install the pkgconfig files and
  build liblvm2app.
* Added libatasmart (udisks dependency for querying ATA SMART status).
* Updated sg3_utils to 1.31.

svn path=/nixpkgs/branches/kde-4.7/; revision=27908
2011-07-23 01:29:51 +00:00
Sander van der Burg f635aceb5b Updated some meta information for the emulators I've tried recently. They all seem to work fine :-)
svn path=/nixpkgs/trunk/; revision=27905
2011-07-22 19:25:31 +00:00
Sander van der Burg 6ac699ba97 Added VisualBoy advance; a gameboy/gameboy color/gameboy advance emulator
svn path=/nixpkgs/trunk/; revision=27904
2011-07-22 18:31:42 +00:00
Sander van der Burg cb8409612c Added Mupen64 Plus, a nintendo 64 emulator
svn path=/nixpkgs/trunk/; revision=27902
2011-07-22 14:03:23 +00:00
Eelco Dolstra f9320cb33a * Update system-config-printer to 1.3.4.
svn path=/nixpkgs/branches/kde-4.7/; revision=27896
2011-07-21 22:18:41 +00:00
Peter Simons db86b7f237 all-packages.nix: added package bash-completion
svn path=/nixpkgs/trunk/; revision=27895
2011-07-21 22:02:01 +00:00
Peter Simons c29e9369b0 xlockmore: dropped support for obsolete getConfig mechanism
If you want to build xlockmore without support for PAM, override { pam = null; } instead.

svn path=/nixpkgs/trunk/; revision=27891
2011-07-21 20:58:41 +00:00
Peter Simons 903c9189c4 adns: dropped obsolete versions and static-only feature
svn path=/nixpkgs/trunk/; revision=27890
2011-07-21 20:58:34 +00:00
Lluís Batlle i Rossell 9387a99a19 Adding netfilter/iptables to the sheevaplug kernel.
svn path=/nixpkgs/trunk/; revision=27886
2011-07-21 18:40:24 +00:00
Eelco Dolstra 23831b76e3 * dbus-python updated to 0.84.0.
svn path=/nixpkgs/branches/kde-4.7/; revision=27882
2011-07-21 17:31:57 +00:00
Peter Simons 3815442cf4 all-packages.nix: added jbidwatcher, a tool to monitor and snipe ebay auctions
svn path=/nixpkgs/trunk/; revision=27881
2011-07-21 17:01:31 +00:00
Eelco Dolstra ef041b7aa3 * Hack to fix evaluation.
svn path=/nixpkgs/branches/kde-4.7/; revision=27869
2011-07-21 11:56:11 +00:00
Peter Simons bb87bf9a55 all-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=27863
2011-07-20 22:56:47 +00:00
Peter Simons 99a9a4b8bc all-packages.nix: added ledger 3.0 via Git
svn path=/nixpkgs/trunk/; revision=27861
2011-07-20 22:56:39 +00:00
Peter Simons 01fc263ff2 haskell-packages.nix: added hsdns
svn path=/nixpkgs/trunk/; revision=27856
2011-07-20 18:38:47 +00:00
Peter Simons 9d426cd470 haskell-packages.nix: added hledger-chart and hledger-vty
svn path=/nixpkgs/trunk/; revision=27855
2011-07-20 18:32:33 +00:00
Peter Simons 7237cf32ec haskell-packages.nix: added hledger and hledger-lib
svn path=/nixpkgs/trunk/; revision=27853
2011-07-20 18:20:42 +00:00
Peter Simons f8b4f9e85c haskell-packages.nix: added regexpr
svn path=/nixpkgs/trunk/; revision=27852
2011-07-20 18:20:37 +00:00
Peter Simons f05ab93c88 haskell-packages.nix: added mtlparse
svn path=/nixpkgs/trunk/; revision=27851
2011-07-20 18:20:32 +00:00
Peter Simons 35312ae76f haskell-packages.nix: added storable-record
svn path=/nixpkgs/trunk/; revision=27845
2011-07-20 18:04:03 +00:00
Peter Simons 3290213e42 python-packages.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=27843
2011-07-20 15:30:40 +00:00
Peter Simons 33765b5899 python-packages.nix: added genzshcomp 0.2.2
svn path=/nixpkgs/trunk/; revision=27842
2011-07-20 15:30:35 +00:00
Rob Vermaas dfcaa06a12 add pylint and deps
svn path=/nixpkgs/trunk/; revision=27835
2011-07-19 16:02:37 +00:00
Eelco Dolstra b70a14f88c * Added the Google Talk plugin. Doesn't work yet (says ‘ABORT:
X_GLXCreateContext: BadValue’).

svn path=/nixpkgs/trunk/; revision=27825
2011-07-18 14:44:28 +00:00
Eelco Dolstra dc5a3adf5f * Use callPackage.
svn path=/nixpkgs/trunk/; revision=27820
2011-07-18 12:39:11 +00:00
Eelco Dolstra c416926580 * Qt: remove Phonon since we can just use the external Phonon
package.  This also removes the GStreamer dependency because only
  Phonon uses it.

svn path=/nixpkgs/branches/kde-4.7/; revision=27814
2011-07-18 09:18:38 +00:00