Fabian Affolter
a95e48cd9c
python310Packages.peaqevcore: 5.4.3 -> 5.10.3
2022-08-19 10:59:41 +02:00
Fabian Affolter
1db4cd477d
Merge pull request #187271 from fabaff/coinlive
...
coinlive: init at 0.2.1
2022-08-19 10:52:33 +02:00
Fabian Affolter
a8d1326f0d
Merge pull request #187137 from fabaff/python-awair-bump
...
python310Packages.python-awair: 0.2.3 -> 0.2.4
2022-08-19 10:52:04 +02:00
Fabian Affolter
9e5d79dfa9
Merge pull request #187306 from fabaff/qingping-ble-bump
...
python310Packages.qingping-ble: 0.2.3 -> 0.2.4
2022-08-19 10:51:41 +02:00
Fabian Affolter
b8f9d375c4
Merge pull request #187325 from fabaff/atc-ble
...
python310Packages.atc-ble: init at 0.1.0
2022-08-19 10:51:30 +02:00
Fabian Affolter
294748aaff
Merge pull request #187329 from fabaff/fastcore-bump
...
python310Packages.fastcore: 1.5.17 -> 1.5.18
2022-08-19 10:51:06 +02:00
Fabian Affolter
fc75408f10
Merge pull request #187332 from fabaff/aioecowitt-bump
...
python310Packages.aioecowitt: 2022.7.0 -> 2022.08.2
2022-08-19 10:50:45 +02:00
Fabian Affolter
128dabead0
Merge pull request #187335 from fabaff/aioblescan
...
python310Packages.bless: init at 0.2.4
2022-08-19 10:50:36 +02:00
Fabian Affolter
d149d11bb8
Merge pull request #187341 from fabaff/pyskyqremote-bump
...
python310Packages.pyskyqremote: 0.3.15 -> 0.3.16
2022-08-19 10:50:27 +02:00
Fabian Affolter
99665eb45f
Merge pull request #187363 from fabaff/metasploit-bump
...
metasploit: 6.2.12 -> 6.2.13
2022-08-19 10:50:16 +02:00
Christian Kögler
b055aadc3d
Merge pull request #157997 from kirelagin/grayscale-antialiasing
...
hidpi: Use gray-scale antialiasing for fonts
2022-08-19 10:37:30 +02:00
Christian Kögler
f99c37f463
Merge pull request #187340 from r-ryantm/auto-update/cbmc
...
cbmc: 5.63.0 -> 5.64.0
2022-08-19 10:24:27 +02:00
Adam Joseph
fe5485327e
gpsd: fix cross-compilation
...
Prior to this commit, builds of `pkgsCross.*.gpsd` were failing.
`gpsd` expects `CCVERSION` to be set, and fails if it is not set.
Scons does not guarantee that `CCVERSION` will be set, nor does it
specify under what circumstances it will or will not be set: "This may
or may not be set, depending on the specific C compiler being used."
https://scons.org/doc/production/HTML/scons-man.html#cv-CCVERSION
Apparently cross-compilation triggers one of those unspecified
circumstances. There are several bug reports to scons relating to
this:
https://github.com/SCons/scons/issues/1723
https://github.com/SCons/scons/issues?q=is%3Aissue+ccversion+is%3Aclosed
`gpsd` does not use `CCVERSION` for any purpose other than printing a
log message at the start of the build:
d055863603
This commit modifies the log message, replacing `env['CCVERSION']`
with `env['CC']`, since `CC` is always set when using nixpkgs'
standard builder.
With this commit, `pkgsCross.mips64el-linux-gnuabi64.gpsd` and
`pkgsCross.powernv.gpsd` build correctly on x86_64. Prior to this
commit, they would fail with:
```
scons: Reading SConscript files ...
scons version: 4.1.0
scons is running under Python version: 3.10.5.final.0
gpsd version: 3.23.1
This system is: linux
KeyError: 'CCVERSION':
File "/build/gpsd-3.23.1/SConstruct", line 69:
SConscript('SConscript',
File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 654:
return method(*args, **kw)
File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 591:
return _SConscript(self.fs, *files, **subst_kw)
File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 280:
exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
File "/build/gpsd-3.23.1/gpsd-3.23.1/SConscript", line 883:
announce("cc is %s, version %s" % (env['CC'], env['CCVERSION']))
File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Environment.py", line 388:
return self._dict[key]
```
2022-08-19 10:20:03 +02:00
Jonas Heinrich
744964126f
Merge pull request #187183 from r-ryantm/auto-update/temporal
...
temporal: 1.17.2 -> 1.17.4
2022-08-19 10:02:32 +02:00
Christian Kögler
5d52f38905
Merge pull request #166942 from AleXoundOS/patch-1
...
NixOS manual: fix ACME certificates in Nginx configuration sample
2022-08-19 09:55:43 +02:00
Christian Kögler
2364de14a7
Merge pull request #170941 from jfroche/bitcoind-test
...
nixos/tests/bitcoind: fix test
2022-08-19 09:32:04 +02:00
grindhold
a90bd9287f
caroline: init at 0.3.1 ( #178459 )
...
* caroline: init at 0.3.1
* Update pkgs/development/libraries/caroline/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-19 09:29:18 +02:00
Christian Kögler
7531e7a3f9
Merge pull request #170764 from knl/zq-init
...
zq: init at v1.2.0
2022-08-19 09:24:45 +02:00
R. Ryantm
c7f4385e84
cosign: 1.10.1 -> 1.11.0
2022-08-19 17:21:23 +10:00
Christian Kögler
5e7662d848
Merge pull request #167692 from peperunas/onsuccess
...
nixos/systemd: Add onSuccess module option for units
2022-08-19 09:17:14 +02:00
Christian Kögler
18cb184ea9
Merge pull request #167161 from r-ryantm/auto-update/editres
...
editres: 1.0.7 -> 1.0.8
2022-08-19 09:13:39 +02:00
Christian Kögler
e86e43ad11
Merge pull request #187171 from r-ryantm/auto-update/sd-local
...
sd-local: 1.0.42 -> 1.0.43
2022-08-19 09:03:32 +02:00
Jonas Heinrich
9e28e14992
Merge pull request #186851 from r-ryantm/auto-update/python3.10-scikit-survival
...
python310Packages.scikit-survival: 0.17.2 -> 0.18.0
2022-08-19 08:52:06 +02:00
Christian Kögler
dd3295ed20
Merge pull request #186982 from kira-bruneau/newsflash
...
newsflash: fix adding xdg-open to PATH
2022-08-19 08:46:33 +02:00
Vladimír Čunát
7ea33d2d0d
Merge #186469 : gcc12: apply working patch for darwin-aarch64
2022-08-19 08:40:42 +02:00
K900
4610b8cf5e
Merge pull request #187283 from K900/update-via
...
via: 1.3.1 -> 2.0.5
2022-08-19 09:12:14 +03:00
Bill Ewanick
e9ce9a2b73
git-blame-ignore-revs: add meteor format commit
2022-08-19 01:12:51 -04:00
Bill Ewanick
a37a6de881
meteor: formatting
2022-08-19 01:12:51 -04:00
Bill Ewanick
8248b6e741
meteor: 1.12 -> 2.7.3
2022-08-19 01:12:51 -04:00
Sebastián Mancilla
e25d2f0cff
Merge pull request #185173 from bezmuth/dino
...
dino: add tests
2022-08-19 00:22:01 -04:00
zowoq
6647988f19
kubernetes: add kubectl to passthru.tests
2022-08-19 14:10:58 +10:00
zowoq
afe983cca3
kubernetes: 1.23.9 -> 1.23.10
...
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1239
2022-08-19 14:10:58 +10:00
zowoq
33313b87e6
buildah, cri-o, podman: drop unneeded cni-plugins input from wrapper
2022-08-19 14:10:47 +10:00
zowoq
72a3a868a0
nixos/{containers,podman}: nixpkgs-fmt
2022-08-19 14:10:47 +10:00
R. Ryantm
e95cb8f170
skaffold: 1.39.1 -> 1.39.2
2022-08-19 14:06:59 +10:00
R. Ryantm
9d9c6fb818
gitui: 0.20.1 -> 0.21.0
2022-08-19 14:04:38 +10:00
R. Ryantm
fe43521b32
argocd: 2.4.9 -> 2.4.10
2022-08-19 14:04:26 +10:00
R. Ryantm
45804be482
kubevirt: 0.55.0 -> 0.55.1
2022-08-19 14:02:26 +10:00
Gauvain 'GovanifY' Roussel-Tarbouriech
6c55578c7e
nixos/komga: add module
2022-08-18 22:52:27 -04:00
Niklas Hambüchen
8896455eb3
Merge pull request #186907 from r-ryantm/auto-update/turbovnc
...
turbovnc: 3.0 -> 3.0.1
2022-08-19 03:29:07 +02:00
Anderson Torres
0c8ae3d527
Merge pull request #187370 from AndersonTorres/harelang
...
Fixup himitsu and himitsu-firefox
2022-08-18 21:54:53 -03:00
AndersonTorres
48947b2850
himitsu-firefox: set HARECACHE
...
Otherwise, it tries to create the cache directory under $HOME.
2022-08-18 21:22:45 -03:00
AndersonTorres
e1e4a5e540
himitsu: set HARECACHE
...
Otherwise, it tries to create the cache directory under $HOME.
2022-08-18 21:22:45 -03:00
Fabian Affolter
a0f033f181
metasploit: 6.2.12 -> 6.2.13
2022-08-19 01:22:19 +02:00
Ivv
5efa052928
Merge pull request #187255 from r-ryantm/auto-update/ghr
...
ghr: 0.14.0 -> 0.15.0
2022-08-19 01:20:37 +02:00
R. Ryantm
f04a9770e5
ghr: 0.14.0 -> 0.15.0
2022-08-19 01:16:16 +02:00
Ivv
ad086235ab
Merge pull request #187260 from MayNiklas/bump-discordpy
...
python3Packages.discordpy: 1.7.3 -> 2.0.0
2022-08-19 01:11:28 +02:00
Sebastián Mancilla
7e13b382dd
Merge pull request #187349 from SuperSandro2000/pugixml
...
pugixml: simplify outputs
2022-08-18 19:00:12 -04:00
Sebastián Mancilla
707a1a546b
Merge pull request #187348 from SuperSandro2000/cpptoml
...
cpptoml: remove default outputs
2022-08-18 18:59:56 -04:00
Martin Weinelt
b974ad9ba6
Merge pull request #187321 from fabaff/bluetooth-adapters-bump
...
python310Packages.bluetooth-adapters: 0.1.3 -> 0.2.0
2022-08-19 00:55:56 +02:00