Adam Joseph
20b62456f0
lib/systems/parse.nix: add, use removeAbiSuffix
...
gnu-config will ignore the portion of a triple matching the regex
`e?abi.*$` when determining the validity of a triple. In other
words, `i386-linuxabichickenlips` is a valid triple.
This commit updates our parsing routines to match gnu-config.
I was recently surprised to discover that it is in fact possible to
shoehorn ABI flavors into nix doubles in a way which preserves their
property of being a (non-canonical) subset of the valid gnu-config
triples. This commit is required in order to exploit that discovery
to add automatic detection of ILP32 platforms (64-bit void*, 32-bit
int, like the Apple Watch and MIPS n32) to Nix.
2023-10-22 17:05:05 -07:00
Peter Hoeg
3d7a169afe
WIP
2023-10-22 23:10:06 +00:00
Peter Hoeg
73096290ff
evscript: unstable-2022-11-20 -> 0.1.0
2023-10-22 23:10:06 +00:00
Atemu
c56ec205cc
Merge pull request #262710 from r-ryantm/auto-update/jc
...
jc: 1.23.4 -> 1.23.5
2023-10-23 01:08:25 +02:00
Weijia Wang
d0b80a159a
Merge pull request #262778 from r-ryantm/auto-update/oxker
...
oxker: 0.3.2 -> 0.3.3
2023-10-23 01:07:09 +02:00
Atemu
e0417d79ff
Merge pull request #262574 from Atemu/installer-no-powersave-governor
...
installer/nixos-generate-config: don't set powersave cpuFreqGovernor
2023-10-23 00:59:19 +02:00
Martin Weinelt
3244b1eaef
Merge pull request #262678 from plumelo/feat/esphome-proc-subset
...
esphome: remove ProcSubset from serviceConfig
2023-10-23 00:46:21 +02:00
Weijia Wang
8082879a82
Merge pull request #262754 from natsukium/qgrid/fix
...
python311Packages.qgrid: disable failing test
2023-10-23 00:43:28 +02:00
Weijia Wang
a5427deda4
Merge pull request #262793 from bobvanderlinden/pr-darkman-mainprogram
...
darkman: add meta.mainProgram
2023-10-23 00:42:30 +02:00
Weijia Wang
3e88ccf003
Merge pull request #262761 from surfaceflinger/doggo-update
...
doggo: 0.5.5 -> 0.5.7 and migrate to by-name
2023-10-23 00:41:01 +02:00
0x4A6F
a990f74cf8
treewide: sha256 -> hash ( #262801 )
...
* tumpa: sha256 -> hash
* qubes-core-vchan-xen: sha256 -> hash
* qdmr: sha256 -> hash
* w_scan2: sha256 -> hash
* libcdada: sha256 -> hash
* eidolon: sha256 -> hash
* freenukum: sha256 -> hash
* promscale: sha256 -> hash
* tacacsplus: sha256 -> hash
* blflash: sha256 -> hash
* silicon: sha256 -> hash
* nethoscope: sha256 -> hash
* pmacct: sha256 -> hash
* tayga: sha256 -> hash
* alejandra: sha256 -> hash
* igrep: sha256 -> hash
* cwm: sha256 -> hash
* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
Martin Weinelt
db4b707870
Merge pull request #262821 from mweinelt/tlds-2023101900
...
python311Packages.tlds: 2023080900 -> 2023101900
2023-10-23 00:35:26 +02:00
Martin Weinelt
a85ff7543b
python311Packages.tlds: 2023080900 -> 2023101900
...
2023080900...2023101900
2023-10-23 00:33:56 +02:00
Weijia Wang
66796ff6a6
Merge pull request #262663 from reckenrode/diebahn-fix
...
diebahn: fix build on Darwin
2023-10-23 00:27:55 +02:00
h7x4
0b6077fb7b
darwin.CoreSymbolication: refactor, unstable-2018-04-08 -> unstable-2018-06-17 ( #262363 )
...
* darwin.CoreSymbolication: refactor
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
* darwin.CoreSymbolication: unstable-2018-04-08 -> unstable-2018-06-17
---------
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-10-23 00:18:16 +02:00
Martin Weinelt
bd40664563
Merge pull request #262771 from DeeUnderscore/misc/duperemove-version
...
duperemove: set version string
2023-10-23 00:06:17 +02:00
Martin Weinelt
0c0da8680a
Merge pull request #262270 from helsinki-systems/upd/nftables
...
nftables: 1.0.8 -> 1.0.9
2023-10-23 00:04:12 +02:00
Stig
4f4312a71c
Merge pull request #262283 from helsinki-systems/upd/rt
...
rt: 5.0.3 -> 5.0.5
2023-10-23 00:01:58 +02:00
Weijia Wang
0c707cc99a
Merge pull request #262612 from wegank/utm-bump
...
utm: 4.4.3 -> 4.4.4
2023-10-23 00:01:34 +02:00
Martin Weinelt
4ef208f907
Merge pull request #262808 from i077/zotero-insecure
...
zotero: mark as insecure (CVE-2023-5217)
2023-10-22 23:54:49 +02:00
Artturi
16e3288b56
Merge pull request #256581 from azahi/grc-absolute-store-paths
2023-10-23 00:42:22 +03:00
Imran Hossain
9438baa49d
zotero: mark as insecure (CVE-2023-5217)
...
Zotero 6 is based on Firefox 60 and has not patched this vulnerability.
The next version is based on Firefox 102 (ESR) and has patched this, but
is is still in beta.
See also NixOS/nixpkgs#258048 .
2023-10-22 17:35:40 -04:00
Dee Anzorge
d437fcbefd
duperemove: set version string
2023-10-22 23:22:58 +02:00
Mario Rodas
a6207181cf
Merge pull request #259647 from bcdarwin/simpleitk-improvements
...
simpleitk: improvements and enable SimpleElastix cmake module
2023-10-22 15:59:09 -05:00
Martin Weinelt
07ed0f8b09
Merge pull request #258676 from dotlambda/blinkpy-0.22.0
...
python310Packages.blinkpy: use pyproject
2023-10-22 22:58:56 +02:00
Robert Schütz
2cf2e55e8e
python310Packages.blinkpy: use pyproject
2023-10-22 13:46:46 -07:00
Mario Rodas
40f43be981
Merge pull request #260799 from aaronjheng/temporal-cli
...
temporal-cli: tctl-next: 0.9.0 -> 0.10.6
2023-10-22 15:38:08 -05:00
Mario Rodas
3f2fa63c56
Merge pull request #262756 from marsam/update-rclone
...
rclone: 1.64.1 -> 1.64.2
2023-10-22 15:33:39 -05:00
7c6f434c
818c8a217d
Merge pull request #262737 from trofi/btrfs-progs-update
...
btrfs-progs: 6.5.2 -> 6.5.3
2023-10-22 20:24:16 +00:00
Mynacol
e8fde3fd7d
rss-bridge: add maintainer
2023-10-22 22:19:46 +02:00
Mynacol
c2c5d261ab
rss-bridge: Move substitutions into patch file
...
As requested in https://github.com/NixOS/nixpkgs/pull/257641#pullrequestreview-1678477898
2023-10-22 22:19:46 +02:00
Mynacol
e9ea06e57f
rss-bridge: 2022-06-14 -> 2023-09-24
...
The source code substitutions have to be adopted to continue working.
The PATH_CACHE const has to use `define` instead, as const forbids using
functions.
2023-10-22 22:19:46 +02:00
Raymond Douglas
e80f82aa1e
direwolf: add portaudio dependency and buildInput
2023-10-22 16:57:54 -03:00
Rob
a37d70e902
weechatScripts.weechat-matrix: Fix compatibility with matrix-nio 0.21
...
weechat-matrix script crashes at load time due to changes in matrix-nio.
Patching 'matrix/config.py' from this commit fixes it:
feae9fda26
2023-10-22 19:49:01 +00:00
7c6f434c
4b1fe40ce0
Merge pull request #262057 from Vonfry/update/nyxt
...
nyxt: 3.7.0 -> 3.9.0
2023-10-22 19:41:52 +00:00
7c6f434c
b4b2cb0049
Merge pull request #262555 from r-ryantm/auto-update/simgear
...
simgear: 2020.3.18 -> 2020.3.19
2023-10-22 19:41:00 +00:00
Lassulus
448f34e913
Merge pull request #262381 from makefu/pkgs/ps3netsrv/replace-upstream
...
ps3netsrv: replace with webman mod fork
2023-10-22 20:32:13 +01:00
Lassulus
95ee3e8366
Merge pull request #262373 from makefu/pkgs/iozone/bump
...
iozone: 3.493 -> 3.506
2023-10-22 20:31:38 +01:00
Emily
a61c6b478d
Merge pull request #262741 from emilylange/nixos-forgejo-postgres15
...
nixos/forgejo: work around permissions error on `postgresql_15`
2023-10-22 21:04:41 +02:00
Felix Bühler
5c00419078
Merge pull request #261849 from figsoda/starlark
...
starlark-rust: 0.9.0 -> 0.10.0
2023-10-22 20:59:27 +02:00
Bob van der Linden
1e86c7b9e1
darkman: add meta.mainProgram
2023-10-22 20:58:36 +02:00
Felix Bühler
009bafd236
Merge pull request #261458 from figsoda/jumpy
...
jumpy: 0.7.0 -> 0.8.0
2023-10-22 20:52:27 +02:00
Silvan Mosberger
e7f0aee7a4
Merge pull request #262585 from GaetanLepage/invidious-update
2023-10-22 20:51:49 +02:00
Felix Bühler
0a617df61a
Merge pull request #261838 from figsoda/hack
...
cargo-hack: 0.6.8 -> 0.6.11
2023-10-22 20:23:28 +02:00
Nikolay Korotkiy
deb0e56ac4
Merge pull request #262055 from sikmir/paho-mqtt-c
...
paho-mqtt-c: 1.3.12 → 1.3.13
2023-10-22 22:17:17 +04:00
Will Fancher
13f325005c
Merge pull request #262740 from ElvishJerricco/systemd-stage-1-improve-udhcpc-assertion
...
systemd-stage-1: Improve udhcpc assertion
2023-10-22 13:46:38 -04:00
Lassulus
3720ec2590
Merge pull request #262766 from azahi/gzdoom-fix-desktop
2023-10-22 18:43:31 +01:00
Martin Weinelt
8c5947252d
Merge pull request #262776 from pennae/mosquitto-skip-bind-test
...
nixos/mosquitto: remove the bind_interface test
2023-10-22 19:28:24 +02:00
R. Ryantm
7ab2faeb57
oxker: 0.3.2 -> 0.3.3
2023-10-22 17:24:02 +00:00
pennae
33ba318db6
nixos/mosquitto: remove the bind_interface test
...
bind_interface is the mosquitto way of trying to bind to all addresses
on an interface, but it is unreliable (trying to bind to link-local v6
addresses *sometimes* but not always) and just prone to failure in
general for reasons we have yet to discover.
since this kind of automatic behavior isn't particularly necessary in a
declarative system we may as well skip it.
2023-10-22 19:12:26 +02:00