83474 Commits

Author SHA1 Message Date
=
d4f7c8a208 non: 2016-03-06 -> 2016-04-05 2016-04-23 12:20:44 +02:00
Frederik Rietdijk
7a9aded54d pythonPackages.aiohttp: 0.19.0 -> 0.21.5 2016-04-23 11:50:28 +02:00
Frederik Rietdijk
7a07ad851f Merge pull request #14908 from roblabla/feature-matrixSynapse14
matrix-synapse: update 0.12.0 -> 0.14.0
2016-04-23 11:46:32 +02:00
Emery Hemingway
efd1d4fa60 qtbitcointrader: 1.08.03 -> 1.10.01 2016-04-23 11:12:25 +02:00
Vladimír Čunát
0483bc0ee3 Merge: boost fixes for mingw
- Dynamic linking won't work, it seems.
- When using a native python, the extension isn't built,
  so let's not depend on it.
2016-04-23 10:52:51 +02:00
Vladimír Čunát
1bfc3a8965 boost: support libiconv, also on non-glibc platforms 2016-04-23 10:52:07 +02:00
Vladimír Čunát
2b0d725854 boost: finish fixes for mingw
- Dynamic linking won't work, it seems.
- When using a native python, the extension isn't built,
  so let's not depend on it.
- Replace flags missing on this branch, such as `isCrossWin`.
2016-04-23 10:52:07 +02:00
aszlig
fb74d901d7 boost: Add patch for mingw to use gas instead.
The upstream sources only compile with masm, so we need to add a patch
that translates the masm sources to GNU assembler. Unfortunately, this
means, that "generic.nix" is no longer very much generic, but the
versions we currently include work fine with the patch.

Unfortunately, the boost build still doesn't finish, but we're getting
there soon enough.

The patch is from https://svn.boost.org/trac/boost/ticket/7262 and
following the discussion it seems that the upstream authors are
unwilling to add a gas version for the Windows platform. So in the long
term we might need to find a better solution to that, like for example
using Wine to run MASM.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-23 10:52:07 +02:00
aszlig
5f0f48c08b boost: Reduce noise during cross compile.
I guess the "set -x" was only left there for debugging, so I'm removing
it because it let's the scrollback buffer explode ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-23 10:52:06 +02:00
aszlig
2d760a28b3 boost: Supply some configure flags for mingw.
Otherwise, Boost.Build is trying to compile against pthread and
desperately searches for icu/iconv.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-23 10:52:06 +02:00
aszlig
ad033f7665 boost: Fix generation of crossB2Args.
`concatMapStringsSep` actually needs a function to work on the list
items, but it was probably a leftover from the refactor in af8654d.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-23 10:52:06 +02:00
Vladimír Čunát
7aae991fa2 imagemagick: fix on mingw, only static ATM
The output gets rather large (67 MB) as *each* executable gets ~5 MB of
magick stuff statically. It seems we would have to fix or disable
libxml2 first to get around this blowup.
2016-04-23 10:52:05 +02:00
Vladimír Čunát
960244c0af poppler: improve on mingw
The minimal version should be fine now.
2016-04-23 10:52:05 +02:00
Vladimír Čunát
076a09ee37 poppler: disable some dependencies for minimal config
lcms, openjpeg and curl don't seem to be so necessary.
2016-04-23 10:52:05 +02:00
Vladimír Čunát
7d4ebb526c libjpeg(-turbo): fix on mingw
By porting a patch from msys2.
2016-04-23 10:52:04 +02:00
Vladimír Čunát
bd3d377e5e freetype: fix on mingw 2016-04-23 10:52:04 +02:00
Vladimír Čunát
321ecde8a1 zlib: on mingw, add another DLL link
Also clean up the expression a little.
It fixes at least libpng's DLL.
2016-04-23 10:52:03 +02:00
Vladimír Čunát
80509ab287 libpng: fix on mingw by disabling doCheck 2016-04-23 10:52:03 +02:00
Vladimír Čunát
49bec81730 libxslt: fix on mingw by upstream patch
It's only static, as libxml2 is only static ATM.
2016-04-23 10:52:03 +02:00
Vladimír Čunát
94eba25103 libxml2: fix on mingw, without DLLs ATM
After closure-size merge we need to disable python support,
as python upstream doesn't support cross-building linux -> mingw.
2016-04-23 10:52:02 +02:00
Vladimír Čunát
91f2b9ed66 bzip2: fix on mingw
The whole expression is rather a mess, mainly due to upstream
often behaving badly with non-standard configurations.
2016-04-23 10:52:01 +02:00
Vladimír Čunát
8b292a1b35 stdenv on mingw: fix 64-bin DLL detection in some cases
In particular, this makes 64-bit libpng create DLL now,
and thus depending packages won't fail anymore (e.g. freetype).
2016-04-23 10:52:01 +02:00
Vladimír Čunát
afaf1c2f77 gettext: remove crossAttrs
They seem not needed anymore.
2016-04-23 10:52:00 +02:00
Vladimír Čunát
6e7787e666 stdenv for windows: auto-link dependency DLLs
For every *.{exe,dll} in $output/bin/ we try to find all (potential)
transitive dependencies and symlink those DLLs into $output/bin
so they are found on invocation.
(DLLs are first searched in the directory of the running exe file.)

The links are relative, so relocating whole /nix/store won't break them.
The hook is activated on cygwin and when cross-compiling to mingw.
2016-04-23 10:52:00 +02:00
Eric Litak
032f3e721c unifi: relocatable data dir 2016-04-22 22:43:55 -07:00
Eric Litak
86357de0c8 mfi: relocatable data dir 2016-04-22 22:43:45 -07:00
Eric Litak
08546d3a20 unifi: fix for closure-size changes 2016-04-22 22:39:28 -07:00
Charles Strahan
0657ddca95 go: 1.6 -> 1.6.2 2016-04-23 00:39:17 -04:00
Charles Strahan
d3754d3482 ghcjs-base: update via ghcjs-boot
This pulls in two fixes for XMLHttpRequest for ghcjs-base:

* Fix two typos for websockets
  https://github.com/ghcjs/ghcjs-base/pull/54

* Respect `.withCredentials`property of XHR
  https://github.com/ghcjs/ghcjs-base/pull/57
2016-04-22 22:49:00 -04:00
Charles Strahan
3226bb7dbf Merge pull request #14904 from chris-martin/manual-go2nix-link
nixpkgs manual: fix link to go2nix
2016-04-22 22:22:07 -04:00
Nikolay Amiantov
ef9175c5fb brasero: move cdrtools dependency to a wrapper 2016-04-23 04:15:57 +03:00
Nikolay Amiantov
e690c3a8dd k3b: move cdrtools dependency to a wrapper 2016-04-23 04:15:56 +03:00
Nikolay Amiantov
2a51c3c12a brasero: use libburn and libisofs instead of some packages 2016-04-23 04:13:43 +03:00
Nikolay Amiantov
666cba9ad9 cdrtools: mark as free but don't distribute in binary form 2016-04-23 04:11:19 +03:00
Nikolay Amiantov
60ddddeb5b libisofs: init at 1.4.2 2016-04-23 03:57:14 +03:00
Nikolay Amiantov
274a699348 libburn: init at 1.4.2.pl01 2016-04-23 03:57:00 +03:00
Markus Binsteiner
83274eccf0 seafile-*: 4.4.2 -> 5.0.7
Also updated dependencies:
ccnet: 1.4.2 -> 5.0.7
libsearpc: 1.2.2 -> 3.0.7
2016-04-23 12:52:42 +12:00
Guido Zgraggen
6ea0ae58af nix-prefetch-git: create parent directories 2016-04-22 16:51:49 -07:00
roblabla
be21e16652 matrix-synapse: update 0.12.0 -> 0.14.0 2016-04-23 01:48:54 +02:00
Tobias Geerinckx-Rice
23f3d86a3b
sane-backends-git -> 2016-04-23
More Pixma fixes.
2016-04-23 01:34:25 +02:00
Tobias Geerinckx-Rice
1076c93de3
tiled: 0.12.3 -> 0.16.0; clean up; maintain 2016-04-23 01:30:50 +02:00
Nikolay Amiantov
ae0a64cf2c mumble_git: 2015-11-08 -> 2016-04-10 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
6900fdc84b mumble: 1.2.10 -> 1.2.15 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
5489bc4109 mumble: fix speechd support 2016-04-23 02:27:36 +03:00
Nikolay Amiantov
f3435096e2 speechd: 0.7.1 -> 0.8.3
Make it actually useful -- support sound output and several voice modules
2016-04-23 02:27:36 +03:00
Nikolay Amiantov
b9682eba17 svox: init at 2016-01-25 2016-04-23 02:24:22 +03:00
Nikolay Amiantov
d10d105ca6 aria2: 1.21.0 -> 1.22.0 2016-04-23 02:24:22 +03:00
=
32394a3cd7 oger: init at 1.1.3 2016-04-23 00:58:57 +02:00
Nikolay Amiantov
6d432531c6 Merge pull request #14906 from rardiol/dwarf-fortress-unfuck
dwarf-fortress-unfuck: 2016-02-11 -> 2016-04-22 and zlib dependency
2016-04-23 02:42:15 +04:00
Ricardo Ardissone
bdf714c303 dwarf-fortress-unfuck: 2016-02-11 -> 2016-04-22 and zlib dependency 2016-04-22 19:34:11 -03:00