Commit Graph

23449 Commits

Author SHA1 Message Date
Austin Seipp
5ab1096f1f nixpkgs: re2c 0.14.1 -> 0.14.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
Peter Simons
548dfdb832 cabal-install: add old 1.18.x version for the benefit of ghc-mod users
Install "haskellngPackages.cabal-install_1_18_0_8" to run ghc-mod with
GHC 7.8.x. Resolves https://github.com/NixOS/nixpkgs/issues/7133.
2015-04-02 22:59:05 +02:00
Domen Kožar
7cc31b6b49 fix eval 2015-04-02 22:30:28 +02:00
Peter Simons
b07f749f37 haskell-AttoJson: mark broken 2015-04-02 20:58:31 +02:00
Peter Simons
27842ccd75 haskell-ng: fix webkit and websnap 2015-04-02 20:58:31 +02:00
Peter Simons
82893282dd haskell-ng: fix Hydra evaluation errors 2015-04-02 20:58:31 +02:00
Peter Simons
847f25d03b hackage-packages.nix: enable a couple of builds that now succeed 2015-04-02 20:58:31 +02:00
Thomas Tuegel
c0d5cd0ff9 poppler: fix build of Qt 4 and Qt 5 wrappers
The autoconf build system for poppler does not support building the
wrappers separately, so this slightly enlarges the size of closures. To
compensate, the command-line utilities have been separated into their
own package.
2015-04-02 09:51:44 -05:00
Thomas Tuegel
da74e8c317 poppler: remove qtcairo patch cruft 2015-04-02 09:51:43 -05:00
Vincent Laporte
5275d1e11e ounit: fix homepage URL 2015-04-02 15:45:13 +02:00
aszlig
8769f43aa4
qt-5.4: Fix reference to MySQL library.
The MySQL library has been split up from the main client/server binaries
in 53f1d8147d.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-02 13:31:35 +02:00
Arseniy Seroka
d7382dc748 Merge pull request #7130 from spwhitt/gimp
Get GIMP to build on Darwin and misc. related fixes
2015-04-02 06:02:49 +03:00
William A. Kennington III
c91f939b94 libibverbs: Correct platforms 2015-04-01 19:37:30 -07:00
William A. Kennington III
4a76e860bb libunwind: Add meta information 2015-04-01 19:33:39 -07:00
William A. Kennington III
758319f67f One more mysql fix 2015-04-01 16:52:38 -07:00
William A. Kennington III
b524480695 More mysql migrations 2015-04-01 16:50:47 -07:00
William A. Kennington III
a604b42480 mysql: Use libs in place of the binary mysql 2015-04-01 16:46:53 -07:00
William A. Kennington III
bc7b39784a DBD-mysql: 4.023 -> 4.031 2015-04-01 16:41:19 -07:00
William A. Kennington III
71a2a59f46 opendbx: 1.4.4 -> 1.4.6 2015-04-01 16:31:51 -07:00
Spencer Whitt
1155bb97f8 poppler: 0.28.1 -> 0.32.0 and cmake -> configure
Use autotools build script rather than cmake as the cmake build script
is buggy (doesn't seem to work with openjpeg2)

Fixes build on Darwin and openjpeg2 support on Linux
2015-04-01 19:24:20 -04:00
Spencer Whitt
d27ba2824a gegl: fix Darwin build 2015-04-01 19:24:20 -04:00
Spencer Whitt
8430216fb5 aalib: patch for Darwin 2015-04-01 19:24:19 -04:00
Spencer Whitt
fe527e7d33 babl: 0.1.10 -> 0.1.12
New version fixes build on Darwin
2015-04-01 19:24:03 -04:00
William A. Kennington III
7c30e7aa04 Merge pull request #7126 from spwhitt/imagemagick
Fixes for ImageMagick's dependencies on Darwin
2015-04-01 14:31:14 -07:00
Eric Seidel
422e91d0f9 Merge pull request #7112 from spwhitt/gtk3
gtk3: fix Darwin build
2015-04-01 14:03:38 -07:00
Spencer Whitt
0253cf06c0 libfpx: fix Darwin build 2015-04-01 16:59:33 -04:00
Spencer Whitt
d68a0554b6 librsvg: Fix libintl undefined symbols on Darwin 2015-04-01 16:57:40 -04:00
Peter Simons
75b527c1e1 haskell-modules: disable broken builds on Hydra 2015-04-01 22:54:45 +02:00
Peter Simons
36a2361976 haskell-ng-lib: add combinators for enabling/disabling source hyper-linking 2015-04-01 22:54:45 +02:00
Peter Simons
945269a48f haskell-generic-builder: gratuitous cosmetic change to trigger a complete re-build
hydra.nixos.org serves broken binaries because of our favorite non-deterministic
package IDs in GHC bug. :-( Re-building everything from scratch seems like the
easiest way to recover.
2015-04-01 22:54:45 +02:00
Peter Simons
7eda2f9ebb haskell-generic-builder: allow use of 'env' attributes in nix-shell
We disabled this to prevent users from accidentally running nix-build on
an 'env' attribute, but in fact the ability to use those in combination
with "nix-shell -p" is quite useful, so the restriction is lifted.
2015-04-01 22:54:45 +02:00
Peter Simons
59a1969f88 haskell-generic-builder: enable parallel building of libraries with GHC version >= 7.10.1
We'll blame @Fuuzetsu if this change produces broken binaries left and right.
2015-04-01 22:54:45 +02:00
Peter Simons
943bc26762 haskell-generic-builder: when replacing an edited Cabal file, show the download URL rather than the store path 2015-04-01 22:54:45 +02:00
Peter Simons
1afa8d28ea hackage-packages.nix: re-generate from Hackage 2015-04-01T12:39:25+0200 2015-04-01 22:54:45 +02:00
Spencer Whitt
759d55dc94 gtk3: fix Darwin build 2015-04-01 16:45:37 -04:00
William A. Kennington III
a993778fd7 Merge pull request #7101 from spwhitt/openexr_impurity
Fix impurity in OpenEXR + IlmBase
2015-04-01 10:31:06 -07:00
Spencer Whitt
1924e48253 jbigkit: patch makefiles to use Clang when needed 2015-04-01 12:36:39 -04:00
Edward Tjörnhammar
cce00353d0 Merge pull request #7122 from joelmo/i2p-official
i2p: added package
2015-04-01 18:24:22 +02:00
Joel Moberg
81465e8e56 graph-tool: add joelmo to maintainers 2015-04-01 18:16:15 +02:00
Eelco Dolstra
33dfdbd0df php: Update to 5.4.39
CVE-2015-2787, CVE-2015-2348, CVE-2015-2305, CVE-2015-2331.
2015-04-01 16:22:12 +02:00
lethalman
e2bc785fe1 Merge pull request #7119 from joachifm/gnu-smalltalk-emacs-support
gnu-smalltalk: optional emacs support
2015-04-01 14:58:23 +02:00
Joachim Fasting
c958486eea gnu-smalltalk: optional emacs support 2015-04-01 14:44:42 +02:00
Peter Simons
fbfec3fc35 llvmPackages_34.dragonegg is broken because the required "ABIHack.inc" patch has disappeared upstream 2015-04-01 14:31:48 +02:00
Eelco Dolstra
3779aa07f5 ffmpeg: Reduce dependency bloat
It was depending on Qt, MariaDB and PostgreSQL (via v4l-utils),
causing the closure size to explode from 475 MB to 1.3 GB.

http://hydra.nixos.org/job/nixpkgs/trunk/ffmpeg.x86_64-linux#tabs-charts

Also disabled a bunch of other mostly obscure dependencies.
2015-04-01 13:31:05 +02:00
lethalman
c1c64f70c6 Merge pull request #7046 from svenkeidel/gnu-smalltalk
gnu-smalltalk: new package
2015-04-01 12:03:48 +02:00
Vincent Laporte
71b04c5b3a ocaml-fileutils: also install the API documentation 2015-04-01 09:58:26 +02:00
John Wiegley
80c6c5e9ec global: wrap "global" in the same fashion 2015-03-31 20:56:05 -05:00
John Wiegley
c7ce8c7768 global: make pygments visible to "gtags" binary 2015-03-31 20:53:22 -05:00
Eric Seidel
b8d75c66ee haskell-ng: need to use haddock-api-2.15 on ghc-7.8 2015-03-31 16:07:43 -07:00
John Wiegley
b29fc6bfaf global: add missing spaces to configureFlags 2015-03-31 16:09:40 -05:00