Commit Graph

46390 Commits

Author SHA1 Message Date
Tuomas Tynkkynen
f59eab75d2 edk2, OVMF: Build on aarch64
And also build in parallel.

I don't understand why we manually tediously link every single directory
from the source, but I don't want to investigate too much.
2018-03-21 23:19:26 +02:00
Tuomas Tynkkynen
1d854b479c edk2: Reformat a bit for readability
- Have only one sed expression per line
- Put the important stuff closer to the command and not hidden in some
continuation line. That is, don't do:

sed \
    <boring stuff> \
    <boring stuff> \
    <boring stuff> \
    <boring stuff> \
    <boring stuff> \
    <IMPORTANT STUFF>

but:

sed <IMPORTANT STUFF> \
    <boring stuff> \
    <boring stuff> \
    <boring stuff> \
    <boring stuff> \
    <boring stuff>
2018-03-21 23:19:25 +02:00
Austin Seipp
7a00f136e9 yosys: 2018.03.07 -> 2018.03.21
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-21 16:05:10 -05:00
Austin Seipp
df861685cb icestorm: 2018.03.07 -> 2018.03.21
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-21 16:05:10 -05:00
Nikolay Amiantov
b1b4c6c4eb pyqt5: propagate Qt dependencies
This is so that Qt user environment packages are also propagated. Fixes
Electrum environment installations when no other Qt applications are installed.

Added `dev` output so that closure size won't explode.
2018-03-21 23:36:18 +03:00
Daiderd Jordan
fe37684525
luaffi: fix darwin build
/cc ZHF #36454
2018-03-21 21:28:53 +01:00
Daiderd Jordan
c2ca5c057d
libqglviewer: fix darwin build
/cc ZHF #36454
2018-03-21 21:28:53 +01:00
Daiderd Jordan
9a054d7cd6
libnfs: fix clang build
/cc ZHF #36454
2018-03-21 21:28:52 +01:00
Tuomas Tynkkynen
1874678d12 make-dbus-conf: Don't depend on unnecessary libxslt outputs
Might fix https://hydra.nixos.org/build/71580290.
2018-03-21 22:18:50 +02:00
Edward Tjörnhammar
5566bf97e5
libheimdal: 7.4.0 -> 7.5.0
In Heimdal 7.1 through 7.4, remote unauthenticated attackers are able to
crash the KDC by sending a crafted UDP packet containing empty data
fields for client name or realm.

Security: CVE-2017-17439
2018-03-21 21:17:50 +01:00
Vincent Laporte
6845b248d9 coq: init at 8.8+beta1 2018-03-21 18:06:28 +00:00
Will Dietz
c945978f5e
Merge pull request #37576 from dtzWill/fix/gtkspell3-isocodes
gtkspell3: add missing isocodes dep
2018-03-21 12:57:03 -05:00
Peter Simons
3c6dcdb74e
Merge pull request #37588 from mpickering/pure-zlib
dontCheck pure-zlib
2018-03-21 18:19:56 +01:00
Matthew Pickering
4a3ad82bcd dontCheck pure-zlib
Fixes #37499
2018-03-21 17:16:20 +00:00
Will Dietz
f967d23403 erlang R18-20: updates 2018-03-21 11:12:14 -05:00
Will Dietz
a7bc556ce9 gtkspell3: add missing isocodes dep 2018-03-21 10:21:42 -05:00
Sander van der Burg
479ec3d888 titaniumenv: fix renaming strategy 2018-03-21 16:08:56 +01:00
Sander van der Burg
603556085b titaniumenv: update example app 2018-03-21 15:51:07 +01:00
Maximilian Bosch
9f6d1ac711 node-webkit/nw9.nix: remove
Obsolete since #37380 and severly outdated (#37361)

/cc @Profpatsch
2018-03-21 15:42:23 +01:00
Robert Schütz
607d8cbfd7 pythonPackages.pyhomematic: 0.1.39 -> 0.1.40 2018-03-21 15:22:09 +01:00
Michael Raskin
07be047a91 Merge pull request #37559 from dylex/release-18.03
julia: update rmath-julia hash for 0.1
(cherry picked from commit ea9f3fca6587494f25ef470397b32904e2325e23)
2018-03-21 15:21:31 +01:00
Sander van der Burg
4beb695ece titaniumenv: fix Android signing on darwin 2018-03-21 14:57:57 +01:00
Jörg Thalheim
f2feb99990
Merge pull request #37493 from makefu/pkgs/simp_le/0.8.0
simp_le: 0.6.1 -> 0.8.0
2018-03-21 12:03:59 +00:00
Lancelot SIX
3a7854032a octave: 4.2.1 -> 4.2.2
See http://lists.gnu.org/archive/html/info-gnu/2018-03/msg00006.html
for release announcement
2018-03-21 09:59:18 +01:00
Vincent Laporte
1ce37ab8a9 coqPackages.contribs.containers: make available for Coq 8.7 2018-03-21 09:27:50 +01:00
Michael Raskin
06f4916393
Merge pull request #37505 from ryantm/auto-update/luarocks
lua51Packages.luarocks: 2.4.3 -> 2.4.4
2018-03-21 07:36:40 +00:00
Gabriel Ebner
5296c5ce59
Merge pull request #37409 from ryantm/auto-update/commons-compress
commonsCompress: 1.8.1 -> 1.16.1
2018-03-21 07:28:44 +01:00
Andreas Rammhold
d2eddd1a97
Merge pull request #37490 from ryantm/auto-update/libyaml-cpp
libyamlcpp: 0.6.1 -> 0.6.2
2018-03-21 06:31:21 +01:00
Will Dietz
2a30ab3865
Merge pull request #37486 from dtzWill/fix/ghc-glibcLocales
haskell: only use glibcLocales when using glibc
2018-03-20 22:55:44 -05:00
Ryan Mulligan
b0f64deb0b netcdffortran: 4.4.3 -> 4.4.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4/bin/nf-config -h` got 0 exit code
- ran `/nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4/bin/nf-config --help` got 0 exit code
- ran `/nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4/bin/nf-config help` got 0 exit code
- ran `/nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4/bin/nf-config --version` and found version 4.4.4
- found 4.4.4 with grep in /nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4
- directory tree listing: https://gist.github.com/c28218d35636f05cac88796c8fe27ec1
2018-03-20 19:09:33 -07:00
Nikolay Amiantov
cf981d3e2b python.pkgs.nbxmpp: 0.6.3 -> 0.6.4 2018-03-21 04:11:22 +03:00
Ryan Mulligan
1a4b6a6d41 lua51Packages.luarocks: 2.4.3 -> 2.4.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --version` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks --help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --version` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 --help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-5.1 help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --version` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin --help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 help` got 0 exit code
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --version` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 --help` and found version 2.4.4
- ran `/nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4/bin/luarocks-admin-5.1 help` and found version 2.4.4
- found 2.4.4 with grep in /nix/store/az3lanws83s5q26z1s03rx6z6yxphjbq-luarocks-2.4.4
- directory tree listing: https://gist.github.com/cb3889fda28e8066faebd32a433c69d2
2018-03-20 16:38:20 -07:00
Jude Taylor
0458c7b885 fix static libs on darwin 2018-03-20 15:26:00 -07:00
Jörg Thalheim
1c810f5f83
Merge pull request #37346 from flokli/sqldeveloper
sqldeveloper: 17.4.0.355.2349 -> 17.4.1.054.0712
2018-03-20 21:58:14 +00:00
Michael Raskin
dae9011656
Merge pull request #37467 from ryantm/auto-update/lazarus
lazarus: 1.8.0 -> 1.8.2
2018-03-20 21:26:05 +00:00
makefu
e9f176a09a
certbot: 0.19.0 -> 0.22.2 2018-03-20 22:25:50 +01:00
Michael Raskin
876158c5e1
Merge pull request #37472 from ryantm/auto-update/libfixposix
libfixposix: 0.4.1 -> 0.4.3
2018-03-20 21:25:38 +00:00
makefu
7a0027804c
josepy: init at 1.0.1 2018-03-20 22:25:02 +01:00
Ryan Mulligan
c1912bdede libtirpc: 1.0.2 -> 1.0.3 (#37487)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0.3 with grep in /nix/store/npaq7mvly8z13h38c8g1x0y4ggxi77k0-libtirpc-1.0.3
- directory tree listing: https://gist.github.com/ad3687f7d46ffd3201e6fbe6e2e090b9
2018-03-20 23:39:39 +03:00
Ryan Mulligan
cc6dc2cefc libyamlcpp: 0.6.1 -> 0.6.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.6.2 with grep in /nix/store/cfm3y6c18a0ys0ndbv4g4zixay7zh331-libyaml-cpp-0.6.2
- found 0.6.2 in filename of file in /nix/store/cfm3y6c18a0ys0ndbv4g4zixay7zh331-libyaml-cpp-0.6.2
- directory tree listing: https://gist.github.com/54fa524e8988d3fbe9920824135802a0
2018-03-20 13:22:09 -07:00
Will Dietz
8727284a4b haskell: only use glibcLocales when using glibc
Fixes eval w/musl.

Possible alternative would be using glibcLocales
when it is non-null, to avoid duplicating the logic.
2018-03-20 14:38:40 -05:00
Moritz Angermann
918edbe485 haskell-generic-builder: Add enableHsc2hsViaAsm for Windows cross compilation 2018-03-20 15:27:02 -04:00
Ryan Mulligan
f1f6b462ff libfixposix: 0.4.1 -> 0.4.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.4.3 with grep in /nix/store/ksrz74w4gzxb2mf8yb3f3i67i80cr93v-libfixposix-0.4.3
- directory tree listing: https://gist.github.com/ddc89b6def68fbc70c046bfdaa1c02b8
2018-03-20 10:34:42 -07:00
Robert Schütz
dceb9ee393
Merge pull request #37439 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-20 18:10:05 +01:00
John Ericson
0c52fe9702
Merge pull request #37460 from obsidiansystems/host-meta-platforms-fixes
treewide: `meta.platforms` fixes now that it tracks the host platform
2018-03-20 13:08:54 -04:00
John Ericson
65e24f22e6 haskell-generic-builder: Default to window + unix platforms,
Since GHC is a cross compiler, it's perfectly possible to make haskell
binaries on platforms without GHCs. `windows ++ unix` seems good enough
for now.

Also don't default `hydraPlatforms` to `platforms`. The former must be a
list of systems (strings), but the latter is a list of systems or
patterns.
2018-03-20 13:02:53 -04:00
John Ericson
e49c14c35b libatomic_ops: Allow Building on Windows too 2018-03-20 13:01:27 -04:00
Ryan Mulligan
8742011824 lazarus: 1.8.0 -> 1.8.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.8.2 with grep in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- found 1.8.2 in filename of file in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- directory tree listing: https://gist.github.com/895d2d01174298ff36a30bc7387286a2
2018-03-20 09:49:12 -07:00
Sander van der Burg
5532cc1641 titaniumenv: remove obsolete java fix wrapper on darwin 2018-03-20 17:39:45 +01:00
Robert Schütz
43d822178b pythonPackages.altair: fix build 2018-03-20 17:32:49 +01:00
Robert Schütz
2773b76f33 pythonPackages.WSME: 0.8.0 -> 0.9.2 2018-03-20 17:32:49 +01:00
Robert Schütz
9f54b031fd pythonPackages.WSME: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz
3d989e3d7a pythonPackages.astropy: disable for python 2 2018-03-20 17:32:48 +01:00
Robert Schütz
b34af91889 pythonPackages.klein: 15.3.1 -> 17.10.0 2018-03-20 17:32:48 +01:00
Robert Schütz
86e007bd31 pythonPackages.klein: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz
86f21360ac pythonPackages.deform: 2.0.a2 -> 2.0.5 2018-03-20 17:32:48 +01:00
Robert Schütz
a1b9cc7938 pythonPackages.deform: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz
12695be641 pythonPackages.zope_copy: 4.0.2 -> 4.1.0 2018-03-20 17:32:47 +01:00
Robert Schütz
685dd8d21d pythonPackages.stem: run unit tests 2018-03-20 17:32:47 +01:00
Robert Schütz
061e79806e pythonPackages.stem: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz
6e78005ef1 pythonPackages.django_pipeline: 1.5.1 -> 1.6.14 2018-03-20 17:32:17 +01:00
Sander van der Burg
e8e7e78d9f titaniumenv: add 7.1 SDK and make it the default 2018-03-20 17:22:32 +01:00
John Ericson
fa3718777e
Merge pull request #37373 from clefru/cxxstdlib-fix
Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty.
2018-03-20 11:26:39 -04:00
Peter Simons
97d56e94fa haskell-getopt-generics: override to latest version for ghc-8.4.x 2018-03-20 16:23:12 +01:00
Peter Simons
ad1cd53ec8 haskell-src: drop obsolete override for ghc 8.4.x 2018-03-20 16:23:12 +01:00
Peter Simons
92935aeac8 haskell-conduit: drop obsolete override for ghc 8.4.x 2018-03-20 16:23:12 +01:00
Peter Simons
e4a5fea87f haskell-blaze-builder: drop obsolete override for ghc 8.4.x 2018-03-20 16:23:12 +01:00
Peter Simons
c9777cdf9d haskell-SHA: the new version has fixed the test suite failure 2018-03-20 16:23:12 +01:00
Peter Simons
a413639a26 haskell-th-printf: drop obsolete override for ghc 8.4.x 2018-03-20 16:23:12 +01:00
Peter Simons
53309758e3 haskell-matrix: the new version has fixed the test suite failure 2018-03-20 16:23:12 +01:00
Peter Simons
61d4538812 LTS Haskell 11.1
This update was generated by hackage2nix v2.9.1-1-g63041e4 from Hackage revision
6aec0b311c.
2018-03-20 16:23:12 +01:00
Ryan Mulligan
d339605831 jsonnet: 0.9.5 -> 0.10.0 (#37455)
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -v` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --version` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` and found version 0.10.0
- found 0.10.0 with grep in /nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0
- directory tree listing: https://gist.github.com/9a4279146abdaa645fdcd5481889e783
2018-03-20 11:18:38 -04:00
Alastair Pharo
497e50cf16 emscripten: use matching binaryen version (#37427)
This changes the emscripten package so that it specifies the rev from
the binaryen repo to use, and sets it to always use the version that has
been tagged for use with that version of emscripten.  This should force
future updates of emscripten to also update binaryen.

Binaryen can also be installed as a stand-alone package, so there's some
logic added to the binaryen package to allow building in both ways, and
distinguishing between them.
2018-03-20 15:45:19 +01:00
Will Dietz
06828573e7
Merge pull request #37447 from dtzWill/fix/python-musl-thread-stacksize
python*: set thread stack size on musl
2018-03-20 09:17:48 -05:00
Tim Steinbach
de0ea1dd18
scala: 2.12.4 -> 2.12.5 2018-03-20 09:38:42 -04:00
Thomas Tuegel
4590309419
Merge pull request #36868 from bkchr/kde_frameworks_5_44
kde-frameworks: 5.43 -> 5.44
2018-03-20 08:26:32 -05:00
Will Dietz
9aa22191cf python*: set thread stack size on musl
Ensure recursion limit is reached before stack overflow.

Python does this for OSX and BSD:
13ff24582c/Python/thread_pthread.h (L22)

Size of 1MB chosen to match value in Alpine:
https://git.alpinelinux.org/cgit/aports/commit/main/python2/APKBUILD?id=2f35283fec8ec451fe5fb477dd32ffdcc0776e89

Manual testing via Alpine's test-stacksize.py crashes on these
previously, and works with these changes.
2018-03-20 08:14:04 -05:00
Jan Tojnar
47bbd819c7
haskell-configuration-common: disable some tests depending on tasty-hunit-0.9 2018-03-20 13:34:38 +01:00
Robert Schütz
127045d8e0 pythonPackages.slimit: init at 0.8.1 2018-03-20 10:59:37 +01:00
Robert Schütz
b41c299efc
Merge pull request #37400 from teto/neovim_python
neovim-python: 0.2.3 -> 0.2.4
2018-03-20 10:51:52 +01:00
Matthieu Coudron
366c79e17f pythonPackages.neovim: 0.2.3 -> 0.2.4
required to work with latest deoplete for instance
2018-03-20 18:38:44 +09:00
Robert Schütz
ba74cf4d5c pythonPackages.django_pipeline: move expression 2018-03-20 09:58:15 +01:00
Jörg Thalheim
7bef35e691
Merge pull request #37358 from brainrape/idrisPackages-update
idrisPackages: add packages
2018-03-20 06:44:42 +00:00
Márton Boros
23ee7c9d8d idrisPackages: add packages 2018-03-20 07:16:21 +01:00
Ryan Mulligan
e506914cfb commonsCompress: 1.8.1 -> 1.16.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.16.1 in filename of file in /nix/store/bkj0f3csgr7z46ancws66bzgcxpamq8x-commons-compress-1.16.1
- directory tree listing: https://gist.github.com/2f7f8d5e9ede388260bcf5a3e305bd80
2018-03-19 22:39:42 -07:00
Ryan Mulligan
7770e378a1 AgdaStdlib: 0.14 -> 0.15
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.15 with grep in /nix/store/6787gs55hpa46z4507ji4jz5za51lyqy-agda-stdlib-0.15
- directory tree listing: https://gist.github.com/386f03ce4900379ef75d5d01bcc2cebb
2018-03-19 21:03:33 -07:00
Will Dietz
48c3e60061 aws-sdk-cpp: 1.4.10 -> 1.4.15 2018-03-19 20:05:53 -05:00
Jörg Thalheim
f71a636d3f
Merge pull request #37385 from coreyoconnor/google-drive-ocamlfuse-update
google-drive-ocamlfuse and gapi-ocaml update
2018-03-20 00:17:43 +00:00
Daiderd Jordan
3539ca2179
Merge pull request #37354 from knedlsepp/fix-pythonPackages.notebook-on-darwin
pythonPackages.notebook: fix darwin build
2018-03-20 00:04:58 +01:00
Daiderd Jordan
3f964978d8
libftdi: mark linux only 2018-03-20 00:01:52 +01:00
Daiderd Jordan
031492cbfe
kore: fix clang build
/cc ZHF #36454
2018-03-20 00:00:42 +01:00
Daiderd Jordan
5873a3418b
iniparser: fix darwin build
/cc ZHF #36454
2018-03-19 23:41:50 +01:00
Daiderd Jordan
e616725ba0
imatix_gsl: fix clang build
/cc ZHF #36454
2018-03-19 23:41:49 +01:00
Robert Schütz
4686259904
Merge pull request #37391 from lsix/svg-path-2.2
pythonPackages.svg-path: 2.0b1 -> 2.2
2018-03-19 23:28:51 +01:00
Daiderd Jordan
bca15c5331
Merge pull request #37347 from knedlsepp/fix-pycurl-on-darwin
python3Packages.pycurl: fix darwin build
2018-03-19 23:16:42 +01:00
Lancelot SIX
de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00
Corey O'Connor
26fac59c32 gapi-ocaml: 0.3.4 -> 0.3.6. Also change to use opam/jbuilder for build. 2018-03-19 11:47:12 -07:00
Matthew Justin Bauer
a008505c65
Merge pull request #36854 from selaux/chromedriver-2.36
chromedriver: 2.35 -> 2.36
2018-03-19 13:04:12 -05:00
Matthew Justin Bauer
ce456559d7
Merge pull request #36429 from frankbo/update-sauce-connect-to-4-4-12
sauce-connect: 4.4.8 -> 4.4.12
2018-03-19 12:35:36 -05:00
Matthew Justin Bauer
09709b7a07
Merge pull request #36605 from ryantm/auto-update/libdigidocpp
libdigidocpp: 3.12.0.1317 -> 3.13.3.1365
2018-03-19 12:31:42 -05:00
Matthew Justin Bauer
f359b402a3
Merge pull request #36613 from ryantm/auto-update/libsvm
libsvm: 3.20 -> 3.22
2018-03-19 12:30:49 -05:00
Matthew Justin Bauer
935e6e308a
Merge pull request #36637 from ryantm/auto-update/openfst
openfst: 1.6.3 -> 1.6.6
2018-03-19 12:30:34 -05:00
Matthew Justin Bauer
3fc0a2bb10
Merge pull request #36639 from ryantm/auto-update/opengrok
opengrok: 0.12.5 -> 1.0
2018-03-19 12:30:06 -05:00
Matthew Justin Bauer
4f338db600
Merge pull request #36681 from ryantm/auto-update/redo-sh
redo-sh: 1.2.6 -> 2.0.3
2018-03-19 12:28:03 -05:00
Matthew Justin Bauer
b31f9c05ac
Merge pull request #36413 from Esteth/master
vo-amrwbenc: init at 0.1.3
2018-03-19 11:58:22 -05:00
Adam Copp
e46b27cc90 Add platform to vo-amrwbenc 2018-03-19 15:55:06 +00:00
James Kay
9508150198
godot: don't require gcc5 2018-03-19 14:51:36 +00:00
James Kay
368ed89aa0
godot: simplify pkg_config_additions.patch 2018-03-19 14:51:18 +00:00
Graham Christensen
81da63f003
Merge pull request #37132 from srhb/haddock-wrapped
haskellPackages.ghcWithPackages: Wrap haddock with GHC lib dir
2018-03-19 10:27:36 -04:00
Clemens Fruhwirth
c0cf13e52e Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty. 2018-03-19 13:18:49 +01:00
James Kay
2220b5fe99
godot: update patches for 3.0.2 2018-03-19 11:59:55 +00:00
Jörg Thalheim
86dd3f854b
Merge pull request #35687 from volth/libvirt-4.1.0
libvirt: 3.10.0 -> 4.1.0
2018-03-19 11:42:06 +00:00
Jörg Thalheim
6e22dd9ee8
Merge pull request #37356 from volth/gephi-from-sources
gephi: build from sources
2018-03-19 11:23:43 +00:00
Robert Schütz
def2a2567d
Merge pull request #34642 from y0no/add_patator
pythonPackages.patator: init at 0.7
2018-03-19 11:59:54 +01:00
Matthew Bauer
867fb4981d opencollada: fix on darwin 2018-03-19 05:42:46 -05:00
Matthew Bauer
8416c45865 opensubdiv: fix darwin build 2018-03-19 05:42:43 -05:00
Matthew Bauer
80b8caf435 opencolorio: fix on darwin 2018-03-19 05:42:19 -05:00
Matthew Bauer
4cc1cd8516 cmake-2.8: supports darwin
builds fine, just need to enable to
2018-03-19 05:42:15 -05:00
y0no
0725d666d6 pythonPackages.patator: init at 0.7 2018-03-19 11:40:57 +01:00
y0no
38719d170d pythonPackages.mysqlclient: init at 1.3.12 2018-03-19 11:40:57 +01:00
y0no
c9366518fa pythonPackages.cx_oracle: init at 6.1 2018-03-19 11:40:57 +01:00
y0no
a15544d5f5 pythonPackages.ajpy: init at 0.0.2 2018-03-19 11:40:57 +01:00
y0no
c9bbf071bd pythonPackages.ipy: 0.74 -> 0.83 2018-03-19 11:40:16 +01:00
Robert Schütz
196b4863de
Merge pull request #35056 from catern/master
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-19 11:26:18 +01:00
Robert Schütz
67f2d3e2bd
Merge pull request #37363 from vaibhavsagar/break-thumbor-python3
pythonPackages.thumbor: mark as broken under Python 3
2018-03-19 10:26:57 +01:00
Vaibhav Sagar
d8c26c0db7 pythonPackages.thumbor: mark as broken under Python 3 2018-03-19 17:12:17 +08:00
Matthew Justin Bauer
00e7b063f5
Merge pull request #37055 from ryantm/auto-update/libwebsockets
libwebsockets: 2.4.1 -> 2.4.2
2018-03-19 04:05:15 -05:00
Matthew Justin Bauer
b89f229d6f
Merge pull request #36967 from ryantm/auto-update/cfitsio
cfitsio: 3.43 -> 3.430
2018-03-19 04:00:59 -05:00
Matthew Justin Bauer
afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
Add opentimestamps
2018-03-19 03:57:11 -05:00
Matthew Justin Bauer
6a68171dc4
Merge pull request #36585 from ryantm/auto-update/grpc
grpc: 1.9.1 -> 1.10.0
2018-03-19 03:53:45 -05:00
volth
887e6302bd jogl: temporary workaround for openjdk8 2018-03-19 08:44:21 +00:00
Profpatsch
5e0cf582c1 node_webkit/nwjs: 0.12 -> 0.23.6
Keep 0.12, because it is still needed by `nixui`.
Keep 0.9, because it is still needed by `zed`.
2018-03-19 08:47:08 +01:00
volth
94ff822eec jogl: init at 2.3.2 2018-03-19 04:08:12 +00:00
Tuomas Tynkkynen
8254d2cfb0 nss: Fix aarch64 build 2018-03-19 05:11:01 +02:00
Peter Hoeg
734323872a qscintilla: fix build on darwin 2018-03-19 09:03:25 +08:00
Josef Kemetmüller
8aaa17c52a pythonPackages.notebook: fix darwin build
The send2trash library, which is now included in the notebook doesn't
succeed during build, even though it works.
2018-03-19 01:16:54 +01:00
Josef Kemetmüller
bd836b7761 python3Packages.pycurl: fix darwin build 2018-03-18 23:37:20 +01:00
Florian Klink
f9dda86b39 sqldeveloper: 17.4.0.355.2349 -> 17.4.1.054.0712 2018-03-18 23:29:28 +01:00
Daiderd Jordan
b3c6cb6d29
Merge pull request #37141 from knedlsepp/fix-python-tkinter-on-darwin
pythonPackages.tkinter: fix darwin build
2018-03-18 23:23:31 +01:00
Josef Kemetmüller
af0f9fa26b pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00
Daiderd Jordan
4e1ab9d44c
guile-lint: disable tests on darwin 2018-03-18 22:27:13 +01:00
Pascal Wittmann
a4752e1132
icmake: 9.02.06 -> 9.02.07 2018-03-18 20:44:29 +01:00
Spencer Baugh
04c3713755 pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
Badi Abdul-Wahid
02e269d0ea
use correct 0.8.0 sha256 2018-03-18 13:35:55 -04:00
Ryan Mulligan
2d9f031334 libsForQt5.quazip: 0.7.1 -> 0.7.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/fd2172c4a80f17d789d4e62fcb99e8a0
2018-03-18 10:06:00 -07:00
Daiderd Jordan
ec15ef011a
gnu-apl: fix clang build
/cc ZHF #36454
2018-03-18 18:02:29 +01:00
Robert Schütz
7a263b9af9 pythonPackages.netdisco: 1.2.4 -> 1.3.1 2018-03-18 17:45:09 +01:00
Robert Schütz
024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
James ‘Twey’ Kay
d1d320f493 godot_headers: set platforms = all 2018-03-18 16:18:03 +00:00
James ‘Twey’ Kay
4708b4e03b godot: fix stupid typo 2018-03-18 15:57:57 +00:00
Robert Schütz
3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz
5c897bdd59 pythonPackages.flake8-debugger: fix build 2018-03-18 16:12:48 +01:00
Badi Abdul-Wahid
f047d5d754
qtkeychain: 0.7.0 -> 0.8.0, fix darwin build
The darwin build was failing for two reasons
  1) cmake incorrectly detected the compiler
  2) missing Frameworks

/cc ZHF #36454
2018-03-18 10:54:50 -04:00
Robert Schütz
93b10cd879 pythonPackages.colander: 1.0 -> 1.4 2018-03-18 15:52:24 +01:00
Robert Schütz
a6cbdeaef3 pythonPackages.colander: move expression 2018-03-18 15:52:18 +01:00
Gabriel Ebner
8ba914a224
Merge pull request #35542 from volth/patch-108
cfr: 0_101 -> 0_125
2018-03-18 15:43:21 +01:00
Jörg Thalheim
aa878c2d15
Merge pull request #37315 from xeji/epoxy-darwin-fix
epoxy: fix darwin build
2018-03-18 12:52:47 +00:00
Jörg Thalheim
711bef7bcf
Merge pull request #37077 from Maxdamantus/edbrowse
edbrowse: 3.6.1 -> 3.7.2
2018-03-18 12:39:15 +00:00
xeji
b6ca572694 epoxy: fix darwin build 2018-03-18 13:36:14 +01:00
Joachim Schiele
f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 (#37291)
* trying to build emscriptenPackages not all fail

* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work

* backup commit

* much more targets are compiling now

* added common revisioning

* revision bump to 1.37.36 (not tested)

* fixed xmllint

* forcing unit testing, will implement the tests after i get home

* json_c test working

* added tests

* tiny fixes

* added documentation
2018-03-18 13:34:46 +01:00
Robert Schütz
edc94294c8 pythonPackages.robomachine: fix build 2018-03-18 13:19:44 +01:00
Robert Schütz
bd7a7bd817 pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
Robert Schütz
97e54c4f75 pythonPackages.pyhomematic: disable tests because of unreliable timimg 2018-03-18 12:55:27 +01:00
Robert Schütz
14ed0f5fe0 pythonPackages.credstash: fix build
This applies https://github.com/fugue/credstash/pull/178.
2018-03-18 12:53:48 +01:00
Gabriel Ebner
9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Robert Schütz
0b6a2b2037 pythonPackages.odo: mark as broken
Odo is incompatible with Networkx 2.
See https://github.com/blaze/odo/pull/601.
2018-03-18 12:37:39 +01:00
Jörg Thalheim
38c3df5396
Merge pull request #37068 from oxij/pkgs/speech
pkgs: some speech-related things
2018-03-18 11:34:40 +00:00
Jörg Thalheim
bcddd8bd2a
Merge pull request #37033 from lukeadams/freenect-update
freenect: 0.5.5 -> 0.5.7, Enable Darwin
2018-03-18 11:26:24 +00:00
Gabriel Ebner
f6487c69d6
Merge pull request #36611 from ryantm/auto-update/libstrophe
libstrophe: 0.9.1 -> 0.9.2
2018-03-18 12:16:53 +01:00
Gabriel Ebner
9538a1179b
Merge pull request #37081 from ryantm/auto-update/poco
poco: 1.8.1 -> 1.9.0
2018-03-18 11:57:12 +01:00
Jörg Thalheim
da3447644c
Merge pull request #37223 from ryantm/auto-update/mkdocs
mkdocs: 0.17.2 -> 0.17.3
2018-03-18 10:55:15 +00:00
Gabriel Ebner
d49caee27b
Merge pull request #36997 from ryantm/auto-update/grib-api
grib-api: 1.24.0 -> 1.26.0
2018-03-18 11:53:51 +01:00
Jörg Thalheim
87ddeaa1b0
Merge pull request #37255 from ryantm/auto-update/ace
ace: 6.4.6 -> 6.4.7
2018-03-18 10:47:02 +00:00
Robert Schütz
bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Gabriel Ebner
9bb679aa63
Merge pull request #37286 from ryantm/auto-update/exempi
exempi: 2.4.4 -> 2.4.5
2018-03-18 11:43:09 +01:00
Jörg Thalheim
c3535901c3 python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vladimír Čunát
bbe8c1e593
tremor: rename according to our docs
https://nixos.org/nixpkgs/manual/#sec-package-naming
I forgot to include this commit in the parent merge.
2018-03-18 10:31:15 +01:00
Vladimír Čunát
65cf335715
Merge #37267: libvorbis, tremor: CVE-2018-5146 updates + SDL build impurity. 2018-03-18 10:23:17 +01:00
Vladimír Čunát
488ef9a7a0
SDL: avoid cryptic error from /bin/sh impurity 2018-03-18 10:17:57 +01:00
Jörg Thalheim
a5551103b5
Merge pull request #37298 from veprbl/pyslurm_bump
pyslurm: 20171102 -> 20170302 to fix after slurm bump
2018-03-18 09:13:58 +00:00
Jörg Thalheim
eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Jörg Thalheim
3336a7b8ac python.pkgs.pushover: there are no tests 2018-03-18 09:02:55 +00:00
lewo
1e756b7022
Merge pull request #36801 from vdemeester/update-doctl-172
doctl: 1.5.0 -> 1.7.2
2018-03-18 09:22:39 +01:00
Michael Raskin
71ab6b3d09
Merge pull request #37279 from ryantm/auto-update/eigen
eigen: 3.3.3 -> 3.3.4
2018-03-18 08:06:43 +00:00
Dmitry Kalinkin
8b1fba582a pyslurm: 20171102 -> 20170302 to fix after slurm bump 2018-03-18 01:14:24 -04:00
Peter Hoeg
453a60ed95
Merge pull request #37243 from ryantm/auto-update/usb-modeswitch-data
usb-modeswitch-data: 20170205 -> 20170806
2018-03-18 12:19:56 +08:00
Peter Hoeg
1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Ryan Mulligan
34682ddc49 exempi: 2.4.4 -> 2.4.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.4.5 with grep in /nix/store/l4nmjlanshgdwrh95g1h0714zcm1kk3z-exempi-2.4.5
- directory tree listing: https://gist.github.com/2d437e9ea408cfda7abaa772865a0b82
2018-03-17 17:22:14 -07:00
Ryan Mulligan
8ccd09879b eigen: 3.3.3 -> 3.3.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.4 with grep in /nix/store/q5xnlq781hvj0skjlhnb1qw1k69pf048-eigen-3.3.4
- directory tree listing: https://gist.github.com/d83ce54c91cb6ecf3fd3eb94b666357f
2018-03-17 16:16:13 -07:00
Peter Simons
54c1ca5fe9 haskell-xmonad: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
13b154aee4 haskell-data-inttrie: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
b8ab77c1f0 haskell-th-printf: jailbreak to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
c044a82caf haskell-json: patch to fix the build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
148646e630 haskell-matrix: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
93d241e3dd haskell-timezone-olson: override to latest version for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
7d5a69c265 haskell-GenericPretty: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
8848a95575 haskell-boxes: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
cedf31b04a haskell-brick: override to latest version to fix build with ghc-8.4.x 2018-03-17 21:16:49 +01:00
Peter Simons
84bd9be9ce haskell-cabal2spec: fix build with ghc-8.2.x 2018-03-17 21:16:49 +01:00
Peter Simons
69c7aabbf8 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.1-1-g63041e4 from Hackage revision
f91c8f61e9.
2018-03-17 21:16:49 +01:00
Peter Simons
03cae069fe haskell-pandoc: use current git version when building with ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
bb6b99287b cabal2nix: drop obsolete overrides for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
3c978a82ca haskell-doctemplates: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
b59905bfe4 haskell-conduit: use latest version when compiling with ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
e772848b44 haskell-tasty: drop obsolete override for ghc-8.4.x 2018-03-17 21:16:48 +01:00
Peter Simons
6a71804bea hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.1 from Hackage revision
04b554ad3b.
2018-03-17 21:16:48 +01:00
Robert Schütz
6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
Michael Raskin
85531d4ff9
Merge pull request #37259 from ryantm/auto-update/allegro
allegro: 5.2.3.0 -> 5.2.4.0
2018-03-17 19:30:11 +00:00
lewo
cb735c3961
Merge pull request #37034 from ryantm/auto-update/liblouis
liblouis: 3.4.0 -> 3.5.0
2018-03-17 20:18:12 +01:00
Daiderd Jordan
1798563e62
libconfuse: fix tests on darwin
/cc ZHF #36454
2018-03-17 19:40:59 +01:00
Robert Schütz
cc305174e2 pythonPackages.scikitlearn: disable doctests
fixes https://github.com/NixOS/nixpkgs/issues/35436
2018-03-17 19:35:03 +01:00
Andreas Rammhold
c89ec027eb
tremor: svn-17866 -> git-562307a
This updates tremor to a newer version and it's new home in a git
repository. It hasn't been updated since 2011 and is used as a build
input for other packages.

Also fixes CVE-2018-5146 [1].

[1] http://seclists.org/oss-sec/2018/q1/243
2018-03-17 19:25:51 +01:00
Robert Schütz
bc9dc2ccf1 pythonPackages.hvac: 0.2.15 -> 0.5.0 2018-03-17 19:19:32 +01:00
Andreas Rammhold
879ffc06fe
libvorbis: 1.3.5 -> 1.3.6
This update includes the removed patches (CVE-2017-14632,
CVE-2017-14633) and additionally fixes CVE-2018-5146 [1].

The changelog:

libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
* Fix bitrate metadata parsing.
* Fix out-of-bounds read in codebook parsing.
* Fix residue vector size in Vorbis I spec.
* Appveyor support
* Travis CI support
* Add secondary CMake build system.
* Build system fixes

[1] http://seclists.org/oss-sec/2018/q1/243
2018-03-17 19:17:56 +01:00
Robert Schütz
3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Gabriel Ebner
f54cd16ba5
Merge pull request #36956 from coreyoconnor/merge
Merge swi-prolog 7.4.2 -> 7.6.4 plus enable JPL feature
2018-03-17 18:23:11 +01:00
Ryan Mulligan
51a0ef4bdd allegro: 5.2.3.0 -> 5.2.4.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.2.4.0 with grep in /nix/store/ffhc3yjpm6avrds564k83vgn1ppw00yr-allegro-5.2.4.0
- directory tree listing: https://gist.github.com/1045c5013f37df121b7965ce4f5c9f5a
2018-03-17 09:40:48 -07:00
Robert Schütz
5ec4b9d819 pythonPackages.paypalrestsdk: 0.7.0 -> 1.13.1 2018-03-17 17:08:11 +01:00
Robert Schütz
ba5d1bb28b pythonPackages.paypalrestsdk: move expression 2018-03-17 17:05:38 +01:00
Robert Schütz
104f58d6a1 pythonPackages.pyamf: disable for Python 3 2018-03-17 16:57:00 +01:00
Robert Schütz
4e35388878 pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build 2018-03-17 16:53:31 +01:00
Robert Schütz
127f99e22e pythonPackages.pushbullet: move expression 2018-03-17 16:46:30 +01:00
Ryan Mulligan
2e3da6ef7a ace: 6.4.6 -> 6.4.7
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7/bin/ace_gperf -v` and found version 6.4.7
- found 6.4.7 with grep in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7
- found 6.4.7 in filename of file in /nix/store/l2wdk2hk7xr28qc76xdmsnsjlialsrw3-ace-6.4.7
- directory tree listing: https://gist.github.com/df8ae93ced1ab4c4b624c7739501f2a7
2018-03-17 08:41:35 -07:00
Robert Schütz
7e8e3807f3 pythonPackages.moinmoin: disable for Python 3 2018-03-17 16:11:59 +01:00
Thomas Tuegel
c66e5e0c10
Merge pull request #37162 from ryantm/auto-update/atlas
atlas: 3.10.2 -> 3.10.3
2018-03-17 10:06:05 -05:00
Gabriel Ebner
77835bd3d2
Merge pull request #36461 from timokau/givaro-4.0.4
givaro: 4.0.2 -> 4.0.4
2018-03-17 16:00:05 +01:00
Gabriel Ebner
065fda260a
Merge pull request #37189 from fdns/libtins
libtins: init at 3.5
2018-03-17 15:58:05 +01:00
Robert Schütz
922b0cec82 pythonPackages.readme_renderer: 17.2 -> 17.4 2018-03-17 15:42:52 +01:00
Robert Schütz
9f276ccd38 pythonPackages.bleach: 2.1.2 -> 2.1.3 2018-03-17 15:42:09 +01:00
Robert Schütz
d7d4ce735e pythonPackages.CommonMark: 0.6.3 -> 0.7.5 2018-03-17 15:34:40 +01:00
Maximilian Bosch
4a0c0401b5
pythonPackages.tablib: fix build
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296

See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz
b549f18b6c pythonPackages.CommonMark: move expression 2018-03-17 15:17:31 +01:00
Shea Levy
7215194f64
Merge branch 'pyspark' 2018-03-17 10:11:24 -04:00
Michael Weiss
f9134b08c2 wlroots: 2017-12-22 -> 2018-03-16 2018-03-17 15:06:49 +01:00
Shea Levy
2963d76ca3
pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
Shea Levy
4322f2b8c8
pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
Gabriel Ebner
4f8419b0b8
Merge pull request #37036 from ryantm/auto-update/libraw
libraw: 0.18.7 -> 0.18.8
2018-03-17 13:55:30 +01:00
Gabriel Ebner
71d9dfa498
Merge pull request #37069 from ryantm/auto-update/opendht
opendht: 1.5.0 -> 1.6.0
2018-03-17 13:51:50 +01:00
Gabriel Ebner
e70d3f0a35
Merge pull request #37106 from ryantm/auto-update/sassc
sassc: 3.4.8 -> 3.5.0
2018-03-17 13:42:39 +01:00
Gabriel Ebner
cf7ef3c32e
Merge pull request #37176 from ryantm/auto-update/eccodes
eccodes: 2.6.0 -> 2.7.0
2018-03-17 13:34:46 +01:00
Gabriel Ebner
82c5beeccb
Merge pull request #37237 from matthewbauer/auto-update/antlr4
antlr4: 4.7 -> 4.7.1
2018-03-17 13:29:55 +01:00
Gabriel Ebner
f1ff1fe244
Merge pull request #36942 from xeji/p/manticore
manticore: 2014.08.18 -> 2017.08.22, fix build
2018-03-17 13:24:28 +01:00
Gabriel Ebner
8d83f1134b
Merge pull request #36939 from xeji/p/libs3
libs3: 2015-04-23 -> 2017-06-01, fix build
2018-03-17 13:22:04 +01:00
Ryan Mulligan
1744ff99fb usb-modeswitch-data: 20170205 -> 20170806
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/8dc0e83055ce231aba53f5bb82ed0f59
2018-03-17 05:21:34 -07:00
Gabriel Ebner
593e71889f
Merge pull request #37101 from xeji/p/itk
itk: 4.11.0 -> 4.12.2, fix build
2018-03-17 13:17:14 +01:00
Peter Simons
38bd7183c5 brick: undo update to revision 1, which breaks the build with GHC 8.2.2
Hopefully, upstream fixes this quickly.
2018-03-17 11:42:36 +01:00
Matthew Bauer
c9e322eab5 activemq: 5.13.4 -> 5.14.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq --version` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq version` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq help` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/macosx/wrapper --help` got 0 exit code
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/macosx/wrapper --help` and found version 5.14.5
- ran `/nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5/bin/activemq-diag -h` got 0 exit code
- found 5.14.5 with grep in /nix/store/bryzxhk66p8wvdskcgah9a3n2h12f81r-apache-activemq-5.14.5
2018-03-17 03:54:57 -05:00
Matthew Bauer
7e59fd5b84 antlr4: 4.7 -> 4.7.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun -h` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun --help` got 0 exit code
- ran `/nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1/bin/grun help` got 0 exit code
- found 4.7.1 with grep in /nix/store/i4ipx4vd247inysxw0ygp7smcfx5yf05-antlr-4.7.1
2018-03-17 03:53:53 -05:00
Matthew Bauer
26398c030b ant: 1.9.6 -> 1.10.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.10.2 with grep in /nix/store/ymhiik4c7604dxzlnvrrzj88d2lkcy16-ant-1.10.2
2018-03-17 03:53:31 -05:00