Commit Graph

15182 Commits

Author SHA1 Message Date
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
Peter Simons
46c0976c0a dropped empty bnfc directory
svn path=/nixpkgs/trunk/; revision=28644
2011-08-17 15:05:48 +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