1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

15049 commits

Author SHA1 Message Date
Yury G. Kudryashov 25461a3939 kde-runtime-4.7: don't use ntrack as it causes kded4 to consume 100% CPU
svn path=/nixpkgs/trunk/; revision=28654
2011-08-18 12:52:35 +00:00
Yury G. Kudryashov c6458b5269 Do not pass kdebase to kget as buildInput
svn path=/nixpkgs/trunk/; revision=28653
2011-08-18 12:52:29 +00:00
Yury G. Kudryashov 385ae7d2c4 Let cups-pdf-filter use cups.src
svn path=/nixpkgs/trunk/; revision=28652
2011-08-18 12:52:22 +00:00
Michael Raskin e33a0c0a85 fix evince
svn path=/nixpkgs/trunk/; revision=28651
2011-08-18 09:07:31 +00:00
Shea Levy 739b5aae63 linux-3.0.nix: Bump to 3.0.3. Not sure what happened to 3.0.2...
svn path=/nixpkgs/trunk/; revision=28650
2011-08-17 22:48:14 +00:00
Michael Raskin 4dc86642ef Update Redstore
svn path=/nixpkgs/trunk/; revision=28649
2011-08-17 22:22:06 +00:00
Shea Levy 7593d8fdb8 blcr: Use the modDirVersion attribute to access the module dir
svn path=/nixpkgs/trunk/; revision=28648
2011-08-17 22:06:59 +00:00
Marco Maggesi 8db5491040 Ooops, over-simplified
svn path=/nixpkgs/trunk/; revision=28647
2011-08-17 16:52:38 +00:00
Marco Maggesi 6c7f80ad83 Simplify expression for BLCR (again)
svn path=/nixpkgs/trunk/; revision=28646
2011-08-17 16:32:20 +00:00
Marco Maggesi b7b6d4e480 Symplify expression for BLCR
svn path=/nixpkgs/trunk/; revision=28645
2011-08-17 16:22:20 +00:00
Marco Maggesi 93829bfe47 Update BLCR to version 0.8.3
svn path=/nixpkgs/trunk/; revision=28642
2011-08-17 14:25:56 +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 9faf54888d haskell-graphviz: updated to version 2999.12.0.3
svn path=/nixpkgs/trunk/; revision=28639
2011-08-17 10:39:37 +00:00
Peter Simons 01d9831f4b pkgs/misc/misc.nix: removed the warning I added earlier
What I did was to add two versions of the same package into the same
collection, i.e. ghc-7.0.4 and ghc-7.2.1. I was surprised to see the
build succeed, because there are file collisions between these two. So I
(wrongly) assumed that the collection function was to blame, but in fact
this is a "feature" of nix-env. Apparently, file collision detection
doesn't take place when the user installs two versions of the same
package simultaneously. File collisions are detected only between
different packages!

For example, the command

  nix-env -i ghc-7.0.4 ghc-7.2.1-wrapper

is going to fail, but

  nix-env -i ghc-7.0.4-wrapper ghc-7.2.1-wrapper

is going to succeed. Maybe I just didn't read the documentation
thoroughly enough, but this behavior sure is unexpected to me.

svn path=/nixpkgs/trunk/; revision=28638
2011-08-16 23:42:29 +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 f167461d97 haskell-uniplate: updated to version 1.6.2
svn path=/nixpkgs/trunk/; revision=28636
2011-08-16 23:24:12 +00:00
Peter Simons 88f17c3144 haskell-tagged: updated to version 0.2.3
svn path=/nixpkgs/trunk/; revision=28635
2011-08-16 23:24:09 +00:00
Peter Simons 7bbdb15d85 haskell-semigroups: updated to version 0.8
svn path=/nixpkgs/trunk/; revision=28634
2011-08-16 23:24:05 +00:00
Peter Simons ce7e8f9781 haskell-flexible-defaults: updated to version 0.0.0.2
svn path=/nixpkgs/trunk/; revision=28633
2011-08-16 23:24:01 +00:00
Peter Simons 2e6a02e093 haskell-cryptohash: updated to version 0.7.1
svn path=/nixpkgs/trunk/; revision=28632
2011-08-16 23:23:57 +00:00
Peter Simons 882ce52a81 haskell-converge: updated to version 0.1.0.1
svn path=/nixpkgs/trunk/; revision=28631
2011-08-16 23:23:53 +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
Eelco Dolstra 822dd05d1d * Update 32-bit Flash Player.
svn path=/nixpkgs/trunk/; revision=28624
2011-08-16 21:32:48 +00:00
David Guibert f4b2ec4b58 fix nixpkgs tarball.
Not all systems have glibc into stdenv but mpich needs to propagate
it (because when linking pthread and rt librairies are required).

svn path=/nixpkgs/trunk/; revision=28623
2011-08-16 21:13:20 +00:00
David Guibert f893414286 mpich2: 1.4
svn path=/nixpkgs/trunk/; revision=28620
2011-08-16 18:17:36 +00:00
David Guibert 11e9d58bcf eclipse 3.7 (java and cpp)
svn path=/nixpkgs/trunk/; revision=28619
2011-08-16 18:17:31 +00:00
David Guibert 364a74843a update paraview to 3.10.1
<patch description>

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

svn path=/nixpkgs/trunk/; revision=28618
2011-08-16 18:17:26 +00:00
Karn Kallio 323f4a3464 Advance Racket to version 5.1.3
svn path=/nixpkgs/trunk/; revision=28617
2011-08-16 15:43:46 +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 1e7f572683 pkgs/misc/misc.nix: document the fact that 'collection' does not detect file collisions
svn path=/nixpkgs/trunk/; revision=28610
2011-08-16 13:03:46 +00:00
Peter Simons c6f12a23e6 pkgs/development/compilers/ghc/wrapper.nix: stripped trailing whitespace
svn path=/nixpkgs/trunk/; revision=28609
2011-08-16 13:03:38 +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
Shea Levy e3da49ce82 linux-3.1.nix: Bump to rc2
svn path=/nixpkgs/trunk/; revision=28607
2011-08-16 07:24:39 +00:00
Eelco Dolstra 21cddb80bc * Add the GeoIP module.
svn path=/nixpkgs/trunk/; revision=28606
2011-08-16 01:21:31 +00:00
Yury G. Kudryashov 93633e9d0f amarok-2.4.3
svn path=/nixpkgs/trunk/; revision=28605
2011-08-15 23:39:27 +00:00
Yury G. Kudryashov 31ab846d05 Upgrade kdevelop and kdevplatform
svn path=/nixpkgs/trunk/; revision=28604
2011-08-15 23:39:20 +00:00
Yury G. Kudryashov a660093a4d Fix typo in URL
svn path=/nixpkgs/trunk/; revision=28603
2011-08-15 23:39:11 +00:00
Yury G. Kudryashov fdd58b2de4 rekonq-0.7.0, remove unused source.nix
svn path=/nixpkgs/trunk/; revision=28602
2011-08-15 23:39:05 +00:00
Yury G. Kudryashov 06a34e5825 Use soprano-2.7.0 in kde-4.5.5
svn path=/nixpkgs/trunk/; revision=28601
2011-08-15 20:45:48 +00:00
Yury G. Kudryashov 519f4ea4b8 Add attribute that holds the resulting hierarchy
See comment in the committed code for details

svn path=/nixpkgs/trunk/; revision=28600
2011-08-15 19:28:12 +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 8abd44f249 Big kde-4.7.0 update
* Remove a lot of code duplication.
* Package almost all (except for smoke-based bindings).

svn path=/nixpkgs/trunk/; revision=28597
2011-08-15 18:06:26 +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 2737b8de95 openbabel-2.3.0, use cmake
svn path=/nixpkgs/trunk/; revision=28595
2011-08-15 18:05:31 +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 6dc8b7351a qhull-2011.1, use cmake
svn path=/nixpkgs/trunk/; revision=28592
2011-08-15 18:05:10 +00:00
Yury G. Kudryashov 7a80e467cf grantlee-0.1.9
svn path=/nixpkgs/trunk/; revision=28591
2011-08-15 18:05:04 +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
Yury G. Kudryashov 3b6d1525f4 librdf_*: up2date
svn path=/nixpkgs/trunk/; revision=28588
2011-08-15 18:04:40 +00:00
Eelco Dolstra 94e6e50a58 * Revert ConsoleKit to 0.4.1 because newer versions break device
ownership assignment with the SLIM display manager.  (The workaround
  in r28400 doesn't work on i686-linux.)

  A better solution would be for SLIM to have proper ConsoleKit
  support, but it seems unmaintained.  We should probably ditch it for
  something like LightDM.

svn path=/nixpkgs/trunk/; revision=28586
2011-08-15 14:47:18 +00:00
Peter Simons de4fa65ddb haskell-haddock: dropped obsolete versions
svn path=/nixpkgs/trunk/; revision=28584
2011-08-15 11:27:07 +00:00
Peter Simons 21b26aef25 Updated Haskell package meta sections.
svn path=/nixpkgs/trunk/; revision=28583
2011-08-15 11:27:02 +00:00
Peter Simons bc4526f1c4 Updated haskell-WebServer-Extras expression.
Unfortunately, we cannot build this package at all, because it depends
on the Crypto library which doesn't support old versions of GHC. Newer
versions of GHC, however, cannot compile WebServer-Extras. :-( I've
contacted upstream and asked for advice.

svn path=/nixpkgs/trunk/; revision=28582
2011-08-15 10:55:14 +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 ab823f0cc1 Updated haskell-WebServer expression.
svn path=/nixpkgs/trunk/; revision=28580
2011-08-15 10:55:06 +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 f3da45c0c0 haskell-pwstore-fast: updated to version 2.2
svn path=/nixpkgs/trunk/; revision=28578
2011-08-15 08:34:56 +00:00
Peter Simons f0c58e316a haskell-semigroups: updated to version 0.7.1.2
svn path=/nixpkgs/trunk/; revision=28577
2011-08-15 08:34:52 +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 b670bf70a0 cabal2nix: updated to version 0.11
svn path=/nixpkgs/trunk/; revision=28575
2011-08-14 23:18:47 +00:00
Peter Simons 3e10ee5c92 Updated Haskell expressions with the latest version of cabal2nix.
* haskell-dataenc: updated to version 0.14.0.2
 * haskell-fclabels: updated to version 1.0.1

svn path=/nixpkgs/trunk/; revision=28574
2011-08-14 22:52:05 +00:00
Peter Simons 44e4b0da86 haskell-uuagc-cabal: updated to version 1.0.0.5
svn path=/nixpkgs/trunk/; revision=28572
2011-08-14 16:41:48 +00:00
Peter Simons a8d5bc779e haskell-snap-server: updated to version 0.5.3.1
svn path=/nixpkgs/trunk/; revision=28571
2011-08-14 10:45:19 +00:00
Peter Simons c46ce15032 haskell-snap-core: updated to version 0.5.3.1
svn path=/nixpkgs/trunk/; revision=28570
2011-08-14 10:45:15 +00:00
Peter Simons b19f73027d haskell-haskeline: updated to version 0.6.4.3
svn path=/nixpkgs/trunk/; revision=28569
2011-08-14 10:45:11 +00:00
Peter Simons c4d2061830 haskell-hashed-storage: updated to version 0.5.8
svn path=/nixpkgs/trunk/; revision=28568
2011-08-14 10:45:07 +00:00
Peter Simons db565e9a8b haskell-citeproc-hs: updated to version 0.3.3
svn path=/nixpkgs/trunk/; revision=28567
2011-08-14 10:45:02 +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
Peter Simons 1c0dd5e89c haskell-cabal2nix: updated to version 1.10
svn path=/nixpkgs/trunk/; revision=28560
2011-08-14 10:44:28 +00:00
Peter Simons 91cad6a639 pkgs/applications/misc/xmobar: added missing meta.platforms attribute
svn path=/nixpkgs/trunk/; revision=28559
2011-08-14 10:44:23 +00:00
Shea Levy 20e64a52b9 Add trayer
svn path=/nixpkgs/trunk/; revision=28558
2011-08-14 05:03:54 +00:00
Peter Simons 23945e96b6 haskell-hlint: updated to version 1.8.15
svn path=/nixpkgs/trunk/; revision=28557
2011-08-13 23:39:01 +00:00
Peter Simons c4e4a60573 haskell-terminfo: updated to version 0.3.2.2
svn path=/nixpkgs/trunk/; revision=28556
2011-08-13 23:38:52 +00:00
Peter Simons d86fb89aa6 haskell-idris: updated to version 0.1.7.1
svn path=/nixpkgs/trunk/; revision=28555
2011-08-13 23:38:48 +00:00
Peter Simons 78b6188054 haskell-xmobar: updated to version 0.13
svn path=/nixpkgs/trunk/; revision=28554
2011-08-13 23:38:44 +00:00
Peter Simons 26dce48e24 haskell-threadscope: updated to version 0.1.3
svn path=/nixpkgs/trunk/; revision=28553
2011-08-13 23:38:40 +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 b0b297ecb7 Regenerated haskell-wx and haskell-wxdirect expressions; no functional change.
svn path=/nixpkgs/trunk/; revision=28550
2011-08-13 23:38:23 +00:00
Peter Simons 9a7839daaf haskell-haskeline: updated to version 0.6.4.2
svn path=/nixpkgs/trunk/; revision=28549
2011-08-13 22:06:18 +00:00
Shea Levy 3afb3eba27 busybox: Bump to 1.19.0
svn path=/nixpkgs/trunk/; revision=28548
2011-08-13 20:41:49 +00:00
Shea Levy 03b53d595d busybox: Move $out/usr/{s,}bin to $out/{s,}bin
svn path=/nixpkgs/trunk/; revision=28547
2011-08-13 20:41:40 +00:00
Peter Simons d3c1b35861 ikiwiki: updated to version 3.20110715
svn path=/nixpkgs/trunk/; revision=28546
2011-08-13 15:09:04 +00:00
Peter Simons e63b507dea haskell-fclabels: updated to version 1.0
svn path=/nixpkgs/trunk/; revision=28545
2011-08-13 14:04:37 +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 f15bdc50c4 haskell-haskell-src-meta: updated to version 0.4.0.2
svn path=/nixpkgs/trunk/; revision=28539
2011-08-13 13:57:39 +00:00
Peter Simons cef0bdfb86 haskell-th-lift: updated to version 0.5.4
svn path=/nixpkgs/trunk/; revision=28538
2011-08-13 13:57:34 +00:00
Peter Simons 64f326783f haskell-haskeline-class: updated to version 0.6.2
svn path=/nixpkgs/trunk/; revision=28537
2011-08-13 13:57:30 +00:00
Peter Simons c72b649155 haskell-data-accessor-template: updated to version 0.2.1.8
svn path=/nixpkgs/trunk/; revision=28536
2011-08-13 13:57:26 +00:00
Peter Simons 54acaed0c3 haskell-cmdargs: updated to version 0.8
svn path=/nixpkgs/trunk/; revision=28535
2011-08-13 13:57:22 +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 95f6724196 haskell-testpack: updated to version 2.1.1
svn path=/nixpkgs/trunk/; revision=28528
2011-08-12 18:43:28 +00:00
Peter Simons 9518d00ff8 haskell-tagsoup: updated to version 0.12.3
svn path=/nixpkgs/trunk/; revision=28527
2011-08-12 18:43:24 +00:00
Peter Simons 7a0ad70b63 haskell-dimensional: updated to version 0.10.1
svn path=/nixpkgs/trunk/; revision=28526
2011-08-12 18:43:20 +00:00
Peter Simons c832fc15eb haskell-derive: updated to version 2.5.4
svn path=/nixpkgs/trunk/; revision=28525
2011-08-12 18:43:14 +00:00
Peter Simons e90e922f14 haskell-AC-Vector: updated to version 2.3.2
svn path=/nixpkgs/trunk/; revision=28524
2011-08-12 18:43:10 +00:00
Peter Simons fd9fb9bf6b haskell-hlint: updated to version 1.8.14
svn path=/nixpkgs/trunk/; revision=28523
2011-08-12 18:43:06 +00:00
Peter Simons adaf1cc644 haskell-uuagc: updated to version 0.9.39.1
svn path=/nixpkgs/trunk/; revision=28522
2011-08-12 18:43:02 +00:00
Peter Simons 244b7e8084 haskell-uuagc-cabal: updated to version 1.0.0.4
svn path=/nixpkgs/trunk/; revision=28521
2011-08-12 18:42:58 +00:00
Peter Simons fb64f8d4ed haskell-uuagc-bootstrap: updated to version 0.9.39.1.0
svn path=/nixpkgs/trunk/; revision=28520
2011-08-12 18:42:53 +00:00
Eelco Dolstra fa1433ec8b * Fix SSL support in Chrome. It dynamically tries to open
libnssckbi.so (which contains the root certificates), so that
  library has to be in LD_LIBRARY_PATH.

svn path=/nixpkgs/trunk/; revision=28519
2011-08-12 16:45:17 +00:00
Marco Maggesi b7190d1e86 VirtualBox Guest Additions: install modules for Xorg version 1.9.x
svn path=/nixpkgs/trunk/; revision=28518
2011-08-12 14:27:28 +00:00
Peter Simons 834af21551 More missing meta.platforms attributes. Grrr.
svn path=/nixpkgs/trunk/; revision=28517
2011-08-12 12:43:03 +00:00
Peter Simons 3cb574c748 haskell-uuagc: added missing meta.platforms
svn path=/nixpkgs/trunk/; revision=28516
2011-08-12 12:40:03 +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 0891479ca6 haskell-epic: updated to version 0.1.11
svn path=/nixpkgs/trunk/; revision=28513
2011-08-12 11:02:48 +00:00
Peter Simons 493e36669c haskell-leksah: updated build expression for recent versions of cabal.nix
svn path=/nixpkgs/trunk/; revision=28512
2011-08-12 11:02:44 +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 7ef8b88998 haskell-uulib: updated to version 0.9.14
svn path=/nixpkgs/trunk/; revision=28509
2011-08-12 09:19:56 +00:00
Peter Simons d246394fda haskell-uniplate: updated to version 1.6.1
svn path=/nixpkgs/trunk/; revision=28508
2011-08-12 09:19:52 +00:00
Peter Simons a17757e5fc haskell-MonadCatchIO-mtl: updated to version 0.3.0.4
svn path=/nixpkgs/trunk/; revision=28507
2011-08-12 09:19:48 +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
Lluís Batlle i Rossell 5a177910ad Fixing a bug in 'giv'. Reported upstream already.
svn path=/nixpkgs/trunk/; revision=28504
2011-08-12 08:31:48 +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 ac71f2adb8 haskell-haskeline: fixed build with ghc 7.2.1
svn path=/nixpkgs/trunk/; revision=28501
2011-08-12 00:23:12 +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
Shea Levy 5040530375 openjdk: Only builds on linux for now
svn path=/nixpkgs/trunk/; revision=28495
2011-08-11 14:48:06 +00:00
Shea Levy b6d81d67d8 openjdk: Comment out the multiple outputs stuff for now
svn path=/nixpkgs/trunk/; revision=28494
2011-08-11 13:35:20 +00:00