Commit Graph
184620 Commits
Author SHA1 Message Date
Daiderd Jordan 0fb071fd00 pcl: remove cf-private 2019-07-03 22:20:16 +02:00
Daiderd Jordan 2f9a546b96 opencv: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan ecf667b34a libui: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan c585330a21 glfw: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan 91b595945e fltk: remove cf-private 2019-07-03 22:20:14 +02:00
Daiderd Jordan 6f16de27d2 ffmpeg-full: remove cf-private 2019-07-03 22:20:14 +02:00
Daiderd Jordan 7fffb620ac flow: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan 4b64dfaee9 cargo-web: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan c2205238ab watchman: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan e7765ba8e5 pinentry-mac: remove cf-private 2019-07-03 22:20:12 +02:00
Daiderd Jordan 41d1294eab keybase: remove cf-private 2019-07-03 22:20:12 +02:00
Daiderd Jordan 956c197ee6 dolphin-emu: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan 11bd54cda3 noti: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan 6172dd89c8 contacts: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan f401da6af8 atomicparsley: remove cf-private 2019-07-03 22:20:10 +02:00
Daiderd Jordan 8c6eef6328 alacritty: remove cf-private 2019-07-03 22:20:10 +02:00
Daiderd Jordan 8ea702a484 darwin-frameworks: add import CoreFoundation to CoreServices 2019-07-03 22:20:09 +02:00
Daiderd Jordan 73d9cac377 darwin-frameworks: replace cf-private and move it's setup-hook
The only remaining use-case for cf-private are symbols that are not
available in the opensource build.  This generally solved the problem
because of it's setup-hook.
2019-07-03 22:20:09 +02:00
Daiderd Jordan c2b76fa13c darwin-frameworks: remove CF
CoreFoundation is included by the stdenv, moving the decision of what
version should be used there makes it possible to override it entirely
rather then prepending flags like cf-private does which can be
unreliable.
2019-07-03 22:20:04 +02:00
leo60228andFrederik Rietdijk f38fbf853f numpy: enable on pypy (without tests)
Some tests fail according to PyPy docs: http://doc.pypy.org/en/latest/faq.html#should-i-install-numpy-or-numpypy
2019-07-03 09:18:12 +02:00
leo60228andFrederik Rietdijk b9ea613f43 pytest: disable tests on pypy
Bug in tests. See https://github.com/pytest-dev/pytest/issues/3460
2019-07-03 09:18:12 +02:00
Frederik Rietdijk 25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
Frederik Rietdijk 3ad01beda7 Merge master into staging-next 2019-07-03 08:54:09 +02:00
Will DietzandFrederik Rietdijk d41bc0ff56 xkeyboardconfig: drop no-longer-applying esperanto patch 2019-07-03 08:52:51 +02:00
Will DietzandFrederik Rietdijk 97d1f95d9d xorg.xkeyboardconfig: 2.24 -> 2.27
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/tags/xkeyboard-config-2.27
2019-07-03 08:52:51 +02:00
Daiderd JordanandFrederik Rietdijk 368c415a01 rustc: don't patch precompiled binaries on darwin
This doesn't work anymore since 1.35.0 because the load commands end up
being too large, but this is a precompiled binary anyway so it's not
really needed or more impure to use the expected system versions.
2019-07-03 08:52:27 +02:00
Eelco DolstraandFrederik Rietdijk 3a0b18054f rustfmt: 1.2.1 -> 1.2.2 2019-07-03 08:52:27 +02:00
Eelco DolstraandFrederik Rietdijk 513bd49b44 rustc: 1.34.2 -> 1.35.0 2019-07-03 08:52:27 +02:00
R. RyanTMandFrederik Rietdijk 07fdb4f3d6 speexdsp: 1.2rc3 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/speexdsp/versions
2019-07-03 08:51:37 +02:00
IzorkinandFrederik Rietdijk d055655954 libssh2: 1.8.2 -> 1.9.0 2019-07-03 08:51:16 +02:00
Tobias MayerandFrederik Rietdijk d87c843b6f Integrate review suggestions 2019-07-03 08:50:18 +02:00
Tobias MayerandFrederik Rietdijk 2608669904 cmake: 3.13.4 -> 3.14.5 2019-07-03 08:50:18 +02:00
R. RyanTMandFrederik Rietdijk e62b771433 libinput: 1.13.2 -> 1.13.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput/versions
2019-07-03 08:41:21 +02:00
Timo KaufmannandFrederik Rietdijk 9db3a5869e python2: backport fix for pyc race condition
This is python bug https://bugs.python.org/issue13146. Fixed since
python 3.4. It makes pyc creation atomic, preventing a race condition.
The patch has been rebased on our deterministic build patch.

It wasn't backported to python 2.7 because there was a complaint about
changed semantics. Since files are now created in a temporary directory
and then moved, symlinks will be overridden. See
https://bugs.python.org/issue17222.

That is an edge-case however. Ubuntu and debian have backported the fix
in 2013 already, making it mainstream enough for us to adopt.
2019-07-03 08:40:51 +02:00
R. RyanTMandFrederik Rietdijk 75aee3cfdb libuv: 1.29.1 -> 1.30.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2019-07-03 08:38:57 +02:00
volthandFrederik Rietdijk b46e5ea184 buildPerlPackage: recognize "#!perl" as shebang 2019-07-03 08:38:20 +02:00
Frederik RietdijkandGitHub a1f852e782 Merge pull request #64116 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.6.3 -> 4.6.5
2019-07-03 08:36:10 +02:00
R. RyanTMandFrederik Rietdijk 7eb22c8fe4 python37Packages.chameleon: 3.6.1 -> 3.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-chameleon/versions
2019-07-03 08:35:49 +02:00
R. RyanTMandFrederik Rietdijk e1bd47a7b7 python37Packages.confluent-kafka: 1.0.0 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-confluent-kafka/versions
2019-07-03 08:35:36 +02:00
R. RyanTMandFrederik Rietdijk 7990d1bf47 python37Packages.pytest-django: 3.4.8 -> 3.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-07-03 08:34:54 +02:00
R. RyanTMandFrederik Rietdijk 3936095feb python37Packages.qtpy: 1.7.1 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-qtpy/versions
2019-07-03 08:34:31 +02:00
R. RyanTMandFrederik Rietdijk eaecad655f python37Packages.snakeviz: 2.0.0 -> 2.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-snakeviz/versions
2019-07-03 08:34:14 +02:00
R. RyanTMandFrederik Rietdijk cae7022c70 python37Packages.statsmodels: 0.9.0 -> 0.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-statsmodels/versions
2019-07-03 08:34:02 +02:00
LassulusandGitHub d81b86bf26 Merge pull request #64172 from r-ryantm/auto-update/qutebrowser
qutebrowser: 1.6.2 -> 1.6.3
2019-07-03 08:33:26 +02:00
R. RyanTMandFrederik Rietdijk 05ce9d889e python37Packages.tomlkit: 0.5.3 -> 0.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tomlkit/versions
2019-07-03 08:33:13 +02:00
R. RyanTMandFrederik Rietdijk 857c4536f8 python37Packages.twilio: 6.28.0 -> 6.29.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-twilio/versions
2019-07-03 08:32:52 +02:00
R. RyanTMandFrederik Rietdijk 19ee6c8e0a python37Packages.xarray: 0.12.1 -> 0.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xarray/versions
2019-07-03 08:32:40 +02:00
R. RyanTMandFrederik Rietdijk 24ed4749d7 python37Packages.yamllint: 1.15.0 -> 1.16.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-yamllint/versions
2019-07-03 08:32:29 +02:00
R. RyanTMandFrederik Rietdijk e6bde6dd79 python37Packages.zconfig: 3.4.0 -> 3.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-zconfig/versions
2019-07-03 08:32:17 +02:00
R. RyanTMandFrederik Rietdijk ad1be0083c smtube: 18.11.0 -> 19.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smtube/versions
2019-07-03 08:31:49 +02:00