commits
zerotierone: 1.8.9 -> 1.10.0
maintainers: add alkasm
python310Packages.types-redis: 4.2.7 -> 4.2.8
mongodb-tools: use buildGoModule
pwdsafety: 0.1.4 -> 0.3
yubikey-manager: 4.0.8 -> 4.0.9
nixos/navidrome: fixes missing ssl certficates
nixos/systemd: Custom error when mixing list/non-list defs
The PEP600 standard gives Python's naming scheme for various
architectures; it follows the convention which was in use by Fedora in
2014. According to PEP600, the architecture name for Power PC is
`ppc64le`, not `powerpc64le`. This is also how python3 declares its
"supported wheels" under Debian on PowerPC, as checked with `pip debug
--verbose`
$ pip debug --verbose | grep powerpc
$ pip debug --verbose | grep ppc | head
cp39-cp39-manylinux_2_31_ppc64le
cp39-cp39-manylinux_2_30_ppc64le
cp39-cp39-manylinux_2_29_ppc64le
cp39-cp39-manylinux_2_28_ppc64le
cp39-cp39-manylinux_2_27_ppc64le
cp39-cp39-manylinux_2_26_ppc64le
cp39-cp39-manylinux_2_25_ppc64le
cp39-cp39-manylinux_2_24_ppc64le
cp39-cp39-manylinux_2_23_ppc64le
Let's adjust the `pythonHostPlatform` expression in
cpython/default.nix to pass the architecture using the naming scheme
Python expects.
Verified on a Raptor Computing Systems Talos II. Without this commit,
PyQt5 fails to build, failing with "unsupported wheel". With this
commit, it builds successfully.
pantheon.elementary-files: 6.1.2 -> 6.1.3
joplin-desktop: 2.7.15 -> 2.8.8
zeronet-conservancy: 0.7.5 -> 0.7.6, add nixos test
microsoft-edge: 100.0.1185.44 -> 102.0.1245.44
netdata: 1.34.1 -> 1.35.1
python3Packages.infinity: init at 1.5
dnsmon-go: init at unstable-2022-05-13
juniper: remove wunderbrick as a maintainer
secrets-extractor: init at 1.0.1
tailscale: 1.26.0 -> 1.26.1
https://github.com/sile-typesetter/sile/releases/tag/v0.13.1
The hook is added to buildLuarocksPackage when doCheck is set to true.
Only minor changes:
https://github.com/kristapsdz/lowdown/blob/edca6ce6d5336efb147321a43c47a698de41bb7c/versions.xml#L1352-L1358
mkCoqDerivation: do not set DESTDIR
The PEP600 standard gives Python's naming scheme for various
architectures; it follows the convention which was in use by Fedora in
2014. According to PEP600, the architecture name for Power PC is
`ppc64le`, not `powerpc64le`. This is also how python3 declares its
"supported wheels" under Debian on PowerPC, as checked with `pip debug
--verbose`
$ pip debug --verbose | grep powerpc
$ pip debug --verbose | grep ppc | head
cp39-cp39-manylinux_2_31_ppc64le
cp39-cp39-manylinux_2_30_ppc64le
cp39-cp39-manylinux_2_29_ppc64le
cp39-cp39-manylinux_2_28_ppc64le
cp39-cp39-manylinux_2_27_ppc64le
cp39-cp39-manylinux_2_26_ppc64le
cp39-cp39-manylinux_2_25_ppc64le
cp39-cp39-manylinux_2_24_ppc64le
cp39-cp39-manylinux_2_23_ppc64le
Let's adjust the `pythonHostPlatform` expression in
cpython/default.nix to pass the architecture using the naming scheme
Python expects.
Verified on a Raptor Computing Systems Talos II. Without this commit,
PyQt5 fails to build, failing with "unsupported wheel". With this
commit, it builds successfully.