Commit graph

23769 commits

Author SHA1 Message Date
Nathaniel Baxter
4b7d390c92 gecode: update from 4.3.3 to 4.4.0 2015-04-14 17:47:30 +10:00
aszlig
311aa5d8d9
python-wrapper: Handle strings at the beginning.
This should fix #7366 for now, but using the (IMHO) pragmatic approach
of extending the sed expression to recognize strings.

However, this approach is obviously not parsing the full AST, nor does
it wrap Python itself (as pointed out by @spwhitt in #7366) but tries to
match Python strings as best as possible without getting TOO unreadable.

We also use a little bit of Nix to help generating the SED expression,
because doing the whole quote matching block over and over again would
be quite repetitious and error-prone to change. The reason why I'm using
imap here is that we need to have unique labels to avoid jumping into
the wrong branch.

So the new expression is not only able to match continous regions of
triple-quoted strings, but also regions with only one quote character
(even with escaped inner quotes) and empty strings.

However, what it doesn't correctly recognize is something like this:

"string1" "string2" "multi
line
string"

Which is very unlikely that we'll find something like this in the wild.
Of course, we could handle it as well, but it would mean that we need to
substitute the current line into hold space until we're finished parsing
the strings, branch off to another label where we match multiline
strings of all sorts and swap hold/pattern space and finally print the
result. So to summarize: The SED expression would be 3 to 4 times bigger
than now and we gain very little from that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-14 07:13:15 +02:00
William A. Kennington III
a9e364a998 Merge pull request #7159 from codyopel/libvpx-cleanup
libvpx: refactor & 1.3.0 -> 1.4.0
2015-04-13 21:38:07 -07:00
William A. Kennington III
362ac71a66 libksba: 1.3.2 -> 1.3.3 2015-04-13 18:03:01 -07:00
William A. Kennington III
c855339dc7 libgpg-error: 1.18 -> 1.19 2015-04-13 18:03:01 -07:00
Charles Strahan
d48ff3a9b4 mailcore2: update to version 0.5.1 2015-04-13 16:54:51 -04:00
Mateusz Kowalczyk
8f48e49d71 haskell-ng: patch dyre to check NIX_GHC
xmonad is patched in similar manner already
2015-04-13 11:08:15 +01:00
Dmitry Belyaev
2a10294b74 Update rustcMaster 2015-04-13 15:55:39 +10:00
Dmitry Belyaev
871d11c176 Update cargoSnapshot to rustc-1.0.0-beta release 2015-04-13 15:55:39 +10:00
Dmitry Belyaev
7a51920367 Provide rustc-1.0.0-beta as the default for rustc
The patch injects full paths to utilities rather then expects to find then in the environment.
Also remove alphas.
2015-04-13 15:50:24 +10:00
William A. Kennington III
6fa8239669 libevdev: 1.3.1 -> 1.4.1 2015-04-12 20:33:00 -07:00
Domen Kožar
c6512f7df3 buildPythonPackage: propagate setuptools 2015-04-12 21:15:36 -04:00
Austin Seipp
a4e63baf35 nixpkgs: arcanist 20150318 -> 20150412
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 12:16:30 -05:00
Shea Levy
526bf50e2e data-clist: Bump to 0.0.7.4
Refs sw17ch/data-clist#8

Not a full hackage update due to NixOS/cabal2nix#160
2015-04-12 12:45:30 -04:00
Austin Seipp
11ff78da80 nixpkgs: update oraclejdk8 sha256s
Apparently, these changed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-12 01:15:52 -05:00
Shea Levy
95c8a358f5 diagrams-rasterific: jailbreak 2015-04-11 18:26:29 -04:00
Shea Levy
1cbf0b7d27 diagrams-lib: build on ghc-7.10 2015-04-11 18:22:50 -04:00
Shea Levy
ed892e222b ekg: jailbreak 2015-04-11 17:46:37 -04:00
Shea Levy
5b1692531e diagrams-core: Enable building on ghc 7.10 2015-04-11 17:40:04 -04:00
Shea Levy
aa65eacedc statestack: Patch in ghc 7.10 support 2015-04-11 17:26:32 -04:00
Shea Levy
6d6bd65b62 monoid-extras: Build on 7.10 2015-04-11 17:20:20 -04:00
Shea Levy
da2d0519d7 haskell-linear: Patch out Werror 2015-04-11 17:01:10 -04:00
Shea Levy
06089c3505 ekg-core: Jailbreak for ghc-prim 2015-04-11 16:34:09 -04:00
Shea Levy
4316ecdd81 haskell-ng.data-clist: jailbreak 2015-04-11 16:30:50 -04:00
Shea Levy
0521b74009 safecopy: Disable tests on ghc 7.10
Refs acid-state/safecopy#25 acid-state/safecopy#26
2015-04-11 15:23:53 -04:00
Shea Levy
afa985d4e7 arithmoi: Fix for ghc 7.10 2015-04-11 14:40:39 -04:00
Shea Levy
fe4d221a30 ffmpeg-light: libavutil is part of ffmpeg.
Refs NixOS/cabal2nix#159
2015-04-11 14:24:02 -04:00
William A. Kennington III
f2c5ddb966 xmlrpc-c: 1.25.30 -> 1.33.17 2015-04-10 23:23:53 -07:00
Edward Tjörnhammar
f13d9f28e8 ihaskell: deprecate old haskellPackages expression 2015-04-11 00:09:31 +02:00
John Wiegley
86bead829a bedrock: Don't bulid Cito without the platform 2015-04-10 14:13:54 -05:00
Vincent Laporte
0dcd94bf81 ocaml-pgocaml: update from 2.1 to 2.2 2015-04-10 17:45:37 +02:00
Arseniy Seroka
3fb880fc77 Merge pull request #7296 from devhell/mediainfo
Update mediainfo{-gui} and dependencies
2015-04-10 17:52:45 +03:00
Peter Simons
37f7e152d5 Merge pull request #7303 from teh/master
Update closure-compiler and fix purescript for ghc 7.8
2015-04-10 13:48:40 +02:00
Peter Simons
79fca7c3e4 Merge pull request #7267 from couchemar/erlang-r17.5
erlang/R17 update to 17.5
2015-04-10 11:12:40 +02:00
Vladimír Čunát
6e80d9b5fb shroedinger: add a mirror, as homepage is inaccessible 2015-04-10 09:41:03 +02:00
Arseniy Seroka
00c3a9751a Merge pull request #7284 from couchemar/elixir-1.0.4
Update elixir to 1.0.4
2015-04-09 23:49:02 +03:00
Charles Strahan
7d11b9535d Merge pull request #7161 from cstrahan/taffybar-fix
haskell: fix taffybar on GHC 7.10
2015-04-09 16:33:35 -04:00
William A. Kennington III
f00f25bf6a libsecret: 0.16 -> 0.18 2015-04-09 13:21:46 -07:00
Charles Strahan
b5f63776a0 haskell: simplify ghcjs-dom expression for GHCJS 2015-04-09 15:02:16 -04:00
Charles Strahan
ed30c8ba40 haskell: use native alex and happy for GHCJS 2015-04-09 15:02:16 -04:00
Charles Strahan
f415ce2953 haskell: bring back wl-pprint patch
partially reverts 5742215
2015-04-09 15:02:16 -04:00
devhell
4c9d7ccbe7 Update mediainfo{-gui} and dependencies
* mediainfo{-gui} 0.7.72 -> 0.7.73
* libmediainfo    0.7.72 -> 0.7.73
* libzen          0.4.30 -> 0.4.31

From the mediainfo ChangeLog:
```
Version 0.7.73, 2015-04-09

+ BPG: basic support, thanks to Kurtnoise
+ CAF: basic support of Apple Core Audio Format, sponsored by FlavorSys
+ JPEG-2000: Display of profile (Rsiz)
+ JPEG-2000: detection of XYZ colorspace (based on D-Cinema profile)
+ FFV1 in MOV: more details (version...)
+ MOV/MPEG-4: handling of clcn (little endian nclc) Color parameter type
+ #P84, Matroska: Add TEXTST support to the MKV Parser, thanks to Kurtnoise
+ #P85, MPEG-TS: Add TEXTST support to the MPEG-PSI Parser, thanks to Kurtnoise
+ MediaInfoDLL interface: clean up, more debug features added
+ MediaInfoDLL interface: Giant threads lock removed
+ #F460, VC-3/DNxHD: detection of RGB 444 and other SMPTE ST 2019 (2014) new CIDs
+ VC-3/DNxHD: version number (HVN)
+ Clean aperture size is move from width/height to its own field
+ HEVC: tier
+ MXF: writing library and writing application fields are cleaned up
+ ProRes: support of 4444 profiles
+ CAP: detection of CAP files from Cheetah and Lambda
x B886, XML and HTML outputs were broken
x B902: EBU AspectRatio invalid in case of non classic numerator:denominator format
x #B758, VC-3/DNxHD: wrong color space and subsampling in case of unknown CID, now empty if format version is not known
x #B903, MXG: Incorrect timecode track used for AS-11 DPP MXF files
x #B904, MXF: Handling repetition of Header Metadata in MXF files
x MXF: AFD value was wrong (displaying the complete byte, but AFD is only 4 bits of this byte)
x DTS: some streams in Little endian were not detected
x MPEG-4: some files were having an incorrect frame count
x AVC: Some SCTE 128 caption streams were displayed twice
x BMP; accepting files with file size information set to -1
x RF64: samplesCount was not always right
x MOV: avoid wrong parsing in case of "colr" atom with "prof" color parameter type
x DCP/IMF: ID has now the AM/PKL CPL order in order in all cases (not only when there is more than one CPL)
x #B893, MXF: Crash with Panasonic P2 3.0 files
x DPX: time information was with native ":" character
x Images sequence: "Delay" field is filled from the number in the name of the first file
x FLV: some files were not having the right duration
x DPX: Cineon files were detected as DPX Version 1, version number was not corresponding to the real version
```
2015-04-09 18:57:30 +01:00
lethalman
99c0410ccf Merge pull request #7291 from Havvy/master
Update io.js
2015-04-09 18:56:28 +02:00
John Wiegley
208400cb3e haskellngPackages.stm-conduit: 2.6.0 fails to build tests 2015-04-09 10:57:43 -05:00
Ryan Scheel (Havvy)
ae8efc22a5 Remove error hiding, comment saying where to call script from. 2015-04-09 17:11:47 +02:00
Ryan Scheel (Havvy)
2e465757f8 Update iojs to latest version. 2015-04-09 17:10:13 +02:00
Tom Hunger
0fb056f521 haskell-ng: Fix purescript build expression for GHC 7.8. 2015-04-09 14:21:17 +01:00
Tom Hunger
f71fa3cf75 closure-compiler: 20130603 -> 20150315. 2015-04-09 14:21:17 +01:00
Utku Demir
57422158b2 Remove haskellngPackages.wl-pprint-* patches since updated upstream 2015-04-09 13:02:04 +00:00
Andrey Pavlov
c3fd42ff64 Update elixir to 1.0.4 2015-04-09 10:10:35 +03:00
codyopel
f7c72d38f6 libgsm: 1.0.13 -> 1.0.14 & improve cross platform support 2015-04-08 21:17:11 -04:00
Nikolay Amiantov
08bf6c93c5 haskellng.leksah: don't run tests 2015-04-09 03:27:16 +03:00
Nikolay Amiantov
7e3d178e7b haskell-ng.llvm-general: style fix 2015-04-09 03:05:57 +03:00
Nikolay Amiantov
f0f7707a03 haskellng.llvm-general: fix build
Closes #7259
2015-04-09 03:02:43 +03:00
Nikolay Amiantov
3956bc8e64 haskell-ng: fix various packages for 7.10 2015-04-09 02:58:59 +03:00
William A. Kennington III
1021e33fde v8: 3.26.31.15 -> 3.30.33.16 2015-04-08 13:43:25 -07:00
William A. Kennington III
64abb36f66 wiredtiger: Add derivation 2015-04-08 13:17:42 -07:00
Aristid Breitkreuz
13360ba5dc Merge pull request #7257 from spwhitt/inkscape
Fixes to build inkscape on Darwin
2015-04-08 21:59:48 +02:00
Peter Simons
34a8b2ee48 hackage-packages.nix: re-generate from Hackage 2015-04-08T15:53:57+0200 2015-04-08 21:00:03 +02:00
lethalman
8d737d7bc2 Merge pull request #7197 from siddhanathan/master
opencv: update to 2.4.11
2015-04-08 18:39:44 +02:00
Peter Simons
5dc667035f haskell-ceilometer-common: test suite was fixed upstream 2015-04-08 16:53:01 +02:00
Pascal Wittmann
c50d47858f groovy: update from 2.4.2 to 2.4.3 2015-04-08 16:25:13 +02:00
Pascal Wittmann
2887162c7a intel-gpu-tools: update from 1.9 to 1.10 2015-04-08 16:06:58 +02:00
Pascal Wittmann
2958fedc2d global: update from 6.3.4 to 6.4 2015-04-08 16:04:56 +02:00
Pascal Wittmann
4576a72e45 checkstyle: update from 6.4.1 to 6.5 2015-04-08 16:03:03 +02:00
Andrey Pavlov
90b1507419 erlang/R17 update to 17.5 2015-04-08 15:18:39 +03:00
Spencer Whitt
2f4f77c682 libcdr: disable -Werror for clang 2015-04-08 01:05:50 -04:00
Spencer Whitt
5920d68f2e libvisio: build on Darwin 2015-04-08 01:05:50 -04:00
Spencer Whitt
2180d95937 librevenge: fix on Darwin 2015-04-08 01:05:50 -04:00
Spencer Whitt
5e62ac5501 glibmm, gtkmm: build on Darwin 2015-04-08 01:05:50 -04:00
Tobias Geerinckx-Rice
1926a7aa32 Tidy nckx-maintained packages
- Use fetchFromGitHub when possible
- Build in parallel if supported
2015-04-08 02:29:42 +02:00
Spencer Whitt
52f619ae1f imlib2: fix Darwin build 2015-04-07 18:49:22 -04:00
Arseniy Seroka
1035b7b6c9 Merge pull request #7244 from spwhitt/fail2ban
fail2ban and gamin: fixes on Darwin
2015-04-08 00:35:29 +03:00
Thomas Tuegel
74b2253ef8 qt54: remove obsolete qmake expression 2015-04-07 16:30:57 -05:00
Spencer Whitt
15fd97b74d gamin: Patch bug which clang detects as error 2015-04-07 13:48:26 -04:00
Spencer Whitt
1c0f1ce949 krb5: fix Darwin build by providing mig 2015-04-07 12:51:14 -04:00
Eelco Dolstra
16ccc46c29 Revert "nodejs: Update to 0.12.2"
This reverts commit 088523f094.

Fixes #7243.
2015-04-07 17:54:38 +02:00
John Wiegley
e5775f533a Merge pull request #7145 from flosse/old-stable-nodejs
nixpkgs: added old stable nodejs v0.10.38
2015-04-07 10:38:47 -05:00
John Wiegley
8f702347a2 Merge pull request #7169 from cstrahan/hakyll-ghc710-fix
hakyll: fix on GHC 7.10
2015-04-07 10:37:55 -05:00
John Wiegley
0f817531b8 Merge pull request #7242 from spwhitt/liboil
Fix liboil build on Darwin
2015-04-07 10:33:29 -05:00
Charles Strahan
9abd483f7e haskell: use HStringTemplate 0.8.3 on GHC 7.10.x
fixes taffybar
closes #7161
2015-04-07 10:50:15 -04:00
Charles Strahan
fad17a9ace hakyll: fix on GHC 7.10 2015-04-07 10:32:31 -04:00
Eelco Dolstra
088523f094 nodejs: Update to 0.12.2 2015-04-07 14:53:45 +02:00
Eelco Dolstra
488d7a70e1 nodejs: Disable unstableVersion
It's pretty pointless to have an unstable version older than the
stable version.
2015-04-07 14:07:48 +02:00
Nikolay Amiantov
d33d53a3a3 haskellng.caramia: fix build 2015-04-07 13:14:33 +03:00
codyopel
1459578315 chromaprint: 1.1 -> 1.2 2015-04-07 04:53:16 -04:00
William A. Kennington III
72d7ff2ace belle-sip: Add derivation 2015-04-06 20:12:07 -07:00
William A. Kennington III
63be75faa1 libzrtpcpp: Remove 1.6 2015-04-06 20:12:07 -07:00
William A. Kennington III
3b4a217cb7 mediastreamer: 2.10.0 -> 2.11.1 2015-04-06 20:12:07 -07:00
William A. Kennington III
ac0a939b1f libzrtpcpp: Refactor 2015-04-06 20:12:07 -07:00
William A. Kennington III
e596f6dab7 ccrtp: 2.0.9 -> 2.1.2 2015-04-06 20:12:07 -07:00
William A. Kennington III
fe4997d58d srtp: Remove linphone and update 1.4.4 -> 1.5.2 2015-04-06 20:12:07 -07:00
William A. Kennington III
8ad6b875ab ortp: 0.22.0 -> 0.24.1 2015-04-06 20:12:07 -07:00
William A. Kennington III
c10baf8377 mbedtls: Add derivation 2015-04-06 20:12:07 -07:00
William A. Kennington III
49b0ed21bd ucommon: 6.1.11 -> 6.3.1 2015-04-06 20:12:07 -07:00
Peter Simons
d751367d70 haskell-gloss: keep old version around for GHC 7.8.x 2015-04-06 21:24:34 +02:00
Peter Simons
16dd6caec0 haskell-safecopy: upstream has fixed the test suite 2015-04-06 21:24:34 +02:00
Peter Simons
696513be2c haskell-mysql: manually pass the correct "lib" derivation
Apparently, automatic propagation to "mysql" still doesn't work. Anyway,
it's nicer to link "lib" only anyway.
2015-04-06 21:24:34 +02:00
Peter Simons
e3925a3478 hackage-packages.nix: re-generate from Hackage 2015-04-06T20:16:31+0200 2015-04-06 21:24:34 +02:00
Nikolay Amiantov
25618c3670 agda: migrate to haskell-ng, update and cleanup
Resolves https://github.com/NixOS/nixpkgs/pull/7172.
2015-04-06 21:24:33 +02:00
Peter Simons
434f129c62 Agda: fix build by providing the required older versions of its dependencies
Resolves https://github.com/NixOS/nixpkgs/issues/7201.
2015-04-06 21:24:33 +02:00
Peter Simons
d9b67dd5a5 haskell-idris: update override for lens 2015-04-06 21:24:33 +02:00
Peter Simons
cb01f21063 hackage-packages.nix: re-generate from Hackage 2015-04-06T16:01:20+0200 2015-04-06 21:24:33 +02:00
Peter Simons
66c587013b Merge pull request #7168 from cstrahan/pandoc-fix
pandoc: fix on GHC 7.10
2015-04-06 15:56:25 +02:00
Austin Seipp
715b961bf9 nixpkgs: adopt smlnj, 110.76 -> 110.78
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-06 06:28:26 -05:00
Vladimír Čunát
4041fc3e85 libzip: fix CVE-2015-2331 by Debian patch
Rebuild impact seems low, except for LibreOffice.
2015-04-06 12:13:19 +02:00
Markus Kohlhase
40db8b6ffd nixpkgs: removed sloc duplicate 2015-04-06 11:53:06 +02:00
Domen Kožar
7c7f426b3f Merge pull request #7164 from rzetterberg/master
Fixes minetest mesa 10.* incompatibility, adds minetest server service
2015-04-06 10:46:26 +02:00
Vincent Laporte
8553d212c7 ocaml-stringext: update from 1.2.0 to 1.3.0 2015-04-06 10:14:48 +02:00
William A. Kennington III
5275eebad7 asio: 1.10.4 -> 1.10.6 2015-04-05 23:04:23 -07:00
Siddhanathan Shanmugam
56d533d2c9 opencv: update to 2.4.11 2015-04-05 21:24:37 -04:00
Arseniy Seroka
c7a099d4aa Merge pull request #7192 from KoviRobi/gnu-apl-update
Updated GNU APL to 1.5
2015-04-06 00:42:14 +03:00
Michael Raskin
b783b69326 Merge pull request #6044 from sjmackenzie/erlang-javac-hipe
Problem: erlang in nixpkgs doesn't support jinterface + no hipe
2015-04-05 21:07:11 +03:00
Michael Raskin
7d80aed6e2 Update mdds 2015-04-05 20:27:26 +03:00
Michael Raskin
67e055501f Update intltool 2015-04-05 20:27:25 +03:00
Michael Raskin
73c6c4ecde Update sbcl 2015-04-05 20:27:25 +03:00
Michael Raskin
e4ce4e9f5b Update unstable Botan 2015-04-05 20:27:25 +03:00
Michael Raskin
25317cf30c Update cl-launch 2015-04-05 20:27:25 +03:00
Michael Raskin
3179728482 Update libre 2015-04-05 20:27:25 +03:00
Michael Raskin
c6eafc4eef Update lush 2015-04-05 20:27:25 +03:00
Nikolay Amiantov
250a39dc79 bundler: update 2015-04-05 16:04:54 +03:00
Cray Elliott
5c866dc5e9 yesod-bin patch : use stripLen instead of patchFlags 2015-04-05 01:06:28 -07:00
Cray Elliott
880e0950d8 Revert "add patchFlags to haskell-ng's generic-builder"
Oops! Didn't realize that the stripLen option can be passed to fetchpatch.
Seems a cleaner than my method

This reverts commit eb7362a36c.
2015-04-05 01:06:20 -07:00
Domen Kožar
4c449b86ea Merge pull request #7173 from ryantm/fetchurlGnome
Get rid of fetchurlGnome
2015-04-05 10:03:37 +02:00
Cray Elliott
2f180f6888 yesod-bin : pull in patch from PR to support GHC 7.10.1 2015-04-05 00:49:39 -07:00
Cray Elliott
eb7362a36c add patchFlags to haskell-ng's generic-builder
I use this to get yesod-bin working with ghc 7.10.1
2015-04-05 00:48:12 -07:00
Cray Elliott
fd85ddcd50 remove ghc 7.10 patches for yesod-auth, wai-extra, and persistent-template
these patches have all landed upstream
2015-04-05 00:47:49 -07:00
Ryan Mulligan
93f1029b0f Get rid of fetchurlGnome
closes #1707
2015-04-04 22:22:12 -07:00
William A. Kennington III
35b442abc3 krb5: Make linux only 2015-04-04 20:04:15 -07:00
William A. Kennington III
74c2500206 librelp: Make linux only 2015-04-04 20:03:33 -07:00
William A. Kennington III
88cfd89c16 ntdb: Attempt darwin fix and use patchShebangs 2015-04-04 19:57:13 -07:00
William A. Kennington III
db9d5601f2 mtvdev: Make linux only 2015-04-04 19:45:09 -07:00
William A. Kennington III
7578bbea27 ctdb: Remove as it is now part of samba 2015-04-04 19:19:00 -07:00
William A. Kennington III
7fdb95d9a3 ti-rpc: Add platforms.linux 2015-04-04 13:56:27 -07:00
Arseniy Seroka
5fa1644d28 Merge pull request #7162 from spwhitt/simple_darwin_fixes
sl, astyle, uncrustify, mediainfo: Darwin fixes
2015-04-04 23:03:15 +03:00
Charles Strahan
d652fdedcb pandoc: fix on GHC 7.10 2015-04-04 15:31:44 -04:00
Cray Elliott
1ec78db3c6 GHC 7.10.1 no longer requires a patch to build foldl 2015-04-04 11:02:44 -07:00
Domen Kožar
b9e0e67604 ftp://xmlsoft.org -> http://xmlsoft.org 2015-04-04 16:07:31 +02:00
Oliver Charles
63a4722d7b garmin-plugin: New expression
This is a web browser plugin that allows one to use their Garmin device
on the myGarmin website. It provides a Linux version of the Garmin
Communicator plugin.
2015-04-04 11:51:23 +01:00
Michael Raskin
ba82a5d609 Merge pull request #5142 from bosu/static-proot
proot: allow static compilation
2015-04-04 13:26:21 +03:00
William A. Kennington III
445d789243 Fix some platforms 2015-04-03 23:23:52 -07:00
codyopel
c5f18b9171 refactor & 1.3.0 -> 1.4.0 2015-04-04 02:21:47 -04:00
William A. Kennington III
43d114c74b bundler-head: Fix hash 2015-04-03 23:18:23 -07:00
Spencer Whitt
a12fb39d1e mediainfo: build on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt
171225ab1c uncrustify: build on Darwin 2015-04-04 02:07:55 -04:00
Spencer Whitt
162f870e6f astyle: fix on Darwin 2015-04-04 02:07:55 -04:00
William A. Kennington III
755230967b gdk_pixbuf: 2.30.8 -> 2.31.3 2015-04-03 21:54:58 -07:00
Vladimír Čunát
aa5d253a4c hhvm: disable parallel building
http://hydra.nixos.org/build/21068310
2015-04-04 06:38:29 +02:00
Austin Seipp
83a6da7377 rakudo: 2014.04 -> 2015.03
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-03 23:18:35 -05:00
William A. Kennington III
dc5872e79f gnutls: Add version 3.3.14 2015-04-03 19:17:28 -07:00
William A. Kennington III
23ed4c2157 gnutls: Make generic and upgrade to 3.2.21 2015-04-03 19:16:33 -07:00
William A. Kennington III
5a9cf6393f nettle: Add version 3.0 as the default 2015-04-03 19:14:17 -07:00
William A. Kennington III
60b8b5a580 nettle: Refactor to be generic 2015-04-03 19:13:20 -07:00
William A. Kennington III
6a08748f75 libmsgpack: 1.0.1 -> 1.1.0 2015-04-03 18:38:49 -07:00
Tobias Geerinckx-Rice
69b0873647 duff, nxproxy, libxcomp: use autoreconfHook 2015-04-04 02:28:01 +02:00
Charles Strahan
3d60f6401f haskell: fix GHC version check for GHCJS
closes #7137
2015-04-03 18:54:18 -04:00
Thomas Tuegel
55325978c0 haskell-poppler: fix build of haskellPackages.poppler too 2015-04-03 16:32:09 -05:00
Richard Zetterberg
46178f057e Fixes irrlicht and minetest to work with mesa > 10 2015-04-03 20:45:50 +02:00
Markus Kohlhase
d2358a6e53 nixpkgs: added old stable nodejs v0.10.38 2015-04-03 10:52:40 +00:00
Peter Simons
d205b324c3 cabal2nix: version bump 2015-04-03 11:22:25 +02:00
Calvin Beck
4632ea106b Fixed hashes for cabal2nix. 2015-04-02 22:32:41 -07:00
Thomas Tuegel
6429b1cc09 haskell-poppler: fix build 2015-04-02 18:07:55 -05:00
Peter Simons
fc36141267 ghc-head: update to current git HEAD 2015-04-03 00:50:44 +02:00
William A. Kennington III
5014bcbb88 libdbi-drivers: Slight refactor 2015-04-02 15:32:57 -07:00
Peter Simons
18c98b5513 Merge pull request #7140 from jb55/sfsexp
add: sfsexp - A small, fast s-expression library
2015-04-02 23:46:50 +02:00
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
William Casarin
f1c38764e8 add: sfsexp - A small, fast s-expression library 2015-04-02 14:27:50 -07: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
Spencer Whitt
a019811e98 Fix liboil build on Darwin 2015-04-01 23:49:41 -04: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