Commit Graph

24631 Commits

Author SHA1 Message Date
John Ericson
52a6589559 agda: the Iowa stdlib seems to be behind a private SVN now 2015-05-20 16:01:44 +00:00
Peter Simons
cf6ab47be2 oracle-instantclient: don't strip or patchelf this library 2015-05-20 16:19:11 +02:00
Thomas Tuegel
49fa221c62 Update libbluedevil to 2.1
The bluedevil build has been failing since it was updated to
2.1.1. Bluedevil and libbluedevil must be kept at the same major version!
2015-05-20 07:25:13 -05:00
Arseniy Seroka
fedfcdedae Merge pull request #7910 from oherrala/oherrala-cfr
cfr: Update to version 0_101 and remove platform restrictions
2015-05-20 15:14:34 +03:00
William A. Kennington III
f247481b5d buildGoPackage: Only install files from the goPackagePath 2015-05-20 02:44:09 -07:00
Eelco Dolstra
9a159fc2bc php: Update to latest versions 2015-05-20 11:34:08 +02:00
William A. Kennington III
3b79ea5ce4 libtheora: Refactor 2015-05-20 00:26:45 -07:00
William A. Kennington III
d220ea72e5 gnu-efi: 3.0b -> 3.0.2 2015-05-20 00:26:12 -07:00
William A. Kennington III
69a990f6b3 libssh: 0.6.4 -> 0.7.0 2015-05-19 23:30:51 -07:00
Ossi Herrala
d2f21ab3fc cfr: Update to version 0_101 and remove platform restrictions
cfr is written in Java, so it should work in every platform supported
by jre. This fix makes cfr usable in Darwin.
2015-05-20 09:02:13 +03:00
William A. Kennington III
9687d304fd wiredtiger: 2.5.2 -> 2.6.0 2015-05-19 21:43:48 -07:00
William A. Kennington III
b835d4bade libunwind: Fix lzma propagation 2015-05-19 21:34:51 -07:00
William A. Kennington III
8cbb97e6f3 buildGoPackage: Don't include private directories in the search 2015-05-19 20:14:03 -07:00
Edward Tjörnhammar
e48f5bc198 openjdk8: readd symlinks and remove useless makeflags 2015-05-20 01:55:34 +02:00
Allen Nelson
e70f9e74f2 changed to CC=clang 2015-05-19 16:49:58 -05:00
Allen Nelson
ec2f3eb855 added gfortran expression for darwin 2015-05-19 15:59:55 -05:00
Edward Tjörnhammar
69d1f7630c openjdk8: 40b25 -> 40b27 2015-05-19 22:43:50 +02:00
Pascal Wittmann
6e3f909c2d Merge pull request #7884 from ip1981/mwlib
freetds-stable.tgz has gone
2015-05-19 21:56:01 +02:00
Pascal Wittmann
2286e2ef8f http-parser: update from 2.3 to 2.5.0
closes #7709
2015-05-19 21:46:12 +02:00
Pascal Wittmann
2c8872f191 gtk-doc: update from 1.21 to 1.23 2015-05-19 20:08:15 +02:00
Ricardo M. Correia
2817e74d37 cargo: Add myself to maintainers 2015-05-19 19:02:38 +02:00
Ricardo M. Correia
9b752fd0e1 buildRustPackage: Don't hardcode registry index hash
Instead, discover it automatically when building the package.

This makes `buildRustPackage` more future-proof with respect to changes
in how `cargo` generates the hash.

Also, it fixes broken builds in i686 because apparently, cargo generates
a different registry index hash in this architecture (compared to
x86-64).
2015-05-19 19:02:38 +02:00
Ricardo M. Correia
de322b48b7 cargo: Fix src hash
It seems that when you pass `leaveDotGit = true` to `fetchgit`, sometimes
the output can still change (i.e. it's not completely deterministic).

This could be due to changes in the upstream git repository...
2015-05-19 19:02:38 +02:00
Joel Taylor
24be3cfcff ghc: add Darwin patch for #10322 2015-05-19 09:56:15 -07:00
Thomas Tuegel
b84f3e85d9 Fix QGtkStyle for Qt 5 versions 2015-05-19 11:37:21 -05:00
Edward Tjörnhammar
e697219d3d openjdk8: work around gnupatch latest feature of not following symlinks, even when --follow-symlinks is specified. 2015-05-19 18:22:38 +02:00
Sander van der Burg
cae7278fae titaniumsdk: upgrade 3.5.0 to 3.5.1 2015-05-19 14:27:55 +00:00
Domen Kožar
8f648b2d14 rbtools: 0.7.1 -> 0.7.2 2015-05-19 15:26:02 +02:00
Luca Bruno
9adde87fea More usage of gnome3.defaultIconTheme 2015-05-19 14:44:27 +02:00
Peter Simons
51412f96c0 Merge pull request #7886 from joelmo/numpy
numpy and matplotlib updates
2015-05-19 13:16:11 +02:00
Paulus Esterhazy
557c1401af Add unfree Oracle instant client and SQLPlus CLI utility. 2015-05-19 11:10:11 +02:00
William A. Kennington III
414b3f2909 consul: Move into the go-packages framework 2015-05-18 19:45:19 -07:00
William A. Kennington III
1dbd67ee82 buildGoPackage: Don't print blank lines 2015-05-18 19:45:19 -07:00
William A. Kennington III
c2a85e04e8 buildGoPackage: Take into account propagatedBuildInputs during rename 2015-05-18 19:45:18 -07:00
Ricardo M. Correia
85c48934bc racerRust: 2015-05-04 -> 2015-05-18
Fixes build failure with rustc 1.0.0.
2015-05-19 03:08:34 +02:00
Ricardo M. Correia
01d4651a01 rustc: Fix snapshot info
It was wrong and it was causing a build failure.
2015-05-19 01:38:16 +02:00
Allen Nelson
2a0a5c697e added clang dependency, using unix platform 2015-05-18 17:47:03 -05:00
Allen Nelson
b4b6215523 added flags/switches necessary to get openblas to compile on osx 2015-05-18 17:01:43 -05:00
Joel Taylor
d60058af4b lua: update patch for 5.2 on darwin 2015-05-18 13:12:45 -07:00
Peter Simons
c0e2c4809e cabal-install: fix build for GHC 7.0.x and 7.2.x 2015-05-18 20:43:59 +02:00
Peter Simons
0197da662d haskell: enable builds that used to fail because they depend on graphviz 2015-05-18 20:43:51 +02:00
Peter Simons
72f54f51e3 haskell-graphviz: the test suite build is broken by QuickCheck 2.8 2015-05-18 20:43:51 +02:00
Peter Simons
8e48f09284 hackage-packages.nix: update to 6ccfe7a320 with hackage2nix revision d339b0fe58a504a61db589362b73992a5912304e 2015-05-18 20:43:50 +02:00
William A. Kennington III
e89f90cd33 buildGoPackage: Only create if needed 2015-05-18 10:13:33 -07:00
William A. Kennington III
2f897aad70 buildGoPackage: Allow excluding of specific modules 2015-05-18 10:13:33 -07:00
William A. Kennington III
e7d4e7ebce go1.4: Decouple tools 2015-05-18 10:13:33 -07:00
Peter Simons
61224338ff cabal2nix: update to version 20150518 2015-05-18 18:04:37 +02:00
Peter Simons
a65fd950c3 haskell-harp: mark as broken 2015-05-18 18:04:37 +02:00
Peter Simons
54db9d427d ghc-6.x: mark broken because of https://github.com/NixOS/nixpkgs/issues/7810
6.10.4 and 6.12.3 are broken because they need 6.10.2-binary for bootstrapping.
2015-05-18 18:04:37 +02:00
Peter Simons
2dc73b0e88 Drop obsolete overrides for old versions of annotated-wl-pprint and lens. 2015-05-18 18:04:36 +02:00
Peter Simons
7268605e00 idris: remove outdated overrides
The Idris build is broken for several reasons, I'm afraid, and has been broken
since a while. It' seems unnecessary to carry these non-functioning overrides
around.
2015-05-18 18:04:36 +02:00
Peter Simons
3cdd27cbe6 haskell-binary: version 0.7.4.0 can't compile its test suite 2015-05-18 18:04:36 +02:00
Peter Simons
b2d483f146 haskell-Saturnin: test suite has undeclared build-time dependencies 2015-05-18 18:04:36 +02:00
Peter Simons
a14ebb03d9 haskell-gitlib: mark build as broken
https://github.com/jwiegley/gitlib/issues/46
2015-05-18 18:04:36 +02:00
Peter Simons
c959a59f47 haskell-snap: jailbreak to fix build with current attoparsec and lens libraries 2015-05-18 18:04:36 +02:00
Peter Simons
b9152b89c2 haskell-ng: reduce memory requirements of overrideScope by improved sharing
With this patch applied, "nix-env -qaP -A haskellngPackages" succeeds fine
without running out of memory. Thanks to @bennofs for catching this in
bbb422af92 (commitcomment-11235596).
2015-05-18 18:04:36 +02:00
Peter Simons
807146cf75 haskell-ng: make overrideScope respect the default lookup scope
Build environments created by overrideScope lost the ability to find
packages outside of the Haskell package set without help. This patch
remedies this issue.

Fixes https://github.com/NixOS/nixpkgs/issues/6192.
2015-05-18 18:04:36 +02:00
Peter Simons
a14966e827 hackage-packages.nix: update to eb2884c12c with hackage2nix revision bf850da9044b16efb9ef06a05c645fa981513444 2015-05-18 18:04:31 +02:00
Nikolay Amiantov
f1b51945bc ti-rpc: update package 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
a5fc6f702e libbluray: update, fix building, AACS and Java 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
4936324273 libbdplus: add package 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
8099911528 libaacs: fix building 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
9867951a50 ijs: update 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
2120cdec76 folly: update 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
c244457121 double-conversion: update 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
f79effa2eb haskell-graphviz: fix for GHC 7.10 2015-05-18 17:21:08 +03:00
Pascal Wittmann
132570bace Add colm, a language for program analysis and transformation 2015-05-18 16:07:12 +02:00
Igor Pashev
27aba15007 freetds-stable.tgz has gone 2015-05-18 13:39:46 +00:00
Vladimír Čunát
5b7837c0d3 libjpeg-turbo: make Hydra only build it on Linux
I don't know what's wrong with darwin.
Anyway, it's unused on darwin by default.
2015-05-18 13:46:09 +02:00
Luca Bruno
1a3de46417 go: also remove disabled from the derivation 2015-05-18 12:47:24 +02:00
Luca Bruno
a43bd6bbcd go: add disabled flag for packages 2015-05-18 12:46:22 +02:00
Luca Bruno
25f9555599 Drop GNOME 3.12 2015-05-18 12:24:08 +02:00
Joel Moberg
0e2472ac86 matplotlib: 1.4.2 -> 1.4.3 2015-05-18 11:25:57 +02:00
Joel Taylor
c7ed090e21 Revert "fix lua.pc library name"
This reverts commit 330836a82b.
2015-05-17 15:03:53 -07:00
Joel Taylor
330836a82b fix lua.pc library name 2015-05-17 14:34:22 -07:00
Joel Taylor
c714842d9f patch GHC 7.8.4 on darwin to fix template haskell + hpc 2015-05-17 14:31:24 -07:00
Benno Fünfstück
592e411c49 Merge pull request #7863 from C0DEHERO/fix/irrlicht-update
irrlicht: update rev 3843 (1.8) -> rev 5104 (1.8)..
2015-05-17 20:15:10 +02:00
Peter Simons
f9f55b4147 hackage-packages.nix: update to 21baf54727 with hackage2nix revision b0eec6a5853fb52a28ae3ded058c3f7d0c510e2a 2015-05-17 13:46:23 +02:00
Peter Simons
59cf968fb3 haskell-blaze-builder: fix build with GHC 7.6.3 2015-05-17 13:31:46 +02:00
Shea Levy
7962915680 ats2: bump 2015-05-17 06:43:26 -04:00
C0DEHERO
d90dd6d17b irrlicht: update rev 3843 (1.8) -> rev 5104 (1.8); fixed awkward naming; use svn release branch 2015-05-16 22:48:43 -04:00
Arseniy Seroka
a546e11e45 Merge pull request #7861 from codyopel/ffmpeg-updates
ffmpeg: update branches
2015-05-17 03:41:10 +03:00
codyopel
a35ef4e3df ffmpeg: update branches
ffmpeg_0_10: 0.10.15 -> 0.10.16
ffmpeg_2_2: 2.2.13 -> 2.2.15
ffmpeg_2_6: 2.6.1 -> 2.6.2
ffmpeg-full: 2.6.1 -> 2.6.2
2015-05-16 20:23:25 -04:00
Peter Simons
8145d6abb9 haskell-bitcoin-api-extra: test suite requires network access 2015-05-16 22:00:51 +02:00
Peter Simons
8b13b29898 pandoc: jailbreak to fix build with recent versions of zlib and QuickCheck 2015-05-16 22:00:51 +02:00
Peter Simons
1d7f9b28d3 haskell-cheapskate is broken by latest blaze-html 2015-05-16 22:00:51 +02:00
Peter Simons
c3add19437 darcs: pass old zlib version 0.5.x to fix the build 2015-05-16 22:00:47 +02:00
Peter Simons
0a87fd8890 cabal-install: override zlib with an older version to fix the build
This change resolves https://github.com/peti/nixpkgs/pull/3.
2015-05-16 21:59:41 +02:00
Peter Simons
bfb416cfe1 haskell-utf8-prelude: mark deprecated package as broken 2015-05-16 21:59:41 +02:00
Peter Simons
10e338263d haskell-MissingH: disable test suite to avoid depending on broken testpack 2015-05-16 21:59:41 +02:00
Peter Simons
1d3ef2fef8 haskell: simplify overrides for QuickCheck and zlib 2015-05-16 21:59:41 +02:00
Peter Simons
2f00cb5308 haskell-digest: remove obsolete override 2015-05-16 21:59:41 +02:00
Peter Simons
932e4dbf1e haddock-library: remove obsolete overrides 2015-05-16 21:59:41 +02:00
Peter Simons
eb32c97162 HStringTemplate: remove obsolete overrides 2015-05-16 21:59:41 +02:00
Peter Simons
b4f6ddb925 haskell-bitcoin-api: don't run the test suite, because it requires network access 2015-05-16 21:59:40 +02:00
Peter Simons
1191c95e13 haskell-influxdb: don't jailbreak this build; the Cabal file is too complex 2015-05-16 21:59:40 +02:00
Peter Simons
0fa44a5633 Haskell packages brainfuck and unlambda have been fixed upstream. 2015-05-16 21:59:40 +02:00
Peter Simons
111de3eb62 haskell-configuration-ghc-7.10.x: remove obsolete "version bump" hacks 2015-05-16 21:59:40 +02:00
Peter Simons
4e2e36f388 hackage-packages.nix: update to 31bc649141 with hackage2nix revision 8e3ad6c8af82151574e87c1e9c9ec6cbb5841b3d 2015-05-16 21:59:36 +02:00
Arseniy Seroka
78b2afadff Merge pull request #7811 from pmiddend/fcppt
Add fcppt package
2015-05-16 22:37:14 +03:00
Georges Dubus
af0002d884 rustc: build the stable channel 2015-05-16 00:54:20 +02:00
Joel Taylor
78ef78719f Merge branch 'master' of https://github.com/NixOS/nixpkgs 2015-05-15 14:33:21 -07:00
Joel Taylor
1aef9fc4af cmake: disable building with ncurses if building without ncurses 2015-05-15 14:31:40 -07:00
Vladimír Čunát
b7fe141f6b Revert "remove cmake-2.8"
Some packages fail with the only cmake version we've left.
This reverts commit 67199bda4e.
2015-05-15 23:02:41 +02:00
Pascal Wittmann
4ec3f8e42f intel-gpu-tools: apply patch to fix a compile error
see https://bugs.gentoo.org/show_bug.cgi?id=548318
2015-05-15 22:46:30 +02:00
Vladimír Čunát
bc7a4fc18b webkitgtk: minor updates (close #7828)
Builds fine, NEWS look good.
2015-05-15 22:36:52 +02:00
Peter Simons
9bc42f6d00 hugs: set meta.platforms 2015-05-15 21:26:10 +02:00
Peter Simons
1ceebca7af hugs is an interpreter, not a compiler 2015-05-15 21:24:02 +02:00
Peter Simons
dec924f5a3 hugs: fix build 2015-05-15 21:24:02 +02:00
Georges Dubus
91ba92096c rustc: update to 1.0.0 2015-05-15 19:17:25 +02:00
Eric Seidel
f93a8ee110 Merge pull request #7845 from spwhitt/misc
Darwin: A couple fixes
2015-05-15 09:06:00 -07:00
Spencer Whitt
5d82c67129 libdvbpsi: enable on Darwin 2015-05-15 11:58:22 -04:00
Spencer Whitt
7145859662 botan: clang fix 2015-05-15 11:58:22 -04:00
Spencer Whitt
7745dc5dcf nghttp2: fix configure script to correctly find jemalloc 2015-05-15 11:58:20 -04:00
Spencer Whitt
a634c11075 ruby_1_8_7: Fix on Darwin 2015-05-15 11:58:19 -04:00
Spencer Whitt
94362af1e8 libev: Fix compilation with clang 2015-05-15 11:58:19 -04:00
Lluís Batlle i Rossell
4b09501f23 Making go build for any arm. 2015-05-15 13:24:32 +00:00
Peter Simons
949746f9f5 r-modules: disable broken builds 2015-05-15 13:48:38 +02:00
Peter Simons
278df52729 r-xml2: fix build 2015-05-15 13:47:27 +02:00
Wout Mertens
ebedf814ce Merge pull request #7847 from spwhitt/libdvdnav
libdvdnav: 4.2.1 -> 5.0.3
2015-05-15 13:21:35 +02:00
Thomas Tuegel
111fec1ba7 Add qca-qt5 2015-05-15 05:48:32 -05:00
Thomas Tuegel
c80638905d Upgrade to kde-frameworks-5.10 2015-05-15 05:48:20 -05:00
Peter Simons
274d17defa darcs: fix build 2015-05-15 11:33:45 +02:00
Peter Simons
07535a01aa haskell-gnutls: revert to GNUTLS 3.3 2015-05-15 11:26:37 +02:00
Luca Bruno
58b865cfc6 go: remove renameImports and use goPackageAliases 2015-05-15 11:16:59 +02:00
Marco Schlumpp
a88c5a8037 glibc: fixed a warning caused by nix-locale-archive.patch
If a function shouldn't accept any parameters, use "(void)" instead of "()".
Close #7843. Vcunat purged unimportant changes from this commit.
2015-05-15 11:14:50 +02:00
Peter Simons
f66cd5dbe9 aqbanking: update to version 5.5.1 2015-05-15 11:01:42 +02:00
Peter Simons
1b8a35b7fa gwenhywfar: update to version 4.11.1 2015-05-15 11:01:21 +02:00
Henry Till
229c442e2c libpsl: add darwin to meta.platforms 2015-05-15 01:40:10 -04:00
Eric Seidel
be03eefc9c gnutls: only demand trousers on linux 2015-05-14 21:53:56 -07:00
Spencer Whitt
01d7d24dbb libdvdnav: 4.2.1 -> 5.0.3
Keeping the old version around for now in order to support mplayer.
2015-05-14 23:26:16 -04:00
William A. Kennington III
0ff12d88ea buildGoPackage: Skip directories which don't have buildable go packages 2015-05-14 17:58:30 -07:00
William A. Kennington III
1a045673f6 go-modules: Cleanup submodule detection
Also, only build the sources that matter for distribution
2015-05-14 17:58:30 -07:00
William A. Kennington III
fecf412767 buildGoPackage: Fix spacing 2015-05-14 17:58:30 -07:00
William A. Kennington III
3a5e10e37f buildGoPackage: Support adding extra sources 2015-05-14 17:58:30 -07:00
Philipp Middendorf
7f2262e9a8 fcppt: initial import into nixpkgs 2015-05-14 23:54:57 +02:00
Domen Kožar
3dc204f42e fix eval 2015-05-14 20:21:56 +02:00
Pascal Wittmann
21c73b63b8 Turned two more meta.maintainers into lists 2015-05-14 19:15:22 +02:00
Pascal Wittmann
bb9e9cc3f8 Turned some meta.maintainers into lists 2015-05-14 19:09:43 +02:00
Eric Seidel
67fe5d46d4 Merge pull request #7817 from gridaphobe/cc-wrapper-isgnu-isclang
Add isGNU and isClang attributes to cc-wrapper
2015-05-14 10:09:07 -07:00
vbgl
d206cd8a26 Merge pull request #7839 from vbgl/opam-122
opam: update from 1.2.1 to 1.2.2
2015-05-14 18:40:17 +02:00
Michael Raskin
cd17e50bd9 Update CLSQL source and switch to a mirror 2015-05-14 18:50:53 +03:00
Pascal Wittmann
9c9c586534 Fixed several "package has no version" warnings 2015-05-14 17:19:41 +02:00
lethalman
78c6fd6e68 Merge pull request #7780 from Ralith/libuv
libuv: version 1.5.0
2015-05-14 17:01:12 +02:00
Vincent Laporte
1c19f91dd7 opam: update from 1.2.1 to 1.2.2 2015-05-14 09:32:32 +02:00
William A. Kennington III
48534df2a4 Merge pull request #7741 from codyopel/stxxl
stxxl: refactor
2015-05-13 21:56:43 -07:00
William A. Kennington III
6516cc48c7 nghttp2: 0.7.13 -> 0.7.14 2015-05-13 11:32:46 -07:00
Thomas Tuegel
7094ae27da qt53: fix qtwebkit build with new glib 2015-05-13 12:49:14 -05:00
John Wiegley
88f7b04b5e go 1.2: Add a missing argument 2015-05-13 12:38:28 -05:00
Domen Kožar
38d9663367 gtkvnc: add libgpgerror as dependency 2015-05-13 19:19:08 +02:00
Domen Kožar
d769b52307 python: pass stdenv.glibc to crypt module to expose crypt.so 2015-05-13 18:39:50 +02:00
Ricardo M. Correia
981ea747b5 cargo: 2015-05-11 -> 2015-05-13 2015-05-13 17:23:18 +02:00
Ricardo M. Correia
3df7a9866d rustcMaster: 2015-05-09 -> 2015-05-13 2015-05-13 17:23:18 +02:00
Peter Simons
e46a796f5d haskell-bitcoin-api has been fixed upstream 2015-05-13 13:36:51 +02:00
Peter Simons
bd3e6628ae haskell-esqueleto: test suite has been fixed upstream 2015-05-13 13:20:11 +02:00
Peter Simons
cf013700ef haskell-esqueleto: remove obsolete jailbreak for ghc-7.10.x 2015-05-13 13:18:24 +02:00
Peter Simons
3e89fab1f7 haskell-rtorrent-rpc: update ticket link 2015-05-13 13:08:15 +02:00
Peter Simons
aaa9f837a9 r-modules: fix Hydra evaluation errors 2015-05-13 11:31:39 +02:00
Charles Strahan
ac4515958d ghcjs: bump ghcjs-boot
This updates the git reference of the aeson submodule; the old one
vanished.
2015-05-12 20:04:12 -04:00
Shea Levy
7e1286bf01 jsoncpp: don't rely on coreutils cp 2015-05-12 16:28:07 -04:00
aszlig
a7028d3d07
python2: Pass configureFlags to modules as well.
Fixes regression from 086e801d51.

The switch tu UCS-4 only happened for the main Python interpreter and
libraries, but the extension modules were using the same source but
without any configureFlags, so the extensions still referred to UCS-2
symbols.

Tested module builds of Python 2.7 and all modules except crypto fail.
Also tested against sqlite3 module of Python 2.6, although for other
modules there still seems to be an unrelated build failure with Tcl/Tk
libraries, so we might need to fix that later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
aszlig
55e66db0fa
python2: Don't fail silently on module build.
A build output of such a failure can be found here:

http://hydra.nixos.org/build/21994789/nixlog/1/raw

The build_ext command doesn't return non-zero if it fails but instead
produces a file with a "_failed.so" suffix, which we're now checking
after the build_ext command.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 18:06:33 +02:00
Ricardo M. Correia
755df64ee3 Merge pull request #7501 from wizeman/u/upd-rust
Add support for Rust / Cargo packaging
2015-05-12 17:30:11 +02:00
Ricardo M. Correia
e40a43cd1f rustRacer: 2015-04-12 -> 2015-05-04 2015-05-12 17:28:52 +02:00
Ricardo M. Correia
cbdedca255 cargo: 2015-04-14 -> 2015-05-11 2015-05-12 17:28:50 +02:00
Ricardo M. Correia
4c77830a93 rustcMaster: Update from 2015-04-15 -> 2015-05-09 2015-05-12 17:28:48 +02:00
Thomas Tuegel
f853661229 Merge branch 'kde5' 2015-05-12 09:49:16 -05:00
Nikolay Amiantov
3e17a5c1d0 haskell-unlambda/brainfuck: Put a note 2015-05-12 17:33:46 +03:00
Nikolay Amiantov
cb9764f847 haskell-lambdabot: remove ghc 7.8 patch 2015-05-12 17:25:52 +03:00
Nikolay Amiantov
f83011736f haskell-mueval: update patch 2015-05-12 17:25:52 +03:00
Nikolay Amiantov
367c7779e0 haskell-dependent-sum-template: updated on Hackage 2015-05-12 17:25:38 +03:00
Nikolay Amiantov
332df249e6 haskell-misfortune: fix patch 2015-05-12 17:25:24 +03:00
Thomas Tuegel
def321e811 add grantlee-5.0.0 2015-05-12 08:51:55 -05:00
Shea Levy
82ba13111c ncurses: Fix shouldUsePkg on darwin 2015-05-12 06:26:31 -07:00
Eelco Dolstra
4a22a4429c gcc-3.4: Remove
No longer in use.
2015-05-12 15:05:01 +02:00
Eelco Dolstra
7745c733eb gcc: Remove duplicate files 2015-05-12 15:05:01 +02:00
Eelco Dolstra
e75b5351ac gcc-4.9: Sync with changes made to the 4.8 expression 2015-05-12 14:55:18 +02:00
Eelco Dolstra
bbefd04c89 gcc-5: Remove obsolete mudflap reference 2015-05-12 14:55:17 +02:00
Peter Simons
8310a8169f Merge pull request #7820 from michelk/r-modules/update
r-modules: regenerate cran packages (2015-05-11T14:48:00+0100)
2015-05-12 11:59:38 +02:00
aszlig
7d1a4f9e3f
libe-book: Add missing zlib dependency.
Since 287ec76, zlib is no longer propagated by libxml, so we need to add
it as a direct dependency.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12 10:45:41 +02:00
Tobias Geerinckx-Rice
6396c04d9f ccache: enable tests
Let's hope this doesn't break all over the place. Works here.
2015-05-12 07:52:59 +02:00
Tobias Geerinckx-Rice
75ecd2e415 ccache 3.2.1 -> 3.2.2
New features and improvements:
- Added support for "CCACHE_COMPILERCHECK=string:<value>". This is a faster
  alternative to "CCACHE_COMPILERCHECK=<command>" if the command's output
  can be precalculated by the build system.
- Add support for caching code coverage results (compiling for gcov).

Bug fixes:
- Fixed bug which could result in false cache hits when source code contains
  '"' followed by " /*" or " //" (with variations).
- Made hash of cached result created with and without "CCACHE_CPP2"
  different.  This makes it possible to rebuild with "CCACHE_CPP2" set
  without having to clear the cache to get new results.
- Don't try to reset a non-existing stats file. This avoids "No such file or
  directory" messages in the ccache log when the cache directory doesn't
  exist.
- Fixed a bug where ccache deleted clang diagnostics after compiler
  failures.
- Avoid performing an unnecessary copy of the object file on a cache miss.
- Bail out on too hard compiler option "-fmodules".
- Bail out on too hard compiler option "-fplugin=libcc1plugin" (interaction
  with GDB).
- Fixed build error when compiling ccache with recent clang versions.
- Removed signal-unsafe code from signal handler.
- Corrected logic for when to output cached stderr.
- Wipe the whole cached result on failure retrieving a cached file.
- Fixed build error when compiling ccache with recent clang versions.
2015-05-12 07:52:59 +02:00
Michel Kuhlmann
aabee7eb46 r-modules: regenerate 2015-05-11T14:48:00+0100 2015-05-12 07:47:41 +02:00
William A. Kennington III
2c9481e0fd libssh2: Fix for darwin 2015-05-11 15:18:08 -07:00
William A. Kennington III
5eda8246a4 gss: Fix on darwin 2015-05-11 15:15:04 -07:00
William A. Kennington III
0b3af3074e libgcrypt: Fix darwin build 2015-05-11 15:14:22 -07:00
Eric Seidel
662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Eric Seidel
84e1c276e6 Merge pull request #7756 from ericbmerritt/fix-osx-crypto++
This resolves crypto++ build problems on OSX
2015-05-11 14:19:15 -07:00
Peter Simons
087892c42d haskell-aeson test suite is broken.
haskell-email-validate test suite has been fixed.
2015-05-11 22:27:51 +02:00
Pascal Wittmann
a16cd707bd Merge pull request #7804 from codyopel/global
global: refactor
2015-05-11 21:15:38 +02:00
Peter Simons
6a95cd085f Merge pull request #7805 from codyopel/ctags
ctags: 804 -> 816
2015-05-11 19:18:56 +02:00
Peter Simons
4ead7bc0b7 hackage-packages.nix: update to 65d3f6a305 with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e 2015-05-11 17:01:56 +02:00
Shea Levy
c13f189b19 ats-extsolve: bump 2015-05-11 06:41:53 -04:00
codyopel
4cba460737 ctags: 804 -> 816 2015-05-11 05:27:53 -04:00
codyopel
b8f1d6c9db global: refactor 2015-05-11 04:22:26 -04:00
Domen Kožar
bb4d658f64 Merge branch 'master' into staging
Conflicts:
	nixos/doc/manual/release-notes/rl-unstable.xml
	nixos/modules/services/printing/cupsd.nix
	pkgs/applications/misc/calibre/default.nix
	pkgs/development/haskell-modules/hackage-packages.nix
	pkgs/development/libraries/libsodium/default.nix
	pkgs/misc/emulators/wine/unstable.nix
	pkgs/top-level/all-packages.nix
2015-05-11 10:05:23 +02:00
William A. Kennington III
c3bdabca73 Merge pull request #7803 from codyopel/intltool
intltool: refactor
2015-05-11 00:35:06 -07:00
codyopel
4b07d16827 intltool: refactor 2015-05-11 03:11:30 -04:00
William A. Kennington III
df3d2010ae libinput: 0.14.1 -> 0.15.0 2015-05-10 22:35:05 -07:00
Charles Strahan
e3696ed37f ghcjs: bump ghcjs-prim
closes #7768
2015-05-11 00:52:52 -04:00
Shea Levy
d983875362 gcc-5: Fix build on darwin 2015-05-10 18:06:29 -07:00
Tobias Geerinckx-Rice
029db1fdf4 Merge pull request #7401 from bendlas/geoip-database
geoip: Install geolite database by default
2015-05-10 22:20:44 +02:00
Peter Simons
eafd67b45e haskell-wreq has been fixed upstream 2015-05-10 22:14:46 +02:00
Peter Simons
e9e07667b2 haskell-cryptol: override is no longer necessary 2015-05-10 22:14:46 +02:00
Peter Simons
c2c724bcaf haskell-stm-queue-extras: override is no longer necessary 2015-05-10 22:14:46 +02:00
Peter Simons
7f76150662 haskell-call: build should be fixed, but the dependency audiovisual is still broken 2015-05-10 22:14:46 +02:00
Peter Simons
7b49289c74 hackage-packages.nix: update to 4f492cbdcc with hackage2nix revision 4c63d4ad559c7c9569df1ea07557f92a1cfb5a3e 2015-05-10 22:14:42 +02:00
Benno Fünfstück
2818017347 Merge pull request #7791 from vandenoever/elm
Fix compilation of language-glsl.
2015-05-10 19:02:30 +02:00
Jos van den Oever
d8b93eb1cd Fix compilation of language-glsl.
The issue / patch https://github.com/noteed/language-glsl/pull/10 fixes
a compilation problem with language-glsl.
The packages pretty and prettyclass conflicted when compiled with GHC 7.10.
2015-05-10 18:50:07 +02:00
Domen Kožar
b7f15c43da fix evals /cc @ttuegel 2015-05-10 13:46:32 +02:00
Michael Raskin
ed38a2d32b Explicitly pass -pthread flag to fix the build after some updates 2015-05-10 13:46:31 +02:00
Michael Raskin
ae3b88aae4 Update SBCL 2015-05-10 13:46:31 +02:00
Michael Raskin
84ffa4d489 Update CL-Launch 2015-05-10 13:46:31 +02:00
Michael Raskin
53f8245494 Update luarocks 2015-05-10 13:46:31 +02:00
Michael Raskin
be221a05ed Update Regina/REXX 2015-05-10 13:46:30 +02:00
Michael Raskin
749cc094c6 Update allegro5-unstable 2015-05-10 13:46:30 +02:00
Michael Raskin
c9da13e240 Update SQLite 2015-05-10 13:46:30 +02:00
Domen Kožar
5c6f159cd5 subunit: split package into everything and python lib 2015-05-10 13:46:30 +02:00
codyopel
c250cf6f53 libsodium: refactor & remove duplicate 2015-05-10 13:46:29 +02:00
Joachim Fasting
f7dc64575d libsodium: 1.0.2 -> 1.0.3 2015-05-10 13:46:02 +02:00
Brian McKenna
a6f1db46e7 Add EventStore package
This turns the V8 expression into a generic build, so that we can
build with the required version.
2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
4081886d1a alloy: remove left-over no-op 2015-05-10 13:46:02 +02:00
Tobias Geerinckx-Rice
8bba7c5cf1 Add cfr 0_100: another Java decompiler 2015-05-10 13:46:01 +02:00
Peter Simons
535cbdbf73 haskell-email-validate: disable test suite to fix the build
Reported in https://github.com/Porges/email-validate-hs/issues/12.
2015-05-10 13:46:01 +02:00
Peter Simons
c65e48ca96 haskell-sandi: jailbreak restriction on "base == 4.8.*" so that we can build git-annex and hledger
Reported in https://github.com/magthe/sandi/issues/7.
2015-05-10 13:46:01 +02:00
Peter Simons
d484328619 hackage-packages.nix: update to 7424fa13db with hackage2nix revision 5e6df99a29c3e80bb071af288038312b19baf022 2015-05-10 13:46:01 +02:00
Peter Simons
60d405f573 haskell-smaoin has been fixed upstream. 2015-05-10 13:46:00 +02:00
Peter Simons
132e0fed79 hackage-packages.nix: update to 533fd30acc with hackage2nix revision f8474108eabeb513175d845709f749070ffdd8ba 2015-05-10 13:46:00 +02:00
Richard Wallace
2b45d39720 no longer need to patch reactive-banana, latest version has all the necessary instances 2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
62382e6a6f alloy: use installPhase instead of ./builder.sh
Also pass on any arguments from the shell wrapper to the .jar.
And be less clever with shell strings.
2015-05-10 13:46:00 +02:00
Tobias Geerinckx-Rice
f904376904 Add alloy 4.2_2015-02-22: relational modeller 2015-05-10 13:46:00 +02:00
Renzo Carbonara
9130b8d877 Haskell: explicit reflex-dom dependencies for GHCJS
When building `reflex-dom` for GHCJS, the following dependencies are not
needed and will fail to build: glib, gtk3, webkitgtk3,
webkitgtk3-javascriptcore. Now we explicitely need the dependencies
needed for building for GHCJS.
2015-05-10 13:45:59 +02:00
John Wiegley
ec1e3050fe coqPackages.QuickChick: New expression 2015-05-10 13:45:59 +02:00
Charles Strahan
f6f6156625 ghcjs: set NIX_GHCJS_* variables in env. 2015-05-10 13:45:59 +02:00
Charles Strahan
4e04fdce86 ghcjs: properly wrap binaries in environment
This also:

 1  Builds Setup.hs with ghcjs, which (among other things) defines
    __GHCJS__ and ghcjs_HOST_OS during pre-processing.
 2  Fixes ghc-paths to point at ghcjs and use NIX_GHCJS_* env-vars.
 3  Boots ghcjs into $prefix/lib/$compiler.
2015-05-10 13:45:59 +02:00
William A. Kennington III
247bce6eb0 nss: 3.18.1 -> 3.19 2015-05-10 13:45:59 +02:00
William A. Kennington III
861e5e7573 gnutls: Remove potentially insecure 3.2 2015-05-10 13:45:59 +02:00
Dario Bertini
86290712d2 Enable old pythons' wide builds 2015-05-10 13:45:26 +02:00
Michael Raskin
a54e796cff Explicitly pass -pthread flag to fix the build after some updates 2015-05-10 13:36:47 +03:00
Michael Raskin
47c2726363 Update SBCL 2015-05-10 13:36:47 +03:00
Michael Raskin
fdd0a1f7f8 Update CL-Launch 2015-05-10 13:36:46 +03:00
Michael Raskin
d1d2a9856c Update luarocks 2015-05-10 13:36:45 +03:00
Michael Raskin
9ebdf9f8a9 Update Regina/REXX 2015-05-10 13:36:44 +03:00
Michael Raskin
47011aa614 Update allegro5-unstable 2015-05-10 13:36:44 +03:00
Michael Raskin
1a407e9311 Update SQLite 2015-05-10 13:36:44 +03:00
Domen Kožar
5a330ad306 Merge pull request #7724 from berdario/python-wide-builds
Enable old pythons' wide builds
2015-05-10 12:18:02 +02:00
Domen Kožar
90ee280913 subunit: split package into everything and python lib 2015-05-10 11:39:42 +02:00
Arseniy Seroka
442a271bc9 Merge pull request #7752 from puffnfresh/package/eventstore
Add EventStore package
2015-05-10 01:28:38 +03:00
codyopel
7a794e1797 libsodium: refactor & remove duplicate 2015-05-09 18:20:06 -04:00
Pascal Wittmann
28a9f86061 Merge pull request #7781 from joachifm/libsodium-1_0_3
libsodium: 1.0.2 -> 1.0.3
2015-05-09 23:18:42 +02:00