Alexander Bantyev
2be028e943
obliv-c: stdenv -> gcc10Stdenv
2022-05-29 18:18:52 +04:00
Alexander Bantyev
15b44bab79
non: stdenv -> gcc10Stdenv
2022-05-29 18:18:00 +04:00
Alexander Bantyev
3eac0002ec
nano-wallet: stdenv -> gcc10Stdenv
2022-05-29 18:17:05 +04:00
Alexander Bantyev
41e537a585
mrustc-bootstrap: stdenv -> gcc10Stdenv
2022-05-29 18:16:06 +04:00
Alexander Bantyev
c27f7b1b00
mps: stdenv -> gcc10Stdenv
2022-05-29 18:15:14 +04:00
Alexander Bantyev
33851c466f
mkcue: stdenv -> gcc10Stdenv
2022-05-29 18:14:20 +04:00
Alexander Bantyev
7976cdf59e
mitscheme: stdenv -> gcc10Stdenv
2022-05-29 18:13:30 +04:00
Alexander Bantyev
43494af5eb
miniaudicle: stdenv -> gcc10Stdenv
2022-05-29 18:12:39 +04:00
Alexander Bantyev
b31af490cd
mars: stdenv -> gcc10Stdenv
2022-05-29 18:11:48 +04:00
Alexander Bantyev
e374625845
loki: stdenv -> gcc10Stdenv
2022-05-29 18:10:58 +04:00
Alexander Bantyev
14a2dec50d
libdynd: stdenv -> gcc10Stdenv
2022-05-29 17:37:27 +04:00
Alexander Bantyev
872f42247b
jigdo: stdenv -> gcc10Stdenv
2022-05-29 17:36:24 +04:00
Alexander Bantyev
fcb1fbf5fc
isrcsubmit: stdenv -> gcc10Stdenv
2022-05-29 17:35:29 +04:00
Alexander Bantyev
daa692e42c
iqueue: stdenv -> gcc10Stdenv
2022-05-29 17:34:34 +04:00
Alexander Bantyev
0590c39ffa
idsk: stdenv -> gcc10Stdenv
2022-05-29 17:33:38 +04:00
Alexander Bantyev
591dc2fdd2
hobbes: stdenv -> gcc10Stdenv
2022-05-29 17:32:42 +04:00
Alexander Bantyev
8dc4d73477
gsmlib: stdenv -> gcc10Stdenv
2022-05-29 17:30:48 +04:00
Alexander Bantyev
0e05668dc3
gosmore: stdenv -> gcc10Stdenv
2022-05-29 17:29:48 +04:00
Alexander Bantyev
9f22d631eb
getdp: stdenv -> gcc10Stdenv
2022-05-29 17:28:53 +04:00
Alexander Bantyev
feb6162f83
gebaar-libinput: stdenv -> gcc10Stdenv
2022-05-29 17:27:58 +04:00
Alexander Bantyev
5d8e2a71f1
gammy: stdenv -> gcc10Stdenv
2022-05-29 17:27:03 +04:00
Alexander Bantyev
77aab56ca4
flwrap: stdenv -> gcc10Stdenv
2022-05-29 17:26:07 +04:00
Alexander Bantyev
5e081aeaa1
fluxus: stdenv -> gcc10Stdenv
2022-05-29 17:25:11 +04:00
Alexander Bantyev
5b12d3a807
ericw-tools: stdenv -> gcc10Stdenv
2022-05-29 17:24:15 +04:00
Alexander Bantyev
fd26c9493b
dxx-rebirth: stdenv -> gcc10Stdenv
2022-05-29 17:23:19 +04:00
Alexander Bantyev
9882ffead4
dl-poly-classic-mpi: stdenv -> gcc10Stdenv
2022-05-29 17:22:23 +04:00
Alexander Bantyev
a484f4f331
djv: stdenv -> gcc10Stdenv
2022-05-29 17:21:27 +04:00
Alexander Bantyev
30d4616997
diopser: stdenv -> gcc10Stdenv
2022-05-29 17:20:31 +04:00
Alexander Bantyev
e46b811478
cxxtools: stdenv -> gcc10Stdenv
2022-05-29 17:19:35 +04:00
Alexander Bantyev
c6af26acfc
clingcon: stdenv -> gcc10Stdenv
2022-05-29 17:18:37 +04:00
cab
8bdc1401a2
pkgs: added gcc10StdenvCompat
...
Many packages got broken by gcc10 -> 11 switch. This makes overriding
broken libraries a bit easier.
2022-05-29 15:51:18 +04:00
Maximilian Bosch
fd57780d9c
Merge pull request #175068 from dotlambda/gpg-tui-0.9.0
...
gpg-tui: 0.8.3 -> 0.9.0
2022-05-28 14:33:42 +02:00
Arnout Engelen
592165deec
Merge pull request #175108 from raboof/contributing-md-document-using-backporting-labels
...
docs: document using labels for backporting in CONTRIBUTING.md
2022-05-28 14:30:44 +02:00
Florian Klink
8707ec2798
Merge pull request #174167 from chivay/saleae
...
nixos/saleae-logic: init
2022-05-28 14:30:32 +02:00
Arnout Engelen
d73290c6dd
CONTRIBUTING.md: document using labels for backporting
2022-05-28 13:58:31 +02:00
Robert Scott
17b62c338f
Merge pull request #175039 from azahi/clingcon-fix
...
clingcon: fix build
2022-05-28 12:40:54 +01:00
Martin Weinelt
c48756aae2
Merge pull request #172849 from waldheinz/systemd-boot-builder-downgrade
...
nixos/systemd-boot: fix systemd-boot-builder dowgrade to fail
2022-05-28 13:23:44 +02:00
Matthias Treydte
a30de3b849
nixos/systemd-boot: fix systemd-boot-builder dowgrade to fail
...
Since, 4ddc78818e
systemd-boot-builder
is broken in two ways:
* if no systemd-boot is currently installed *and* the NIXOS_INSTALL_BOOTLOADER
env variable is not set, it will try to run "bootctl update", which will fail
* if the currently installed systemd-boot version is newer than the version
we're about to install, it will also try to run "bootctl update", which will fail
This patch changes the behaviour,
* for the first case to still fail, but not even bother to try running
"bootctl update" and instead erroring out with an exception
* for the second case to leave the newer version in place, restoring
the pre - 4ddc78818e
behaviour
To do the proper version check a new "should_update" helper function was introduced,
mimicing the compare_product C function from bootctl. If the following systemd
issue gets resolved, we would have a nice way to get rid of this function:
> https://github.com/systemd/systemd/issues/23450
This change allows to again switch to a different NixOS configuration which contains
an older systemd-boot.
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2022-05-28 13:18:21 +02:00
Bobby Rong
a8ac96cd39
Merge pull request #174432 from r-ryantm/auto-update/cargo-geiger
...
cargo-geiger: 0.11.2 -> 0.11.3
2022-05-28 19:12:33 +08:00
Bobby Rong
a849e2c89e
Merge pull request #174158 from xfix/dolphin-5.0-16380
...
dolphin-emu-beta: 5.0-16101 -> 5.0-16380
2022-05-28 19:11:22 +08:00
Bobby Rong
de8bbe4098
Merge pull request #174993 from bryanasdev000/irpf-1.6
...
irpf: 2022-1.5 -> 2022-1.6
2022-05-28 19:09:17 +08:00
Felix Bühler
690dc4ed0b
Merge pull request #175082 from Stunkymonkey/vial-0.6
...
vial: 0.5.2 -> 0.6
2022-05-28 13:07:25 +02:00
7c6f434c
a6c4fc34a4
Merge pull request #174989 from AleXoundOS/lincity_ng
...
lincity_ng: 2.9beta.20170715 -> 2.9beta.20211125
2022-05-28 11:05:33 +00:00
7c6f434c
f504966acd
Merge pull request #174999 from patricksjackson/textadept11-11.3
...
textadept11: 11.1 -> 11.3
2022-05-28 11:05:03 +00:00
Bobby Rong
4125f6cefb
Merge pull request #174552 from r-ryantm/auto-update/dcmtk
...
dcmtk: 3.6.6 -> 3.6.7
2022-05-28 19:02:58 +08:00
Bobby Rong
d47074a16a
Merge pull request #174444 from r-ryantm/auto-update/chamber
...
chamber: 2.10.9 -> 2.10.10
2022-05-28 19:02:21 +08:00
Bobby Rong
7bbd84e0be
Merge pull request #174836 from r-ryantm/auto-update/apkeep
...
apkeep: 0.12.0 -> 0.13.0
2022-05-28 19:00:21 +08:00
Fabian Affolter
6b7f22c0e6
Merge pull request #175094 from fabaff/step-cli-bump
...
step-cli: 0.19.0 -> 0.20.0
2022-05-28 12:52:08 +02:00
Fabian Affolter
195843aba4
Merge pull request #175098 from fabaff/ssldump-bump
...
ssldump: 1.4 -> 1.5
2022-05-28 12:51:53 +02:00
Fabian Affolter
626b42a496
Merge pull request #175100 from fabaff/stunnel-bump
...
stunnel: 5.63 -> 5.64
2022-05-28 12:51:47 +02:00