Commit Graph

94577 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
90be38f71b libjodycode: init at 3.1 2023-12-15 01:05:01 +01:00
Peder Bergebakken Sundt
a547ccbd88
Merge pull request #272000 from starzation/hare-compress
hareThirdParty.hare-compress: init at unstable-2023-10-30
2023-12-15 01:02:59 +01:00
github-actions[bot]
f97ebb8477
Merge staging-next into staging 2023-12-15 00:02:53 +00:00
Peder Bergebakken Sundt
f3109e1b72
Merge pull request #263214 from lromor/pkg-libdicom
libdicom: init at 1.0.5
2023-12-15 00:56:59 +01:00
Thomas Gerbet
9a6cfc7179
Merge pull request #245186 from jopejoe1/revanced
revanced-cli: init at 2.22.0
2023-12-15 00:51:42 +01:00
Peder Bergebakken Sundt
a1aa81fbc5
Merge pull request #271882 from michaelgrahamevans/grafanalib
python3Packages.grafanalib: init at 0.7.0
2023-12-15 00:41:10 +01:00
Christian Kögler
edd6e32492
Merge pull request #272941 from Korny666/master
smartgithg: 22.1.5 -> 23.1.1
2023-12-14 23:35:07 +01:00
Rick van Schijndel
5659eb6904
Merge pull request #269024 from LeSuisse/voxelands-use-up-to-date-libpng
voxelands: use up-to-date libpng
2023-12-14 23:34:25 +01:00
Rick van Schijndel
30e20d6ed0
Merge pull request #269022 from LeSuisse/sng-use-up-to-date-libpng
sng: use up-to-date libpng
2023-12-14 23:30:51 +01:00
Rick van Schijndel
64785a0a42
Merge pull request #269020 from LeSuisse/pngtoico-use-up-to-date-libpng
pngtoico: use up-to-date libpng
2023-12-14 23:29:43 +01:00
aszlig
801d8be719
Merge pull request #273562 (add aws-gate package)
This adds aws-gate, an AWS SSM Session manager client and while I'm not
using the program myself, I reviewed the work and did some rudimentary
testing (eg. whether the session-manager-plugin works).

Additionally, it also adds the unix_ar Python package which was used for
the GNU/Linux bootstrap of the aws-gate package but has been patched out
during the review. We decided to keep the unix-ar package nonetheless
since the package seems to be rather low-maintenance and the package
author is willing to keep maintaining the package.

I'm merging this right now because the package is low-impact, meet the
packaging requirements and all builds pass (including the ones for
unix_ar).
2023-12-14 23:25:18 +01:00
Luflosi
05b4972db0
kubo: migrate to by-name 2023-12-14 23:21:43 +01:00
Florian Klink
96c1f0e798 python3.pkgs.reuse: make a python library
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12

This change allows composing a python with `reuse` in `PYTHONPATH`:

```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```

vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Jussi Kuokkanen
46e9f8243e tuxclocker: init at 1.4.0 2023-12-14 21:56:39 +02:00
Maximilian Bosch
facb7a38b3
urlview: remove
Closes #273406

There are no upstream maintainers anymore[1]. This tool is known to
wrongly truncate URLs (this broke invite links a few times for me).

Now it's officially dead and there are a few useful alternatives,
`urlscan` & `extract_url`.

[1] 4ad7d236c7
2023-12-14 20:04:03 +01:00
github-actions[bot]
7be452e197
Merge staging-next into staging 2023-12-14 18:01:30 +00:00
gaykitty
6d499a262d framework-laptop-kmod: init at unstable-2023-12-03 2023-12-14 10:40:19 -05:00
Linus Heckemann
005c0d4a75
Merge pull request #270174 from Stunkymonkey/extremetuxracer-remove-override-libpng
extremetuxracer: remove override libpng
2023-12-14 14:50:07 +01:00
Bernardo Meurer
da19c5e2dc
Merge pull request #274047 from Artturin/fixtypo2 2023-12-14 10:02:27 -03:00
github-actions[bot]
5ea376a152
Merge staging-next into staging 2023-12-14 12:01:56 +00:00
Jörg Thalheim
f37be82593 include-what-you-use: 0.19 -> 0.21
also add a compiler-wrapper similar to clang-tools so it can find dependencies in nix-shell environments.
2023-12-14 12:44:37 +01:00
Fabian Affolter
b45e6ec428 python311Packages.oras: init at 0.1.26
ORAS Python SDK

https://github.com/oras-project/oras-py
2023-12-14 11:26:41 +01:00
Jonas Chevalier
5e18fcf4e1
Merge pull request #268130 from imincik/geos-3.12.1
geos: 3.11.2 -> 3.12.1
2023-12-14 11:12:15 +01:00
Pascal Bach
ecdadc28d5
Merge pull request #274055 from philiptaron/citrix-workspace
citrix_workspace: 23.09.0.24 -> 23.11.0.82
2023-12-14 09:54:49 +01:00
Fabian Affolter
2c1baae2f9
Merge pull request #274065 from fabaff/aiohomekit-bump
python311Packages.aiohappyeyeballs: init at 2.3.0, python311Packages.aiohomekit: 3.0.9 -> 3.1.0
2023-12-14 08:09:29 +01:00
Fabian Affolter
d83842c620
Merge pull request #274081 from fabaff/bleak-esphome
python311Packages.bleak-esphome: init at 0.2.0
2023-12-14 08:09:15 +01:00
Weijia Wang
8302eefde0
Merge pull request #274008 from ereslibre/add-missing-platforms-wavm
wavm: add missing platforms
2023-12-14 07:50:04 +01:00
github-actions[bot]
83a6ce5c45
Merge staging-next into staging 2023-12-14 06:01:41 +00:00
Stig
e01eb27a46
Merge pull request #274070 from adamcstephens/slimserver/fix-audioscan
slimserver: fix audioscan failures
2023-12-14 05:50:09 +01:00
github-actions[bot]
bae9ba4ab0
Merge staging-next into staging 2023-12-14 00:02:44 +00:00
Robert Schütz
f6ea3f91b5 nextcloud28: init at 28.0.0 2023-12-13 15:57:33 -08:00
Fabian Affolter
7d90dd0a2f python311Packages.bleak-esphome: init at 0.2.0
Bleak backend of ESPHome

https://github.com/bluetooth-devices/bleak-esphome
2023-12-13 23:32:02 +01:00
Adam Stephens
cb3660e7e4
perlPackages.AudioScan: switch to slimserver fork, 1.01 -> 1.05 2023-12-13 16:04:46 -05:00
Fabian Affolter
d08a3154a2 python311Packages.aiohappyeyeballs: init at 2.3.0
Modul for connecting with Happy Eyeballs

https://github.com/bdraco/aiohappyeyeballs
2023-12-13 21:46:37 +01:00
Weijia Wang
9b97781252
Merge pull request #273421 from ereslibre/wamr-darwin
wamr: fix darwin build
2023-12-13 21:32:41 +01:00
jopejoe1
e9b49cdba8 noto-fonts-cjk-serif: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
b81aeb09ae noto-fonts-cjk-sans: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
73aa85d115 noto-fonts: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
9fbcecc83f noto-fonts-color-emoji: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
c34ac183ca noto-fonts-monochrome-emoji: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
546c660ff6 noto-fonts-emoji-blob-bin: move out of noto-fonts file 2023-12-13 21:28:44 +01:00
jopejoe1
c73fdc2fdc python311Packages.nototools: move out of noto-fonts folder 2023-12-13 21:28:44 +01:00
Philip Taron
316c70e249
citrix_workspace: 23.09.0.24 -> 23.11.0.82
Full change log: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html

I only tested this by opening the app once.
2023-12-13 12:15:18 -08:00
Artturin
55405ad914 stdenvNoLibs: fix typo
https://github.com/NixOS/nixpkgs/pull/122778#discussion_r1114577086
2023-12-13 21:45:39 +02:00
Maximilian Bosch
aef29dd45e
Merge pull request #273841 from LibreCybernetics/update-linux-hardened
Linux hardened kernel updates for 2023-12-12
2023-12-13 20:32:02 +01:00
Thiago Kenji Okada
c22287a832
Merge pull request #268612 from AtilaSaraiva/zotero7
zotero_7: init at 7.0.0-beta
2023-12-13 19:28:22 +00:00
Ryan Lahfa
b8c38597c9
Merge pull request #269904 from willcohen/emscripten-3.1.48 2023-12-13 19:40:24 +01:00
github-actions[bot]
60cb61f1ee
Merge staging-next into staging 2023-12-13 18:01:36 +00:00
Robert Schütz
7b1aff8c9c
Merge pull request #271569 from kirillrdy/hipchat
hipchat: remove
2023-12-13 09:50:21 -08:00
Rafael Fernández López
14447282cf
wavm: add missing platforms 2023-12-13 17:10:59 +01:00
Rafael Fernández López
634efac014
wamr: fix darwin build 2023-12-13 15:57:05 +01:00
github-actions[bot]
688991ba84
Merge staging-next into staging 2023-12-13 12:01:48 +00:00
starzation
0530fcc0b1 hareThirdParty.hare-compress: init at unstable-2023-11-01 2023-12-13 18:21:15 +07:00
Leonardo Romor
dd3f20b67e
libdicom: init at 1.0.5 2023-12-13 11:05:52 +01:00
Yureka
013f3808ed python3.pkgs.smtpdfix: init at 0.5.1 2023-12-13 10:36:39 +01:00
Yureka
988d52941d python3.pkgs.asgi-logger: init at 0.1.0 2023-12-13 10:36:39 +01:00
Jennifer Graul
3857999583 pythonPackages.starlette-wtf: init at 0.4.3 2023-12-13 10:36:39 +01:00
Jennifer Graul
d54e65f519 pythonPackages.imia: init at 0.5.3 2023-12-13 10:36:39 +01:00
Jennifer Graul
f265b267ca pythonPackages.wtforms-bootstrap5: init at 0.3.0 2023-12-13 10:36:39 +01:00
Charlotte Van Petegem
cfb9111660
matrix-appservice-slack: use nodejs 18 to fix build 2023-12-13 09:22:33 +01:00
Olli Helenius
b3ff745b7b gradle: 8.4 -> 8.5 2023-12-13 06:57:34 +00:00
Francesco Gazzetta
c64ebc8adf minetest: 5.7.0 -> 5.8.0, cleanup
* Inline the generic builder, since we don't build multiple versions
  anymore
* Remove unused patches, flags, and overrides
* Remove minetest_game, it has been debundled
* Use finalAttrs
* Use lib.cmake*
* Add a top-level attribute for the touch variant
* Define the server- and client-only variants through overrides in
  all-packages.nix
* Move the *_5 aliases to top-level/aliases.nix
* General cleanup

Closes #273207
2023-12-13 06:45:03 +00:00
github-actions[bot]
546fa0a3f3
Merge staging-next into staging 2023-12-13 06:01:27 +00:00
Marius Kimmina
90a8287032 cnquery: init at 9.11.0 2023-12-13 06:51:10 +01:00
Vincent Laporte
a2b78690c3 framac: 27.1 (Cobalt) → 28.0 (Nickel) 2023-12-13 06:09:58 +01:00
ahirner
4eb501c977 vector: add SystemConfiguration for darwin, fixes ld 2023-12-13 00:10:47 +00:00
Fabián Heredia Montiel
70ac3dc8fe linux/hardened/patches/6.6: init at 6.6.6-hardened1 2023-12-12 16:01:46 -06:00
github-actions[bot]
1065f5a68a
Merge staging-next into staging 2023-12-12 18:01:44 +00:00
Martin Weinelt
eab72db9b0
Merge pull request #273790 from mweinelt/release-python-fixup
release-python.nix: remove dreamed-up config option
2023-12-12 18:32:19 +01:00
Weijia Wang
4cd52bdfac
Merge pull request #273609 from wegank/fluxus-unbreak-2
fluxus: cleanup, unbreak
2023-12-12 18:17:40 +01:00
Martin Weinelt
002861bb57
release-python.nix: remove dreamed-up config option
For some reason I had the impression this option existed, but it doesn't.

Sadly `nixpkgs.config` is a freeform type attrset, that wouldn't even
bark at me, so I didn't notice this will testing.
2023-12-12 17:53:28 +01:00
Weijia Wang
1177cdd399
Merge pull request #273450 from wegank/ericw-tools-gcc-13
ericw-tools: fix build with gcc 11+
2023-12-12 15:19:52 +01:00
Nick Cao
b497b60d5f
Merge pull request #273683 from wegank/gsmlib-gcc-13
gsmlib: drop stdenv override
2023-12-12 08:42:11 -05:00
Nick Cao
0ace1207dc
Merge pull request #273684 from wegank/mkcue-gcc-13
mkcue: fix build with gcc 11+
2023-12-12 08:41:26 -05:00
Nick Cao
9961d7819a
Merge pull request #273685 from wegank/xc3sprog-gcc-13
xc3sprog: fix build with gcc 11+
2023-12-12 08:41:10 -05:00
Nick Cao
5a6541e609
Merge pull request #273653 from Luflosi/update/aaaaxy
aaaaxy: 1.4.101 -> 1.4.119
2023-12-12 08:33:24 -05:00
Martin Weinelt
5578364fd3
Merge pull request #273702 from mweinelt/release-python-openssl
release-python.nix: allow evaluation with openssl_1_1
2023-12-12 14:18:46 +01:00
Martin Weinelt
e8dd1cf066 Merge remote-tracking branch 'origin/staging-next' into staging 2023-12-12 14:13:07 +01:00
Frederik Rietdijk
2feabab3d6
Merge pull request #273666 from adisbladis/setupcfg2nix-removal
python3.pkgs.buildsetupcfg: Remove
2023-12-12 08:04:52 +01:00
Martin Weinelt
18523dedab
release-python.nix: allow evaluation with openssl_1_1
Home Assistant is a big part of nixpkgs python ecosystem and how I
started participating in python maintenance.

Recently it started including `openssl_1_1` in its transitive dependency
closure, which resulted in its exclusion from python-updates.

This is detrimental to the health of the `home-assistant` ecosystem,
since it would not be built and tested anymore.

Permitting `openssl_1_1` for python-updates, as was done for
`release.nix`, will allow me to get in contact with the upstream, to
hopefully arrive at a favorable outcome.
2023-12-12 04:08:43 +01:00
Weijia Wang
4ad2a5f1a1
Merge pull request #273423 from wegank/jigdo-refactor
jigdo: 0.7.3 -> 0.8.2, refactor
2023-12-12 02:46:56 +01:00
Weijia Wang
9c264295e1
Merge pull request #273364 from wegank/swfmill-darwin
swfmill: add darwin support
2023-12-12 02:37:59 +01:00
Weijia Wang
7fa100cdb6 xc3sprog: fix build with gcc 11+ 2023-12-12 02:15:30 +01:00
Weijia Wang
3f718ad247 mkcue: fix build with gcc 11+ 2023-12-12 02:10:57 +01:00
Weijia Wang
e5b36cce12 gsmlib: drop stdenv override 2023-12-12 02:07:15 +01:00
Weijia Wang
aa13edf2dd
Merge pull request #273445 from wegank/bencode-stdenv
bencode: remove stdenv override
2023-12-12 01:58:32 +01:00
Weijia Wang
01cfd8b24f
Merge pull request #273628 from Anomalocaridid/footswitch
footswitch: unstable-2022-04-12 -> unstable-2023-10-10
2023-12-12 01:56:03 +01:00
Weijia Wang
9c5db275ec
Merge pull request #273600 from wegank/diopser-gcc-13
diopser: fix build with gcc 11+
2023-12-12 01:52:37 +01:00
Weijia Wang
9a67c36f6d
Merge pull request #273382 from wegank/strelka-aarch64
strelka: add aarch64-linux support
2023-12-12 01:51:59 +01:00
Jörg Thalheim
e92546a987 opencv4: drop ffmpeg_4 pin 2023-12-12 00:41:35 +01:00
adisbladis
ef2a69c866 setupcfg2nix: Remove package
It's unmaintained and the supporting build infrastructure was just removed from nixpkgs.
2023-12-12 12:22:22 +13:00
Nick Cao
796d699b28
Merge pull request #273178 from nagy/nagy-swayimg
swayimg: 0.11 -> 0.12
2023-12-11 17:57:10 -05:00
Luflosi
56583f0ac1
aaaaxy: migrate to by-name 2023-12-11 22:14:47 +01:00
Malo Bourgon
9793888b3e signalbackup-tools: 20231114 -> 20231211
Diff: 20231114...20231211
2023-12-11 12:46:19 -08:00
Rick van Schijndel
d1b0a4a8d6
Merge pull request #270146 from Stunkymonkey/ploticus-remove-override-libpng
ploticus: remove override libpng
2023-12-11 21:03:57 +01:00
Gustavo Coutinho de Souza
e3b56dd702
harec: migrate to pkgs/by-name 2023-12-11 16:27:55 -03:00
Gustavo Coutinho de Souza
5ee6ca0458
hare: migrate to pkgs/by-name 2023-12-11 16:27:55 -03:00
teutat3s
71ae5a5023
qMasterPassword-wayland: init at 2.0 2023-12-11 20:16:01 +01:00
teutat3s
a025483a41
qMasterPassword: 1.2.4 -> 2.0
https://github.com/bkueng/qMasterPassword/compare/v1.2.4...v2.0

Use Qt6

Add wayland variant which uses no x11 build dependencies and disables
form filling features
2023-12-11 20:15:30 +01:00
Anomalocaridid
6221bbdb87 footswitch: migrate to pkgs/by-name 2023-12-11 14:02:42 -05:00
Weijia Wang
6666381ea5 fluxus: cleanup, unbreak 2023-12-11 19:35:21 +01:00
Weijia Wang
bf4d34ba62 dl-poly-classic-mpi: fix build with gcc 11+ 2023-12-11 19:01:06 +01:00
Weijia Wang
a8dac2fa64
Merge pull request #273444 from wegank/uri-clang
uri: fix build on darwin
2023-12-11 18:53:12 +01:00
Weijia Wang
1b789cb5bc diopser: fix build with gcc 11+ 2023-12-11 18:50:15 +01:00
Linus Heckemann
df774e44ca
Merge pull request #273420 from wegank/openclonk-aarch64
openclonk: unbreak
2023-12-11 18:19:29 +01:00
Will Cohen
c4a686bcb7 emscripten: 3.1.47 -> 3.1.50 2023-12-11 11:48:50 -05:00
Florian Klink
14b1b88795
Merge pull request #268618 from Princemachiavelli/linux_6_6_ipu6
nixos/hardware/ipu6: update all related packages
2023-12-11 18:25:33 +02:00
Weijia Wang
e8637912a0
Merge pull request #273357 from wegank/dynd-gcc
python311Packages.dynd: mark as broken
2023-12-11 17:08:42 +01:00
Vladimír Čunát
120a26f8ce
Merge #271377: staging-next 2023-12-01 2023-12-11 17:06:16 +01:00
Weijia Wang
1cb5fc7367
Merge pull request #273447 from wegank/opendbx-stdenv
opendbx: remove stdenv override
2023-12-11 16:39:27 +01:00
Weijia Wang
ecd6250c16
Merge pull request #273448 from wegank/loki-stdenv
loki: remove stdenv override
2023-12-11 16:38:49 +01:00
Linus Heckemann
1a6dc4263a
python311Packages.virt-firmware: init at 23.10 (#267914) 2023-12-12 00:34:10 +09:00
Nick Cao
2cbcae390b
Merge pull request #273422 from Gerg-L/spicetify
spicetify-cli: 2.27.2 -> 2.28.1
2023-12-11 10:32:24 -05:00
Nick Cao
2be3474b68
Merge pull request #273426 from wegank/drumgizmo-gcc-13
drumgizmo: fix build with gcc 13
2023-12-11 10:17:01 -05:00
Nick Cao
d76f20a793
Merge pull request #273428 from wegank/xqilla-gcc-13
xqilla: fix build with gcc 11+
2023-12-11 10:16:35 -05:00
Nick Cao
07c4539154
Merge pull request #273429 from wegank/non-gcc-13
non: fix build with gcc 11+
2023-12-11 10:16:08 -05:00
Nick Cao
20dc588c28
Merge pull request #273346 from wegank/yargy-fix
python311Packages.yargy: rename from yagry
2023-12-11 10:14:48 -05:00
Weijia Wang
4d4181652b uri: fix build on darwin 2023-12-11 14:39:27 +01:00
Weijia Wang
34cbd933a7 openclonk: unbreak 2023-12-11 14:35:38 +01:00
Theodor-Alexandru Irimia
bc98e1c457 python3Packages.unix-ar: init at 0.2.1 2023-12-11 14:19:03 +01:00
André Silva
fc2013e3eb
ipu6-camera-bins: rename from ipu6-camera-bin 2023-12-11 13:10:45 +00:00
Vladimír Čunát
48b286bd26
Merge #273521: node 20 fixes
...into staging-next
2023-12-11 14:09:04 +01:00
Weijia Wang
608788958e
Merge pull request #273424 from wegank/flwrap-stdenv
flwrap: remove stdenv override
2023-12-11 13:41:30 +01:00
github-actions[bot]
384d12a4cc
Merge staging-next into staging 2023-12-11 12:01:51 +00:00
github-actions[bot]
6ac7b9234a
Merge master into staging-next 2023-12-11 12:01:23 +00:00
K900
3b235f0735 akkoma-frontends.admin-fe: build with Node 18
Doesn't build with Node 20
2023-12-11 14:10:01 +03:00
Fabian Affolter
0da73064d0
Merge pull request #273300 from fabaff/nvdlib-bump
python311Packages.nvdlib: init at 0.7.6, python311Packages.avidtools: init 0.1.1.2
2023-12-11 11:44:55 +01:00
Fabian Affolter
36635a3ca4
Merge pull request #273299 from fabaff/youtokentome
python311Packages.youtokentome: init at 1.0.6
2023-12-11 11:44:42 +01:00
Gerg-L
f8a4c1e888 nix-direnv: migrate to by-name 2023-12-11 10:56:38 +01:00
Michael Evans
108b82645e python3Packages.grafanalib: init at 0.7.0 2023-12-11 11:50:40 +02:00
Pol Dellaiera
8d17fb2bc6
Merge pull request #273378 from shyim/frankenphp-extension-support
frankenphp: fix php extensions loading
2023-12-11 10:19:58 +01:00
Weijia Wang
133fc77d70 cromfs: fix build with gcc 11+ 2023-12-11 01:44:20 +01:00
Weijia Wang
f1f879734f ericw-tools: fix build with gcc 11+ 2023-12-11 01:38:07 +01:00
Weijia Wang
17c1cc555b loki: remove stdenv override 2023-12-11 01:31:53 +01:00
Weijia Wang
9585dfd3bb opendbx: remove stdenv override 2023-12-11 01:29:21 +01:00
Weijia Wang
839a711508 bencode: remove stdenv override 2023-12-11 01:25:04 +01:00
github-actions[bot]
6b2241ffde
Merge staging-next into staging 2023-12-11 00:02:59 +00:00
github-actions[bot]
b826485d29
Merge master into staging-next 2023-12-11 00:02:20 +00:00
Weijia Wang
659c541a06 cxxtools: 2.2.1 -> 3.0 2023-12-11 00:36:27 +01:00
Weijia Wang
70e5993743 non: fix build with gcc 11+ 2023-12-10 23:48:57 +01:00
Weijia Wang
dd5012e166 xqilla: fix build with gcc 11+ 2023-12-10 23:39:15 +01:00
Weijia Wang
ea483cfa42 drumgizmo: fix build with gcc 13 2023-12-10 23:26:59 +01:00
Weijia Wang
07f5f75da6 flwrap: remove stdenv override 2023-12-10 23:13:16 +01:00
Weijia Wang
ac30f5f4d6 jigdo: 0.7.3 -> 0.8.2, refactor 2023-12-10 23:10:35 +01:00
Aidan Gauland
cae4cbf42f
r2modman: update electron version
We had been pinning to an older Electron release to avoid regressions in
later Electron versions, but that version is now EOL.
2023-12-11 10:55:30 +13:00
Gerg-L
f2e3aba1e4
spicetify-cli: migrate to by-name 2023-12-10 16:34:50 -05:00
Weijia Wang
ee8014ec78
Merge pull request #273365 from wegank/getdp-stdenv
getdp: remove stdenv override
2023-12-10 22:12:27 +01:00
Weijia Wang
63ced7113e
Merge pull request #273348 from wegank/idsk-refactor
idsk: refactor
2023-12-10 22:11:12 +01:00
Weijia Wang
36df21cb96 xcbuild6Hook, xcodebuild6: drop 2023-12-10 22:07:54 +01:00
Weijia Wang
e75d394a65 contacts: drop xcbuild6Hook 2023-12-10 22:07:54 +01:00