github-actions[bot]
ec161d2240
Merge master into staging-next
2021-01-02 12:24:09 +00:00
Pavol Rusnak
0224ebfc4c
Merge pull request #108208 from Kazimazi/fix/element-desktop
...
electron: fix tray icon in wayland
2021-01-02 13:21:49 +01:00
markuskowa
43933d2fc0
Merge pull request #108130 from mweinelt/zigbee2mqtt
...
zigbee2mqtt: 1.16.2 -> 1.17.0
2021-01-02 13:15:49 +01:00
markuskowa
3f6e9fa531
Merge pull request #106577 from eduardosm/seafile
...
seafile-shared,seafile-client: 7.0.9 -> 7.0.10
2021-01-02 13:13:17 +01:00
Thomas Tuegel
f69c648da4
Merge pull request #108128 from ttuegel/plasma-sync-qt-version
...
nixos/plasma5: synchronize Qt version with all-packages.nix
2021-01-02 05:47:02 -06:00
Thomas Tuegel
ff47554518
Merge pull request #107472 from CertainLach/increase-kdeinit-environ-limit
...
kinit: increase environment limit
2021-01-02 05:42:00 -06:00
Thomas Tuegel
eed06a0da9
Merge pull request #107898 from SuperSandro2000/qtwebkit-darwin
...
qt514.qtwebkit: Fix patch applying
2021-01-02 05:40:09 -06:00
Attila Koszo
2320652792
electron: fix tray icon in wayland
2021-01-02 12:28:30 +01:00
Florian Klink
71e24364c9
Merge pull request #108184 from lovesegfault/command-not-found-nix-shell
...
nixos/command-not-found: don't suggest nix-env
2021-01-02 12:04:43 +01:00
Sandro
da3ee10b6b
Merge pull request #108168 from r-ryantm/auto-update/python3.7-branca
...
python37Packages.branca: 0.4.1 -> 0.4.2
2021-01-02 11:58:52 +01:00
Domen Kožar
77839b5a55
Merge pull request #108062 from siraben/spring-update
...
spring: refactor
2021-01-02 10:57:12 +00:00
Sandro
93c7383326
Merge pull request #108195 from r-ryantm/auto-update/python3.7-mysqlclient
...
python37Packages.mysqlclient: 2.0.2 -> 2.0.3
2021-01-02 11:19:19 +01:00
Florian Klink
8c657c3576
nix: remove traceVal
...
This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069 .
2021-01-02 11:09:57 +01:00
Florian Klink
88738dd72d
Merge pull request #106787 from flokli/console-optional-display-manager
...
nixos/console: fix Before= on the systemd-vconsole-setup unit
2021-01-02 11:04:14 +01:00
Florian Klink
6221782074
Merge pull request #108173 from flokli/cross-compile-nixos-sd
...
Fix NixOS cross-compilation SD Image
2021-01-02 11:03:45 +01:00
Sandro
56bb1b0f7a
Merge pull request #107863 from SuperSandro2000/properties-cpp-buildinputs
...
properties-cpp: move cmake, pkg-config to nativeBuildInputs, clean up
2021-01-02 10:49:41 +01:00
Frederik Rietdijk
22f1c746df
stdenv: use gcc9 for aarch64
...
Several aarch64 builds fail with is referenced by DSO followed by
bin/ld: final link failed: bad value. This seems related to libgcc_s.so.
https://github.com/NixOS/nixpkgs/issues/108111
2021-01-02 10:28:06 +01:00
sternenseemann
1c52824fed
ocamlPackages.sedlex_2: 2.1 -> 2.2
...
* use dune 2
* refactor fetching of dependencies (reduce duplication)
* remove dune rule for data files before building since dune 2 doesn't
like the symlinked data files if the rule is present
2021-01-02 10:00:16 +01:00
Sandro
84c3e129cc
Merge pull request #108190 from lopsided98/qgroundcontrol-update
...
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-02 09:55:16 +01:00
Vincent Laporte
f134db16bd
ocamlPackages.zarith: 1.10 → 1.11
2021-01-02 09:52:25 +01:00
Sandro
3d87e7d19b
Merge pull request #108192 from r-ryantm/auto-update/trytond
...
python37Packages.trytond: 5.8.1 -> 5.8.2
2021-01-02 09:42:18 +01:00
Sandro
9acbfa9d85
Merge pull request #108201 from fabaff/bump-asgiref
2021-01-02 09:40:04 +01:00
Sandro
d5c7542e00
Merge pull request #108202 from fabaff/python-hole
...
python3Packages.hole: init at 0.5.1
2021-01-02 09:39:42 +01:00
Sandro
2080afd039
Merge pull request #108199 from r-ryantm/auto-update/python3.7-sqlite-utils
...
python37Packages.sqlite-utils: 3.1 -> 3.1.1
2021-01-02 09:04:39 +01:00
Fabian Affolter
5b29a1f795
python3Packages.hole: init at 0.5.1
2021-01-02 08:54:05 +01:00
Frederik Rietdijk
e48db707e4
Merge master into staging-next
2021-01-02 08:49:09 +01:00
Fabian Affolter
36b7de6b0e
python3Packages.asgiref: 3.2.10 -> 3.3.1
2021-01-02 08:44:38 +01:00
Dmitry Bogatov
a8040c700a
groff: fix static build
...
Without manual override following problematic code in generated
"configure" script (line 15918):
case "$host_os" in
# Guess yes on glibc systems.
*-gnu* | gnu*) gl_cv_func_signbit="guessing yes" ;;
# Guess yes on native Windows.
mingw*) gl_cv_func_signbit="guessing yes" ;;
# If we don't know, assume the worst.
*) gl_cv_func_signbit="guessing no" ;;
esac
results in declaration conflict with gnulib declaring
int signbit(double)
while system "math.h" providing modern declaration as
constexpr bool signbit(double)
2021-01-02 08:44:20 +01:00
Ryan Burns
e9fe0c1f04
pulseaudio: fix build on darwin
...
Needs pin to older autoconf 2.69
2021-01-02 08:43:35 +01:00
R. RyanTM
2b3746fa70
python37Packages.sqlite-utils: 3.1 -> 3.1.1
2021-01-02 07:25:40 +00:00
R. RyanTM
90ebc2efc3
python37Packages.mysqlclient: 2.0.2 -> 2.0.3
2021-01-02 06:07:05 +00:00
R. RyanTM
e0b050c133
python37Packages.trytond: 5.8.1 -> 5.8.2
2021-01-02 04:49:09 +00:00
Sandro
da613094f7
Merge pull request #108175 from fabaff/python-opendata-transport
...
python3Packages.python-opendata-transport: init at 0.2.1
2021-01-02 05:14:26 +01:00
Bernardo Meurer
e4cd9a8f04
nixos/command-not-found: don't use fancy quotes
2021-01-01 20:04:28 -08:00
Sandro
0d0c68e43b
Merge pull request #108183 from sternenseemann/hxcpp-4.1.15
...
haxePackages.hxcpp: 3.4.64 -> 4.1.15
2021-01-02 04:44:50 +01:00
Ben Wolsieffer
92e3304792
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-01 22:22:20 -05:00
Bernardo Meurer
0b0760b5e0
Merge pull request #91789 from lovesegfault/confuse-mediafile
...
python3Packages.{confuse,mediafile}: init
2021-01-02 02:43:45 +00:00
Bernardo Meurer
57cb68771f
python3Packages.mediafile: init at 0.6.0
2021-01-01 18:29:55 -08:00
Bernardo Meurer
b2d12f3db2
python3Packages.confuse: init at 1.4.0
2021-01-01 18:29:48 -08:00
Dennis Gosnell
3080f1bd77
Merge pull request #86599 from pacien/ldgallery-init
...
ldgallery: init at 2.0
2021-01-02 11:08:36 +09:00
Sandro
2411148dd0
Merge pull request #108171 from fabaff/opensensemap-api
...
python3Packages.opensensemap-api: init at 0.1.5
2021-01-02 01:41:08 +01:00
Bernardo Meurer
88632b7801
nixos/command-not-found: don't suggest nix-env
2021-01-01 16:29:05 -08:00
sternenseemann
be49ff78a0
haxePackages.hxcpp: 3.4.64 -> 4.1.15
2021-01-02 01:06:19 +01:00
John Ericson
040d7580a5
Merge pull request #108174 from flokli/cross-compile-pulseaudio
...
pulseaudio: fix cross-compilation
2021-01-01 18:26:16 -05:00
Anderson Torres
014440d710
Merge pull request #108074 from AndersonTorres/update-emacs-extras
...
Emacs packages updates
2021-01-01 20:12:51 -03:00
Sandro
881346e6bf
Merge pull request #108165 from rmcgibbo/elfx86exts
...
elfx86exts: init at 0.4.3
2021-01-02 00:05:07 +01:00
Jan Tojnar
2a5b2df11d
Merge pull request #107417 from jtojnar/deprecate-unclear-gpl-licenses
...
licenses: Mark unclear GPL licenses explicitly deprecated
2021-01-01 23:49:44 +01:00
Pavol Rusnak
7cd1e0bdd1
Merge pull request #108153 from prusnak/dnachisel
...
python3Packages.dnachisel: init at 3.2.5
2021-01-01 23:26:37 +01:00
Fabian Affolter
fff0b0c840
python3Packages.python-opendata-transport: init at 0.2.1
2021-01-01 23:25:57 +01:00
Florian Klink
4bc3f83302
Merge pull request #108069 from flokli/nix-fix-closurebloat-cross
...
nix: fix closure bloat on `nix`
2021-01-01 23:25:50 +01:00