1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 03:25:02 +00:00
Commit graph

23189 commits

Author SHA1 Message Date
Robin Gloster 9d26ad274a rename weirdly called patch for php 2015-03-11 11:24:43 +01:00
Robin Gloster fff1cc805a add calendar functions to PHP by default 2015-03-11 11:07:22 +01:00
William A. Kennington III 0de5e56d87 msgpack: Update to 1.0.0 2015-03-10 11:44:59 -07:00
William A. Kennington III 14d72a1c65 talloc: 2.1.1 -> 2.1.2 2015-03-10 11:17:25 -07:00
Vladimír Čunát 4b58636c0d Revert "gettext: fix build on darwin"
This reverts commit fc15721871.

I trusted the referred comment (and maybe misunderstood it),
but the commit wasn't a good idea at all.
2015-03-10 18:09:03 +01:00
Vladimír Čunát fc15721871 gettext: fix build on darwin
Hash on Linuxes is unchanged. For details about the error see discussion at:
https://github.com/NixOS/nixpkgs/commit/0ffb98828e87612
2015-03-10 17:38:29 +01:00
Peter Simons 581a4da7b5 frei0r: fix invalid download URL 2015-03-10 15:42:10 +01:00
Lluís Batlle i Rossell 44c3256017 Updating gobby and libinfinity. 2015-03-10 14:37:11 +01:00
Peter Simons f5b2b73dee cabal2nix: update git snapshot to latest version 2015-03-10 13:14:54 +01:00
Peter Simons 6694ef42a9 Merge branch 'master' into staging.
Conflicts:
      pkgs/development/libraries/gtk+/2.x.nix
      pkgs/tools/security/gnupg/21.nix
      pkgs/top-level/all-packages.nix
2015-03-10 12:09:43 +01:00
Peter Simons 8196130a1d Merge pull request #6711 from phile314/dev
haskell: Add uhc compiler
2015-03-10 11:22:15 +01:00
William A. Kennington III f227f36f44 libyubikey: 1.12 -> 1.13 2015-03-09 16:57:34 -07:00
William A. Kennington III 3198caae45 libgcrypt: 1.6.2 -> 1.6.3 2015-03-09 16:56:09 -07:00
William A. Kennington III b0bfff28c9 libgpg-error: 1.17 -> 1.18 2015-03-09 16:56:09 -07:00
William A. Kennington III 0b1489df4e eglibc: Remove as it is now defunct 2015-03-09 16:54:27 -07:00
Philipp Hausmann 2eacaa856b
haskell-uhc: Remove explicit dependency on binary 2015-03-10 00:19:10 +01:00
Peter Simons d388855731 r-SID: mark broken 2015-03-09 21:14:00 +01:00
Arseniy Seroka b172b9fb37 Merge pull request #6731 from globin/update-rust
Update rust to new nightly (2015-03-09)
2015-03-09 21:59:03 +03:00
Pascal Wittmann 362f2db258 findbugs: update from 3.0.0 to 3.0.1 2015-03-09 19:35:24 +01:00
Robin Gloster 3a32dae799 update rust to new nightly (2015-03-09) 2015-03-09 18:37:30 +01:00
Pascal Wittmann af0f1840b4 utf8proc: fixed description 2015-03-09 18:35:25 +01:00
Pascal Wittmann 7b2ceb5cf1 Merge pull request #6426 from grwlf/utf8-proc
utf8proc: add the library
2015-03-09 17:34:06 +00:00
Pascal Wittmann a9719f9dbb global: update from 6.2.12 to 6.3.4 2015-03-09 17:53:45 +01:00
Eric Seidel 1d92bdd1ff help2man: more permissive meta.platforms 2015-03-09 09:43:19 -07:00
Peter Simons e8b33876af r-Cell: drop obsolete package 2015-03-09 16:43:37 +01:00
Peter Simons a05aa1a3b1 haskell-ng: update to latest hscolour 2015-03-09 16:37:43 +01:00
Peter Simons a591dbac3b r-modules: update from CRAN state at 2015-03-09T16:32:24+0100 2015-03-09 16:37:05 +01:00
Vladimír Čunát 943754c5d0 harfbuzz: small update 2015-03-09 15:55:29 +01:00
Vladimír Čunát c4f238c39c glib: maintenance update 2015-03-09 15:55:28 +01:00
Vladimír Čunát 2af0227154 gtk2: small maintenance update 2015-03-09 15:55:28 +01:00
Peter Simons c776477350 haskell-generic-builder: update and jailbreak cabal files before patchPhase is run
The updated and jailbroken Cabal file must be in place before the
'patchPhase' hook is run, otherwise we cannot use that hook to patch the
Cabal file! Resolves https://github.com/NixOS/nixpkgs/issues/5922.

As an added bonus, this change makes the "jailbreakPhase" obsolete.
2015-03-09 15:55:25 +01:00
Peter Simons 3e9e1a2f4e haskell-generic-builder: set LOCALE_ARCHIVE only on Linux 2015-03-09 15:55:25 +01:00
Peter Simons 0a97e2153e haskell-generic-builder.nix: don't add lib64 directories to the search path
Packages that provide 32 and 64-bit libraries in the same store path are rare
and usually require manual overrides anyway. It seems pointless to try and
guess proper settings for them. The effect is that we'll end up with bogus
settings that take more effort to correct that it takes to configure proper
settings in the first place. Point in case: haskell-cuda and it's configuration
for "cudatools".

Fixes https://github.com/NixOS/nixpkgs/issues/6564.
2015-03-09 15:55:25 +01:00
Luca Bruno aae9e49cbc Add setup-hook to hicolor_icon_theme 2015-03-09 15:55:24 +01:00
Peter Simons c4ff9d10ba haskell-generic-builder: consistently use $TMPDIR to refer to the designated place for temporary files
Resolves https://github.com/NixOS/nixpkgs/issues/6525.
2015-03-09 15:55:24 +01:00
Peter Simons e2b033cad9 ghc: re-instate code that configures statically linked builds by default
The compiler should not expect to have dynamic versions of all libraries
available, because that configuration doesn't play along nicely with statically
linked libraries.

Fixes https://github.com/NixOS/nixpkgs/issues/6399.
2015-03-09 15:55:24 +01:00
Eduard Bachmakov aa564bbac5 mesa: big update, and related improvements (close #6367)
* Remove upstreamed patch
* EGL driver dirs are no longer a thing, see mesa commit
  407450eb84f5a1b466a2eff19b85cdee7ac15dfb
  Patching runtime search dir in sources instead (by vcunat).
* static-gallium patch dropped as it causes visibility issues with
  nouveau
* rtti patch dropped as it the relevant configuration has been removed
  upstream; properly fixed by an LLVM flag now
* Checks disabled. This is known and solved upstream. Checks will be
  re-enabled in a future commit when updating to a version containing
  the fixes
* Use llvm-3.5 now (by vcunat).
2015-03-09 15:55:24 +01:00
Eduard Bachmakov 4731485ca2 llvm-3.5: enable RTTI to support mesa
Extracted from #6367.
2015-03-09 15:55:23 +01:00
Vladimír Čunát 464212e01a dbus: security bump to fix CVE-2015-0245 2015-03-09 15:55:23 +01:00
Vladimír Čunát c4ac05d47e libdrm: update 2015-03-09 15:55:22 +01:00
Vladimír Čunát c65a2121e0 glibc: fix -lgcc_s linking
https://github.com/NixOS/nixpkgs/commit/65221567c12eb20d12#commitcomment-9515597
2015-03-09 15:55:22 +01:00
Vladimír Čunát 0ffb98828e libtool: update
I see nothing dangerous in NEWS.
Also refactored the expression.
2015-03-09 15:55:22 +01:00
Vladimír Čunát 0619c852cb automake: use 1.14.* as the default
I see 1.15 has been released recently,
but that's probably too new to be the default.
2015-03-09 15:55:21 +01:00
Lluís Batlle i Rossell a22c19f56a Fixing judy for gcc 4.8
gtkwave crashes often, without this fix.
http://sourceforge.net/p/judy/mailman/message/31995144/
2015-03-09 15:37:50 +01:00
Peter Simons 46e5a39cdc haskell-users-postgresql-simple requires PostgreSQL running for its test suite. 2015-03-09 15:20:59 +01:00
Peter Simons f4958243d4 haskell-chaselev-deque has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons ba60dea515 haskell-snap: jailbreak to allows building with current versions of lens 2015-03-09 15:20:59 +01:00
Peter Simons f2fc204811 haskell-blip and haskell-xcffib don't compile. 2015-03-09 15:20:59 +01:00
Peter Simons dddf5158c3 haskell-snowglobe has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons 4481108acf haskell-configuration-common: cosmetic 2015-03-09 15:20:59 +01:00
Peter Simons 639ffffa8d haskell-influxdb build has been fixed. 2015-03-09 15:20:59 +01:00
Peter Simons 17b7ade707 haskell-vcache-trie has broken dependencies. 2015-03-09 15:20:58 +01:00
Peter Simons 11cce22637 haskell-ng: update configuration to transformers 0.4.3.0 2015-03-09 15:20:58 +01:00
Peter Simons 025d063d45 hackage-packages: re-generate from Hackage 2015-03-08T10:54:07+0100 2015-03-09 15:20:58 +01:00
Philipp Hausmann 1ce75368f1
Add uhc haskell compiler 2015-03-09 13:38:28 +01:00
Thomas Tuegel 7b2adc0039 Merge branch 'kde5' 2015-03-09 06:43:13 -05:00
Peter Simons ecad102326 pkgs/development/libraries/ffmpeg/generic.nix: don't insert faac into buildInputs unconditionally
This is a hot-fix to mitigate https://github.com/NixOS/nixpkgs/issues/6727.
2015-03-09 12:30:16 +01:00
Vincent Laporte 07536bd1fe merlin: update from 2.1.1 to 2.1.2 2015-03-09 12:07:08 +01:00
Eelco Dolstra 7f90cc40b4 php: Update to 5.4.38 2015-03-09 11:36:40 +01:00
William A. Kennington III c9ec23d55c Merge pull request #6673 from taku0/oraclejdk-8u40
oraclejdk: bump to 8u40
2015-03-08 19:16:44 -07:00
William A. Kennington III 2e6e6f9178 Merge pull request #6684 from j-keck/update-scala
update scala to 2.10.5 and 2.11.6
2015-03-08 16:08:40 -07:00
Thomas Tuegel a1700f8400 kf57: include Qt GraphicalEffects submodule 2015-03-08 17:37:29 -05:00
William A. Kennington III b452bd40e1 Merge pull request #6602 from codyopel/ffmpegbr
ffmpeg: refactor to generic
2015-03-08 15:23:55 -07:00
Michael Raskin 0f8e3caec5 Repackage from scratch and update angelscript 2015-03-09 01:03:01 +03:00
Michael Raskin a36c914020 update sbcl 2015-03-09 01:03:01 +03:00
Michael Raskin 81eafd7761 update directfb 2015-03-09 01:03:01 +03:00
Michael Raskin db0f66a188 update cl-launch 2015-03-09 01:03:01 +03:00
Michael Raskin 1fdc855b2f Update botan unstable 2015-03-09 01:03:01 +03:00
Michael Raskin 3d4f7be9a3 Update ECL 2015-03-09 01:03:01 +03:00
Michael Raskin 32ee876647 Update strace 2015-03-08 20:47:24 +03:00
Nikolay Amiantov 9545c0b80e xmonad: cleanup wrapper 2015-03-08 18:38:04 +03:00
lethalman 0a83c2a2a9 Merge pull request #6697 from ardumont/add-tuxguitar
[new] tuxguitar derivation
2015-03-08 11:54:57 +01:00
Antoine R. Dumont 4c985c26af Update swt installation
Permit the installation for x86_64
2015-03-08 10:22:55 +01:00
Benjamin Staffin 02712cc3f1 Drop obsolete boto-1.9 patch
This has been unreferenced since commit
d52d71a04b from August 2014.
2015-03-07 14:06:08 -08:00
Benjamin Staffin 5113a065d7 boto: Apply patch needed to fix docker-registry
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.

Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00
Domen Kožar 0fd3db4ba1 fix #6548 2015-03-07 22:31:40 +01:00
Domen Kožar 0e0bc3ac86 gevent: update Python 2.7.9 compatibility patch 2015-03-07 19:30:00 +01:00
Peter Simons 2e0144ce09 haskell-euler fails its test suite. 2015-03-07 17:09:41 +01:00
Peter Simons 654d912db5 haskell-hunt-server has broken -rtsopts in its Cabal file 2015-03-07 17:09:40 +01:00
Peter Simons b9be39614b haskell-hlibBladeRF: test suite has been fixed 2015-03-07 17:09:40 +01:00
Peter Simons 8be1ddb45c haskell-yabi-muno has been fixed. 2015-03-07 17:09:40 +01:00
Peter Simons b76fc326ff haskell-persona-idp has been fixed. 2015-03-07 17:09:40 +01:00
Peter Simons d93b114bbe hackage-packages.nix: re-generate from Hackage 2015-03-07T13:02:15+0100 2015-03-07 17:09:40 +01:00
Carles Pagès 2bc4f5c149 SDL2_ttf: add version 2.0.12 2015-03-07 14:35:19 +01:00
Shea Levy e57e44f867 llvm-3.6 packages: Build everything (except clang and llvm) with clang 2015-03-07 13:08:34 +00:00
Shea Levy b37fd11351 llvm-3.6 packages: Rearrange directory structure 2015-03-07 12:51:06 +00:00
Shea Levy 3ed077a69b lldb-3.5 is broken, bug in the cmake
lldb-3.6 is working (just waiting on a staging fix to merge), so let's just
mark this broken until we decide to nuke 3.5 all together.

Fixes #6636 refs #6668
2015-03-06 16:16:20 -05:00
Vincent Laporte 116ddda218 Adds ocaml-enumerate
Quotation expanders for enumerating finite types in OCaml.
2015-03-06 20:29:07 +01:00
Shea Levy c62b5456f5 Merge branch 'llvm-3.6' of git://github.com/Ralith/nixpkgs into llvm-3.6-merge
LLVM, clang, and lldb 3.6iLLVM, clang, and lldb 3.6

Conflicts:
	pkgs/top-level/all-packages.nix
2015-03-06 19:10:10 +00:00
Shea Levy 6b53021205 Merge branch 'master' into staging 2015-03-06 19:02:36 +00:00
Lluís Batlle i Rossell d1e302121a Merging changes to make more things build on rpi2 2015-03-06 15:43:32 +00:00
Peter Simons 13bd8f068f haskell-hopenpgp-tools does not compile. 2015-03-06 16:24:52 +01:00
Peter Simons 17a6cbc11c haskell-miniforth needs mtl 2.2.x. 2015-03-06 16:24:52 +01:00
Peter Simons b6c769a15e haskell-persona-idp doesn't support recent versions of optparse-applicative 2015-03-06 16:24:26 +01:00
Peter Simons 0d4058b0cb haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x. 2015-03-06 16:24:26 +01:00
Peter Simons 956ccc7b8d haskell-hlibBladeRF fails its test suite. 2015-03-06 16:24:25 +01:00
Peter Simons 43c4372d4c haskell-jose test suite has been fixed. 2015-03-06 16:24:12 +01:00
Peter Simons 5f736a02fb hackage-packages.nix: re-generate from Hackage 2015-03-06T11:14:49+0100 2015-03-06 16:23:46 +01:00
Lluís Batlle i Rossell 0f4a9a58d8 Avoid bash arg in Spidermonkey 17 2015-03-06 14:34:26 +00:00
Eelco Dolstra f110e6721f chromedriver: Fix evaluation 2015-03-06 15:11:41 +01:00
Shea Levy 55cf015142 clang-3.6: provide path to gcc on Linux
gcc contains core runtime bits that aren't available elsewhere for Linux.

Refs #6449
2015-03-06 13:49:49 +00:00
Vladimír Čunát 33fbec14b6 opencascade-6.5: maintenance update
They claim it's ABI-compatible.
2015-03-06 14:44:21 +01:00
Vladimír Čunát 0ea7d9b6f9 opencascade*: fix build after mesa update 2015-03-06 14:44:01 +01:00
Shea Levy 494ae5fbeb clang: provide path to gcc on Linux
gcc contains core runtime bits that aren't available elsewhere for Linux.

Fixes #6449 refs #6668
2015-03-06 08:36:42 -05:00
Cillian de Róiste d8a5712ea0 chromedriver: 2.10 -> 2.14 2015-03-06 13:55:42 +01:00
Vladimír Čunát cdd00f47fa libav*.tools: remove overlapping paths, fixes #6682 2015-03-06 12:55:08 +01:00
Eelco Dolstra ad896e1737 Typo 2015-03-06 12:09:10 +01:00
Vladimír Čunát 33153a2166 paraview, vtk: fix build after mesa update 2015-03-06 12:09:01 +01:00
Peter Simons eaf728c3d3 r-modules: fix git2r, TAQMNGR, and WhopGenome 2015-03-06 11:21:21 +01:00
Vladimír Čunát 0ce3dcd91a libxmi: fix build after libtool bump
The file copied by libxmi builder seems moved.
2015-03-06 10:28:29 +01:00
Ambroz Bizjak e47afb3601 spidermonkey-17: Disable test which fails on ARM.
(cherry picked from commit b90dca35aac458953182b4e1ad725c9466d11a66)
2015-03-06 09:11:03 +00:00
Tobias Geerinckx-Rice 47712a21bd Add libxcomp 3.5.0-2015-02-18
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:39 +01:00
Shea Levy c08a0d240c ats2: bump 2015-03-05 18:21:56 -05:00
j-keck 7da51f9eb7 scala: update to 2.11.6 2015-03-05 20:49:28 +01:00
j-keck a1a585078a scala_2_10: update to 2.10.5 2015-03-05 20:49:28 +01:00
Peter Simons 02ce945693 haskell-pocket-dns: test suite depends on external programs 2015-03-05 18:29:56 +01:00
Peter Simons 4eb43eec47 haskell-webkit is broken. 2015-03-05 18:29:56 +01:00
Peter Simons fee8f2c11e haskell-amazonka-ssm: fix build with GHC 7.8.x 2015-03-05 18:29:56 +01:00
Peter Simons 69c7b87483 haskell-hierarchical-clustering cannot compile its test suite 2015-03-05 18:29:56 +01:00
Peter Simons e03bec6ca2 haskell-haroonga does not compile. 2015-03-05 18:29:55 +01:00
Peter Simons cd65782d47 haskell-jose cannot compile its own test suite. 2015-03-05 18:29:55 +01:00
Peter Simons 069d835913 haskell-persistent-zookeeper: test suite needs an external database running 2015-03-05 18:29:55 +01:00
Peter Simons 62700db96a haskell-influxdb is broken. 2015-03-05 18:29:55 +01:00
Peter Simons a5740b11fa haskell-cabal-debian has been fixed. 2015-03-05 18:29:55 +01:00
Peter Simons 7cf5b64d4a haskell-shakespeare-js defines no modules Haddock could process. 2015-03-05 18:29:55 +01:00
Peter Simons 0cb7630f20 haskell-temporal-csound has been fixed. 2015-03-05 18:29:55 +01:00
Peter Simons 4e6310ed17 hackage-packages: re-generate from Hackage 2015-03-05T17:55:09+0100 2015-03-05 18:29:55 +01:00
Eelco Dolstra d409516501 Merge pull request #6680 from cocreature/openjdk8u40
openjdk8: update to jdk8u40-b25
2015-03-05 18:10:13 +01:00
Moritz Kiefer 4f3f301807 openjdk8: update to jdk8u40-b25 2015-03-05 18:04:21 +01:00
Peter Simons 58795b953b uid_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:41:36 +01:00
Peter Simons 455fc68fbb socket_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:40:55 +01:00
Peter Simons 0ac77f4690 nss_wrapper: the unquoted meta.homepage url breaks evaluation 2015-03-05 17:40:17 +01:00
taku0 137f281849 oraclejdk: bump to 8u40 2015-03-05 23:01:21 +09:00
Peter Simons 1d953779b0 Merge remote-tracking branch 'origin/master' into staging. 2015-03-05 12:24:57 +01:00
Benjamin Saunders f1b7e4d127 LLVM, clang, and lldb 3.6 2015-03-05 06:44:09 +01:00
William A. Kennington III e15cd2375e kerberos: Add development string 2015-03-04 16:48:52 -08:00
William A. Kennington III c5dce2def0 uid_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III 88c01c5647 socket_wrapper: Add derivation 2015-03-04 16:48:52 -08:00
William A. Kennington III 3e4fa69a90 nss_wrapper: Add derivation 2015-03-04 16:48:51 -08:00
William A. Kennington III 7b517a4b29 tevent: 0.9.23 -> 0.9.24 2015-03-04 16:48:51 -08:00
Eelco Dolstra 6f33aa8465 orig-gcc -> orig-cc 2015-03-04 22:15:46 +01:00
Eelco Dolstra 694f01db2d intersect -> intersectLists, subtract -> subtractLists 2015-03-04 22:15:46 +01:00
Eelco Dolstra 97fcb33ac2 cudatoolkit: Fix gcc -> cc
Urgh, we shouldn't have renamed gcc to cc...
2015-03-04 22:15:46 +01:00
Eelco Dolstra 829479d1dd substract -> subtract 2015-03-04 22:15:45 +01:00
Vladimír Čunát 2485055a96 gtk2: maintenance update
Perhaps a bugfix important for us:
745052 Icon theme code assumes directories with mtime 0 don't exist
2015-03-04 22:02:45 +01:00
Peter Simons 16d8a67e75 hackage-packages: re-generate from Hackage 2015-03-04T18:28:23+0100 2015-03-04 18:28:23 +01:00
Ricardo M. Correia e6561c5fb1 cargo: Install man page
... as well as other artifacts.
2015-03-04 18:08:52 +01:00
Peter Simons 13764f0b0f haskell-ng: Monadius and cabal-debian are broken 2015-03-04 15:55:34 +01:00
Peter Simons 9b600ca3b5 haskell-al: fix build 2015-03-04 15:55:33 +01:00
Peter Simons ce441f4aaf haskell-ng: configure overrides 2015-03-04 15:55:33 +01:00
Peter Simons 1bc9c33f78 hackage-packages: re-generate from Hackage 2015-03-04T12:23:14+0100 2015-03-04 15:55:33 +01:00
Peter Simons 1459bbf1e3 haskell-configuration-common: cosmetic 2015-03-04 14:14:16 +01:00
lethalman bb7cc43c0f Merge pull request #6655 from wjlroe/go-1.4.2
go: Update to version 1.4.2
2015-03-04 13:52:08 +01:00
Vincent Laporte 651a4c4e6e Adds ocaml-fileutils
ocaml-fileutils is a library of pure OCaml functions to manipulate real
files and filenames.

Homepage: http://ocaml-fileutils.forge.ocamlcore.org/
2015-03-04 13:15:53 +01:00
William Roe 7dcde14809 go: Update to version 1.4.2 2015-03-04 11:55:47 +00:00
Peter Simons 030bd26af3 r-modules: mark daff and rjade broken 2015-03-04 12:51:43 +01:00
Pascal Wittmann 824accb1cb checkstyle: update from 6.4 to 6.4.1 2015-03-04 12:23:37 +01:00
Peter Simons a07576ff4d haskell-poppler: fix reference to poppler-glib 2015-03-04 12:20:09 +01:00
Peter Simons d0aeea2ac3 haskell-zlib-conduit fails the Haddock stage because it doesn't define any modules. 2015-03-04 12:20:09 +01:00
Peter Simons 38c67a358e yap: mark 32 bit Linux build broken 2015-03-04 11:14:58 +01:00
Peter Simons 6af6b8baae Merge pull request #6566 from aavogt/master
let generate-cran-packages.R complete without needing to download the whole CRAN
2015-03-04 11:08:00 +01:00
Sander van der Burg b072ce228a Merge pull request #6645 from totherme/androidndk_r8e_pin
Add option to build old androidndk r8e.
2015-03-04 09:18:49 +00:00
Eric Seidel 6c6d8772ed libsoup: patch to remove non-existent symbol 2015-03-03 20:16:33 -08:00
Dan Peebles 57250fc2cc Enable cgo on darwin 2015-03-03 20:03:48 -05:00
William A. Kennington III d6ed3570b0 openct: 0.6.19 -> 0.6.20 2015-03-03 14:27:49 -08:00
Peter Simons 75cb15fc4b haskell-test-sandbox: test suite requires external programs 2015-03-03 22:48:16 +01:00
Peter Simons c791337d13 haskell-rtorrent-rpc does not compile. 2015-03-03 22:48:16 +01:00
Peter Simons 025f62351a haskell-wai-middleware-preprocessor: test suite is broken in ghc-7.8.x 2015-03-03 22:48:16 +01:00
Peter Simons 278bea4eda haskell-hsqml: fix build 2015-03-03 22:48:16 +01:00
Peter Simons 19f74eebd6 haskell-Xauth: fix reference to libXau system library 2015-03-03 22:48:16 +01:00
Peter Simons 0af5205732 haskell-system-fileio: test suite failures are fixed 2015-03-03 22:48:16 +01:00
Peter Simons b29d61e0df haskell-test-sandbox: the build errors have been fixed upstream 2015-03-03 22:48:16 +01:00
Peter Simons b0b08abf31 hackage-packages.nix: re-generate from Hackage 2015-03-02T12:33:46+0100
Resolves https://github.com/NixOS/nixpkgs/issues/6622.
2015-03-03 22:48:16 +01:00
William A. Kennington III 731e833e99 tevent: 0.9.22 -> 0.9.23 2015-03-03 12:55:40 -08:00
Vincent Laporte c6d31ad722 Adds ocaml-base64
Base64 encoding and decoding in OCaml

Homepage: https://github.com/mirage/ocaml-base64
2015-03-03 17:10:49 +01:00
Gareth Smith 9d57638439 Pulled androidndk_r8e into a separate file. 2015-03-03 15:31:49 +00:00
Gareth Smith 487dc80d8a Add option to build old androidndk r8e.
This version is the one required to build mobile Firefox. See build
documentation here:

https://wiki.mozilla.org/Mobile/Fennec/Android/Detailed_build_instructions#Install_Android_NDK
2015-03-03 14:08:53 +00:00
Sander van der Burg b9c02fe7a3 Merge pull request #6644 from totherme/android-extras
Added options for androidsdk to use more extras.
2015-03-03 10:46:05 +00:00
Vladimír Čunát 4dd253c306 valgrind: fix build with glibc-2.21 by Arch patch 2015-03-03 11:36:43 +01:00
Vladimír Čunát 54fc2db1b8 glibc: update 2.20 -> 2.21, including security fixes
Fixes #6578.
https://sourceware.org/ml/libc-alpha/2015-02/msg00119.html

- I had to disable one warning-error type.
- One of our patches needed modification - it seemed that just the context
  changed without affecting the purpose of the patch.
2015-03-03 11:31:01 +01:00
William A. Kennington III adbba6eded Merge pull request #6528 from codyopel/stdenv-fixes
remove stdenv.isBSD
2015-03-02 20:10:07 -08:00
Ambroz Bizjak d777470c3d KDevelop: Update to 4.7.1. 2015-03-03 01:44:36 +01:00
Charles Strahan b4d4b88988 Merge pull request #6147 from abbradar/bundlerenv-env
bundler-env: add .env
2015-03-02 18:28:02 -05:00
Bjørn Forsman c47a3b0663 microscheme: update to latest release (0.9.2)
* Don't "externalize url/rev/sha256 to permit easier override".
  Just override 'src' itself. Then you can get the source from anywhere,
  not just git. I needed to touch this anyway, because I want to use
  fetchzip instead of fetchgit for releases (no need to clone repo).
* Latest release has "make install" improvements, simplifying our
  install.
2015-03-02 21:55:55 +01:00
Georges Dubus 9e59c9ad84 Merge pull request #6623 from woehr/master
Upgrade Rust compiler
2015-03-02 21:38:29 +01:00
Peter Simons 5341196f01 Merge branch 'master' into staging. 2015-03-02 21:10:36 +01:00
Jordan Woehr 5821e91bd1 Restructure rustc derivations for ease of updating.
Update racerRust to use new rustcMaster and upgrade cargoSnapshot so racer builds.
2015-03-02 12:40:55 -07:00
Vincent Laporte 7365907de5 Adds ocaml-io-page
This OCaml library implements support for efficient handling of I/O
memory pages on Unix and Xen.

Homepage: https://github.com/mirage/io-page
2015-03-02 11:26:03 +01:00
Eelco Dolstra ea0d6a7fc0 Add CUDA toolkit 6.5 2015-03-02 00:24:00 +01:00
Lluís Batlle i Rossell b5855077fc Merge staging until the libsigsegv 'fix'
The fix that disables libsigsegv.
2015-03-01 22:12:05 +01:00
Gareth Smith 1ae10523c8 Added options for androidsdk to use more extras.
Existing packages should perform unchanged. There's a new package called
androidsdk_5_0_1_extras which adds support for android support libraries
and google play services.
2015-03-01 21:11:03 +00:00
Pascal Wittmann 75a988394b Merge pull request #6608 from bobvanderlinden/lirc-0.9.2a
lirc: upgraded to 0.9.2a
2015-03-01 18:58:21 +00:00
Vincent Laporte 587f127e93 coq-contribs: fix various packages 2015-03-01 17:53:51 +01:00
Vincent Laporte d8912db092 ocsigen-deriving: update from 0.6.2 to 0.7 2015-03-01 17:53:51 +01:00
Tobias Geerinckx-Rice ebf122c36f coan: only build on Linux 2015-03-01 12:32:13 +01:00
Pascal Wittmann b8d5e2fd6a checkstyle: update from 6.3 to 6.4 2015-03-01 09:53:41 +01:00
Cray Elliott 4995ecbb80 update foldl patch hash for GHC 7.10.1x, the pull request was updated 2015-03-01 00:18:08 -08:00
Sander van der Burg 62080e3939 smack: bump to version 3.4.1 2015-02-28 21:54:15 +00:00
Bob van der Linden 186348f831 lirc: fix python reference in build tools 2015-02-28 20:30:04 +01:00
codyopel 6ed1d9f525 ffmpeg: refactor to generic
* migrate some branches from ffmpeg.config.<optional>, now allows version specific configuration
* Added optionals for most features
* Added qt-faststart executable
* Licensing corrections
* Added dependencies
    + celt
    + faad2
    + flite
    + frei0r-plugins
    + fribidi
    + game-music-emu
    + gsm
    + jack2
    + ladspa-sdk
    + libavc1394
    + libbluray
    + libbs2b
    + libcaca
    + libmodplug
    + libogg
    + libraw1394
    + libssh
    + libwebp
    + libxcb
    + lzma
    + openal
    + opencl
    + opengl
    + openh264
    + openjpeg
    + openssl
    + pulseaudio
    + rtmpdump
    + samba
    + soxr
    + v4l-utils
    + vid.stab
    + wavpack
    + libX11
    + libXv
    + wavpack
    + x265
    + xavs
    + xvidcore
    + zeromq
* Outlines support for: (unpackaged/broken dependencies)
    + aacplus
    + avisynth
    + crystalhd
    + blackmagic-design-desktop-video
    + flite
    + ilbc
    + libavc1394
    + libcdio-paranoia
    + libiec61883
    + libmfx
    + libnut
    + nvenc (nvidia)
    + opencl
    + opencore-amr
    + openh264
    + oss
    + libquvi
    + schroedinger
    + shine
    + twolame
    + utvideo
    + vo-aacenc
    + vo-amrwbenc
    + zvbi
2015-02-28 12:12:25 -05:00