Frederik Rietdijk
ecb85b0865
icdiff: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
5984dd57d5
ibus-mozc: remove unused python parameter
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
5bba64adac
i3minator: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
fa9d5aa4aa
httpstat: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
28647e4ff2
honcho: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
ae202269fa
hexio: stay with python2
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
ba6f1213f0
libreswan: use python3
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
fe538efe61
hash-slinger: stay with python2
...
Seems hard to check whether this one will work with python3.
2021-04-03 17:06:09 +02:00
Frederik Rietdijk
7368564f99
gurobi: stay with python2
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
d8ed6258b4
gup: use python3
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
34adf2b617
gtklick: stay with python2
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
a06641c08f
gtimelog: use python3
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
e9e4ca6b4a
libnl: python is optional
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
45229e4410
grib-api: python is optional
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
ff06baf396
grabserial: use python3
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
233f08a87c
gnuradioPackages: use same python for all packages
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
c817f6442f
gnuk: stay with python2
2021-04-03 17:06:08 +02:00
Frederik Rietdijk
c85a64002c
gnubg: use python3
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
34c23dbb42
global: use python3
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
5c8e424b84
gitstats: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
ee258981bf
ginac: use python3
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
ea7d049f51
git-crecord: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
e5f9db3135
git-bz: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
09b2a0c0af
gen-oauth-safe: use python3
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
76b3f90f5c
gemrb: stay with python2
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
58579c642a
gede: use python3
2021-04-03 17:06:07 +02:00
Frederik Rietdijk
54dcdfb59b
gdal_2: keep using pythn 2
2021-04-03 17:06:06 +02:00
Frederik Rietdijk
363925961e
gdal_1_11: remove old and unused version
2021-04-03 17:06:06 +02:00
Martin Weinelt
032fc65fca
Merge pull request #118404 from fabaff/bump-axis
2021-04-03 16:07:31 +02:00
Graham Christensen
a009dfc1af
Merge pull request #118400 from mweinelt/revert-zigbee2mqtt
...
Revert "zigbee2mqtt: 1.16.2 -> 1.18.2"
2021-04-03 13:18:58 +00:00
Gabriel Ebner
64678850c9
blender: make darwin patch apply again
2021-04-03 15:16:43 +02:00
Fabian Affolter
f86e033b86
home-assistant: enable axis tests
2021-04-03 15:15:49 +02:00
Fabian Affolter
b465c2e3fd
python3Packages.axis: 43 -> 44
2021-04-03 15:10:56 +02:00
Maximilian Bosch
4364fd3038
Merge pull request #118305 from Ma27/openldap-exporter
...
prometheus-openldap-exporter: init at 2.1
2021-04-03 15:02:59 +02:00
Martin Weinelt
43f4719649
Revert "zigbee2mqtt: 1.16.2 -> 1.18.2"
...
This reverts commit 2aab826896
.
Likely cause of the unexpected EOF during the latest hydra evaluation
of trunk-combined.
2021-04-03 14:57:51 +02:00
sternenseemann
d6a67759e7
foot: 1.7.0 -> 1.7.1
2021-04-03 14:34:20 +02:00
sternenseemann
4a16f2ec94
foot: add tests checking the clang compilation to the package
...
I want to support this in the future. Since I sometimes forget to check
clang compilation when doing a version bump, there has been regression
to this in the past. Let's prevent this by checking compilation with the
default clang version in nixpkgs and the latest clang as well.
2021-04-03 14:34:20 +02:00
sternenseemann
6c1566fab7
foot: remove usage of stdenv.cc.cc.pname
2021-04-03 14:34:20 +02:00
sternenseemann
68a1f6f391
foot: fix PGO build with clang
...
The way we need to do PGO builds for foot changed. The gcc build was
unaffected by this, but has been updated to the new instructions. For
clang using the outdated introduction meant that the PGO build was
broken when using clang for building foot with PGO enabled.
This has been fixed by updating to the new build instructions for both
gcc and clang when using PGO:
https://codeberg.org/dnkl/foot/pulls/420
foot.override { stdenv = llvmPackages_11.stdenv; } now works as expected.
2021-04-03 14:34:20 +02:00
Martin Weinelt
2c0c4d222a
Merge pull request #118392 from dotlambda/home-assistant-overridePythonAttrs
...
nixos/home-assistant: use overridePythonAttrs
2021-04-03 14:03:21 +02:00
WSchnee
dcbcfae56e
ytfzf: 1.1.1 -> 1.1.2 ( #118393 )
...
Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
2021-04-03 13:59:27 +02:00
Maximilian Bosch
f50f8e302c
Merge pull request #118389 from gebner/blender292
...
blender: 2.91.0 -> 2.92.0
2021-04-03 13:57:05 +02:00
Robert Scott
2b721d324b
Merge pull request #118376 from marsam/update-libfyaml
...
libfyaml: 0.6.3 -> 0.7
2021-04-03 12:39:22 +01:00
Rémi NICOLE
8442c216af
nixos/shiori: fix SystemCallFilter after libseccomp update ( #108160 )
...
fixes #108146
2021-04-03 06:44:24 -04:00
Robert Schütz
f9bd8b1b7b
nixos/home-assistant: use overridePythonAttrs
2021-04-03 12:43:10 +02:00
Gabriel Ebner
eae0b8fbfb
blender: 2.91.0 -> 2.92.0
2021-04-03 11:57:13 +02:00
Pavol Rusnak
c54625d5ca
Merge pull request #118363 from prusnak/electrum
...
electrum: 4.0.9 -> 4.1.1
2021-04-03 11:36:22 +02:00
Robert Schütz
76f9ddf470
libfyaml: enable tests
2021-04-03 11:12:50 +02:00
Pavol Rusnak
de89b66ba7
electrum: 4.0.9 -> 4.1.1
2021-04-03 11:07:33 +02:00
Pavol Rusnak
340194a7b0
python3Packages.aiorpcx: 0.18.4 -> 0.18.7
2021-04-03 11:07:32 +02:00