Commit graph

6577 commits

Author SHA1 Message Date
Ludovic Courtès 5481e67e23 GNU libc: Backport Hurd-related changes from glibc 2.12 in trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32374
2012-02-17 22:12:40 +00:00
Eelco Dolstra 0811db080e * Move all glibc versions to development/libraries/glibc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32373
2012-02-17 22:02:37 +00:00
Eelco Dolstra 6c2de318ad * Move all gcc versions to development/compilers/gcc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32371
2012-02-17 21:47:08 +00:00
Eelco Dolstra da3ecd1256 * gcc-apple: produce a libstdc++.dylib that doesn't depend on
/usr/lib/libstdc++.dylib.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32365
2012-02-17 19:33:12 +00:00
Eelco Dolstra 0e6c77befa * On Darwin, don't link Perl against /usr/lib/libutil.dylib. Libutil
uses /usr/lib/libstdc++.dylib, and so we get segfaults when using
  Perl modules that depend on another libstdc++.dylib (like Nix's Perl
  bindings).  It doesn't appear that libutil provides useful
  functionality for Perl on Darwin.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32364
2012-02-17 19:32:15 +00:00
Eelco Dolstra d575666a12 * Fix building zlib on Cygwin.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32358
2012-02-17 17:02:18 +00:00
Eelco Dolstra 31ebc5d950 * Get rid of Qt 4.6. It doesn't compile with GCC 4.6. There was only
one application still using it (Caneda), but upgrading it allowed it
  to build with Qt 4.7.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32353
2012-02-17 14:34:42 +00:00
Yury G. Kudryashov 79d0d410cb svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32350
2012-02-17 13:43:31 +00:00
Yury G. Kudryashov afb26b6aed vigra-1.8.0
svn path=/nixpkgs/trunk/; revision=32346
2012-02-17 13:03:41 +00:00
Yury G. Kudryashov 572a26b27e mediastreamer-2.8.0
svn path=/nixpkgs/trunk/; revision=32343
2012-02-17 13:03:27 +00:00
Arie Middelkoop f8b1a1db26 Coccinelle: wrapper for 'spatch.opt'.
There was already a wrapper for spatch, but not for the optimized version 'spatch.opt'.
Actually, for coccinelle in nixpkgs, I'd propose to only provide the optimized version of
spatch, as it makes no difference for the end user.

svn path=/nixpkgs/trunk/; revision=32341
2012-02-16 23:55:46 +00:00
Peter Simons 255dc2478d haskell-cabal2nix: updated to version 1.27
svn path=/nixpkgs/trunk/; revision=32332
2012-02-16 17:48:28 +00:00
Peter Simons e76f971db6 haskell-happstack-hamlet: updated to version 6.2.4
svn path=/nixpkgs/trunk/; revision=32331
2012-02-16 17:47:59 +00:00
Yury G. Kudryashov e5027e5b36 svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
2012-02-16 15:02:26 +00:00
Peter Simons cb28766341 Re-generated Haskell package descriptions with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32327
2012-02-16 14:05:41 +00:00
Peter Simons b7e432214b haskell-packages.nix: improved handling of 'Cabal'
Most packages use the Cabal library only as a build tool, and as such it is a
dependency of the cabal.nix builder -- not of the package that's being built
with that builder.

svn path=/nixpkgs/trunk/; revision=32326
2012-02-16 14:05:01 +00:00
Peter Simons 0fea240440 haskell-alternative-io: added meta.maintainers section
svn path=/nixpkgs/trunk/; revision=32318
2012-02-16 09:05:47 +00:00
Peter Simons 3b0b922884 haskell-uniplate: updated to version 1.6.6
svn path=/nixpkgs/trunk/; revision=32317
2012-02-16 09:05:45 +00:00
Peter Simons 62757d7b36 haskell-simple-sendfile: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=32316
2012-02-16 09:05:43 +00:00
Peter Simons 40919ea624 haskell-pandoc: updated to version 1.9.1.1
svn path=/nixpkgs/trunk/; revision=32315
2012-02-16 09:05:40 +00:00
Peter Simons f0584f1367 haskell-language-javascript: updated to version 0.4.9
svn path=/nixpkgs/trunk/; revision=32314
2012-02-16 09:05:38 +00:00
Peter Simons f76039e1e0 haskell-hmatrix: updated to version 0.13.1.0
svn path=/nixpkgs/trunk/; revision=32313
2012-02-16 09:05:35 +00:00
Peter Simons 61175b2026 haskell-haskell-src-meta: updated to version 0.5.1
svn path=/nixpkgs/trunk/; revision=32312
2012-02-16 09:05:33 +00:00
Peter Simons 3d85ce1843 haskell-crypto-pubkey-types: updated to version 0.1.1
svn path=/nixpkgs/trunk/; revision=32311
2012-02-16 09:05:27 +00:00
Shea Levy 75d4746680 Update rubygems
svn path=/nixpkgs/trunk/; revision=32309
2012-02-16 02:07:23 +00:00
Eelco Dolstra b9309ffdaf * Typo (spotted by Danny Groenewegen).
svn path=/nixpkgs/trunk/; revision=32307
2012-02-15 16:30:46 +00:00
Eelco Dolstra 0b0f44b117 * Updated apr to 1.4.6 and apr-util to 1.4.1.
svn path=/nixpkgs/trunk/; revision=32303
2012-02-15 16:21:33 +00:00
Peter Simons ca1912036b cppcheck: added version 1.53
svn path=/nixpkgs/trunk/; revision=32302
2012-02-15 16:07:45 +00:00
Peter Simons c5d870f1d8 sparse: updated to version 0.4.4
svn path=/nixpkgs/trunk/; revision=32301
2012-02-15 16:07:38 +00:00
Peter Simons 26d8fc0ca1 haskell-language-javascript: updated to version 0.4.8
svn path=/nixpkgs/trunk/; revision=32297
2012-02-15 10:39:20 +00:00
Peter Simons 2df2202804 haskell-highlighting-kate: updated to version 0.5.0.5
svn path=/nixpkgs/trunk/; revision=32296
2012-02-15 10:39:18 +00:00
Peter Simons c37d8c5f90 haskell-hashable: updated to version 1.1.2.3
svn path=/nixpkgs/trunk/; revision=32295
2012-02-15 10:39:15 +00:00
Peter Simons 9882d962d1 haskell-alternative-io: added version 0.0.0
svn path=/nixpkgs/trunk/; revision=32294
2012-02-15 10:39:09 +00:00
Peter Simons ac69747aa8 Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
2012-02-14 17:00:37 +00:00
Peter Simons 844d950d13 haskell-cabal2nix: updated to version 1.26
svn path=/nixpkgs/trunk/; revision=32291
2012-02-14 16:59:04 +00:00
Peter Simons 3256e7f5c2 haskell-nixos-types: removed obsolete package
svn path=/nixpkgs/trunk/; revision=32290
2012-02-14 16:59:01 +00:00
Peter Simons adc9bf0510 haskell-packages.nix: removed obsolete 'aeson-native' and 'blaze-textual-native'
svn path=/nixpkgs/trunk/; revision=32289
2012-02-14 16:58:58 +00:00
Peter Simons 89a958e4d0 haskell-packages.nix: allow packages to be built with a version of 'Cabal' other than the one shipped with the compiler
svn path=/nixpkgs/trunk/; revision=32288
2012-02-14 16:58:56 +00:00
Peter Simons 5cbc5242a8 haskell-wai-logger: updated to version 0.1.4
svn path=/nixpkgs/trunk/; revision=32286
2012-02-14 16:58:51 +00:00
Peter Simons f2ee9177d0 haskell-stb-image: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=32285
2012-02-14 16:58:48 +00:00
Peter Simons e6f6c4b42e haskell-shakespeare-i18n: updated to version 0.0.2
svn path=/nixpkgs/trunk/; revision=32284
2012-02-14 16:58:46 +00:00
Peter Simons 75da6dea33 haskell-libmpd: updated to version 0.7.2
svn path=/nixpkgs/trunk/; revision=32283
2012-02-14 16:58:43 +00:00
Peter Simons 19be3645ad haskell-http-types: updated to version 0.6.9
svn path=/nixpkgs/trunk/; revision=32282
2012-02-14 16:58:41 +00:00
Peter Simons 385e002338 haskell-hakyll: updated to version 3.2.6.1
svn path=/nixpkgs/trunk/; revision=32281
2012-02-14 16:58:38 +00:00
Peter Simons 1bc51d7448 haskell-hackage-db: updated to version 1.3
svn path=/nixpkgs/trunk/; revision=32280
2012-02-14 16:58:35 +00:00
Peter Simons 9c1bdb6d90 haskell-ghc-mod: updated to version 1.10.5
svn path=/nixpkgs/trunk/; revision=32279
2012-02-14 16:58:33 +00:00
Peter Simons 70d973551a haskell-bitmap: updated to version 0.0.2
svn path=/nixpkgs/trunk/; revision=32278
2012-02-14 16:58:30 +00:00
Peter Simons 3c63b41aa4 haskell-tar: added version 0.4.0.0
svn path=/nixpkgs/trunk/; revision=32277
2012-02-14 16:58:27 +00:00
Peter Simons f1abe7d195 haskell-network: updated 2.3.x version to 2.3.0.11
svn path=/nixpkgs/trunk/; revision=32276
2012-02-14 16:58:24 +00:00
Peter Simons ebdb515865 pkgs/development/compilers/gcc-4.6: added 'enablePlugin' attribute (defaults to false) to add support for GCC plugins (such as melt)
svn path=/nixpkgs/branches/stdenv-updates/; revision=32275
2012-02-14 14:42:59 +00:00