Commit graph

271609 commits

Author SHA1 Message Date
Manoj Karthick 6e31c70928 reddsaver: 0.3.0 -> 0.3.1 2021-02-20 12:57:52 -08:00
Anderson Torres f288a8ced0
Merge pull request #109983 from lourkeur/update/spacevim
spacevim: 1.5.0 -> 1.6.0
2021-02-20 17:41:54 -03:00
Sandro 88b81aab74
Merge pull request #113770 from r-ryantm/auto-update/python3.7-google-cloud-bigquery
python37Packages.google-cloud-bigquery: 2.8.0 -> 2.9.0
2021-02-20 21:40:13 +01:00
Anderson Torres 85e08ba0f5
Merge pull request #113762 from lourkeur/fix_110407
spacevim: fix #110407
2021-02-20 17:38:52 -03:00
Michele Guerini Rocco 19d715c573
Merge pull request #107382 from rnhmjoj/no-udev-settle
nixos/{networkd,dhcpcd}: remove udev-settle hack
2021-02-20 20:49:19 +01:00
Vladimír Čunát 008a2b2949
Merge #112674: nixos/tests/networking: fix DHCP race 2021-02-20 20:23:38 +01:00
Vladimír Čunát 2210eb352b
gtk*: remove myself from meta.maintainers
I haven't been really paying attention to it for years.
Fortunately, others have been taking care of GTK+GNOME.
2021-02-20 20:12:40 +01:00
Vladimír Čunát 65408dae4e
Merge #111293: thunderbird-bin: switch to pname + version 2021-02-20 20:10:20 +01:00
Domen Kožar 25cf4b0009
pipewire: 0.3.21 -> 0.3.22 2021-02-20 18:53:50 +00:00
Michael Weiss f352fdd819
Merge pull request #113754 from bobrik/ivan/mesa-aarch64-darwin
mesa: fix missing timespec_get on darwin
2021-02-20 19:39:13 +01:00
Sandro 1fc4bcb956
Merge pull request #113801 from r-ryantm/auto-update/python3.7-google-cloud-container
python37Packages.google-cloud-container: 2.3.0 -> 2.3.1
2021-02-20 19:21:30 +01:00
Ivan Babrou 5363f1714b mesa: fix missing timespec_get on aarch64-darwin
This doesn't affect any other target.

See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/1020
2021-02-20 10:03:52 -08:00
Louis Bettens 92bc0f7bc6 spacevim: best practices 2021-02-20 18:08:41 +01:00
R. RyanTM c14eb379f8 python37Packages.google-cloud-container: 2.3.0 -> 2.3.1 2021-02-20 17:06:19 +00:00
R. RyanTM 6d771e5330 python37Packages.breathe: 4.26.1 -> 4.27.0 2021-02-20 17:32:58 +01:00
Stig 1215e25b99
Merge pull request #113732 from pacien/gscan2pdf-v2.11.1
gscan2pdf: 2.9.1 -> 2.11.1
2021-02-20 16:43:02 +01:00
Raghav Sood 4ff807da7f
Merge pull request #113764 from RaghavSood/netdata/suggestions
netdata: remove unused imports, fix suggestions
2021-02-20 23:37:00 +08:00
Sandro 38c3cfe9e4
Merge pull request #113737 from Enteee/master
deltachat-electron: 1.3.0 -> 1.4.1
2021-02-20 16:31:20 +01:00
Sandro 20f4107d0a
Merge pull request #113736 from graham33/fix/teslajsonpy_tests
teslajsonpy: fix tests
2021-02-20 16:29:37 +01:00
Travis Whitton e1eb2c16b9
fairymax: enable clang/darwin build (#113728)
* fairymax: enable clang/darwin build

* fairymax: enable all platforms
2021-02-20 16:24:20 +01:00
Meghea Iulian e735b86183
ma1sd: 2.1.1 -> 2.4.0 (#113720) 2021-02-20 16:23:53 +01:00
Sandro 5cfeebb8cb
Merge pull request #113748 from yanganto/krapslog-0.1.2
krapslog: init at 0.1.2
2021-02-20 16:22:10 +01:00
Sandro 0bc35239cf
Merge pull request #113750 from 414owen/add-cen64 2021-02-20 16:19:09 +01:00
Owen Shepherd ed08ba414e
cen64: init at unstable-2020-02-20 2021-02-20 14:40:54 +00:00
Owen Shepherd b0d4b68b44
maintainers: add _414owen 2021-02-20 14:36:36 +00:00
Antonio Yang 39f824d1d6 krapslog: init at 0.1.2 2021-02-20 21:38:58 +08:00
adisbladis e59a33db58
Merge pull request #113730 from collares/parallel-trampolines
emacs: precompile trampolines in parallel
2021-02-20 12:48:01 +01:00
R. RyanTM e76c069163 python37Packages.google-cloud-bigquery: 2.8.0 -> 2.9.0 2021-02-20 11:42:51 +00:00
Ivan Babrou c62662c962 garble: fix aarch64 build 2021-02-20 21:13:46 +10:00
Ivan Babrou 7e2baa21b5 garble: pin to go1.15 2021-02-20 21:13:46 +10:00
Raghav Sood df790a9626
netdata: remove unused imports, fix suggestions 2021-02-20 10:32:52 +00:00
krzygorz 62a94d2c40 python3Packages.numba: use pythonImportsCheck
Since the unit tests are disabled, we should at least do a pythonImportsCheck

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-02-20 11:32:22 +01:00
krzygorz 37fbc86e35 python3Packages.numba: clean up dependencies
Since the package is declared to be incompatibile with python versions older than 3.6 the `lib.optionals isPy27 [ funcsigs singledispatch]` part is redundant.
2021-02-20 11:32:22 +01:00
krzygorz f80ef84960 python3Packages.numba: add setuptools dependency
Numba needs setuptools as a runtime dependency: https://numba.pydata.org/numba-doc/latest/user/installing.html#dependency-list
2021-02-20 11:32:22 +01:00
Anders Kaseorg d08ec2f195 pythonInterpreters.pypy36_prebuilt: Set pythonOnBuildForHost
This was broken by #105155.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-20 11:29:46 +01:00
Anders Kaseorg 1c5c184079 pythonInterpreters.pypy36_prebuilt: Add missing lib argument
This was broken by commit 001c0cbe54
(#110591).

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-20 11:29:46 +01:00
Kim Lindberger 5f30f9adcc
Merge pull request #113357 from r-ryantm/auto-update/keycloak
keycloak: 12.0.2 -> 12.0.3
2021-02-20 11:22:53 +01:00
Raghav Sood 29263ef37e
Merge pull request #113738 from r-ryantm/auto-update/netdata
netdata: 1.29.1 -> 1.29.2
2021-02-20 18:17:27 +08:00
Louis Bettens b76056aebc spacevim: fix #110407 2021-02-20 10:55:37 +01:00
R. RyanTM 5e19a1f495 python39Packages.numpy-stl: 2.13.0 -> 2.15.1 2021-02-20 10:22:56 +01:00
Fabian Affolter 90cca97297 python3Packages.pypcap: fix build on Python 3.9 2021-02-20 10:17:24 +01:00
taku0 a964d7094a
Merge pull request #104714 from codedownio/tree-hashes
fetchgit: support passing tree hashes as "rev"
2021-02-20 15:22:57 +09:00
taku0 0253d3097d
Merge pull request #112491 from xaverdh/firefox-plugins-cleanup
firefox/wrapper: clean up plugin related code
2021-02-20 15:17:16 +09:00
Sandro d22f76de68
Merge pull request #113727 from jpas/factorio-1.1.25
factorio: 1.1.21 -> 1.1.25
2021-02-20 06:17:29 +01:00
Sandro ec45abaeb1
Merge pull request #113725 from Thesola10/patch-3
maintainer: update email for thesola10
2021-02-20 06:14:53 +01:00
Sandro 38769f8a26
Merge pull request #113715 from vojta001/miniflux-docs
miniflux: fix link to docs
2021-02-20 06:09:00 +01:00
Ryan Mulligan 3240fc06e6
Merge pull request #111336 from MetaDark/newsflash
newsflash: 1.1.1 -> 1.2.2
2021-02-19 20:58:10 -08:00
Sandro b0dcc5bb97
Merge pull request #113685 from fabaff/pychannels 2021-02-20 04:20:53 +01:00
Sandro 4911c23b0f
Merge pull request #113692 from fabaff/mcstatus 2021-02-20 04:20:04 +01:00
Sandro 16db442fbe
Merge pull request #113709 from SuperSandro2000/lazr-restfulclient 2021-02-20 04:18:17 +01:00