Someone
ccaaa9ca53
Merge pull request #318614 from wolfgangwalther/structured-attrs-setup-hooks
...
treewide: support structuredAttrs in setup hooks
2024-08-13 19:29:36 +00:00
Robert Schütz
87d6cc69a4
nodePackages.yarn: drop
2024-08-13 06:55:04 -07:00
Andrew Morgan
90353ce2e0
mealie: apply upstream patch to fix usage with sops-nix
...
This commit applies the upstream PR
https://github.com/mealie-recipes/mealie/pull/4002 , which fixes
permission errors that prevent mealie from starting when it does not
have permission to access '/run/secrets'.
When using sops-nix, this directory is created as `root:root`, preventing
the 'mealie' user from accessing it.
2024-08-12 21:23:40 +01:00
github-actions[bot]
dc79586bdf
Merge master into staging-next
2024-08-12 00:02:44 +00:00
Jan Tojnar
f192bd9e5c
metacity: Move from gnome scope to top-level
2024-08-12 00:29:13 +02:00
Peder Bergebakken Sundt
fe902212ab
Merge pull request #329820 from Guanran928/metacubexd/1.143.0
...
metacubexd: 1.141.1 -> 1.143.0
2024-08-11 22:54:47 +02:00
github-actions[bot]
a473a12c7d
Merge master into staging-next
2024-08-11 18:01:11 +00:00
Benjamin Staffin
6c2a4b2622
Merge pull request #333827 from nadiaholmquist/melonDS-enet
...
melonDS: Update for recent upstream changes
2024-08-11 11:53:56 -04:00
Nadia Holmquist Pedersen
665e0551c8
Fix accidental whitespace
2024-08-11 17:01:20 +02:00
Nadia Holmquist Pedersen
d0afa7dac6
Fix ordering
...
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-08-11 16:09:13 +02:00
Martin Weinelt
182792a514
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/laundrify-aio/default.nix
2024-08-11 13:56:09 +02:00
Nadia Holmquist Pedersen
05de07ee2e
melonDS: Update for recent upstream changes
...
* Added enet dependency
* Remove Darwin-specific installPhase
2024-08-11 05:08:25 +02:00
Robert Schütz
c7caf3faca
mealie: run tests
2024-08-10 13:22:44 -07:00
Robert Schütz
9318bf784c
mealie: modernize
2024-08-10 13:01:28 -07:00
github-actions[bot]
45080a9559
Merge master into staging-next
2024-08-10 18:01:08 +00:00
Litchi Pi
0ec7dd5011
fix: replace relative paths in sources with nix store paths
...
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
2024-08-10 16:23:27 +02:00
Litchi Pi
d8fb82bc23
mealie: 1.9.0 -> 1.11.0
...
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
2024-08-10 16:23:03 +02:00
frectonz
471089ae27
mekuteriya: init at 0.1.5
2024-08-10 16:49:43 +03:00
github-actions[bot]
6c87856002
Merge staging-next into staging
2024-08-06 12:01:45 +00:00
R. Ryantm
1e59c37674
melonDS: 0.9.5-unstable-2024-07-21 -> 0.9.5-unstable-2024-08-05
2024-08-05 21:32:16 +00:00
Vladimír Čunát
d4720e9c1e
Merge branch 'staging-next' into staging
...
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools*
(reorganizing code vs. modifying it) I hope I really got it right.
2024-08-05 11:05:55 +02:00
Pavel Sobolev
fefc54e71e
mesonlsp: 4.3.1 -> 4.3.2
2024-08-04 11:33:50 +03:00
Wolfgang Walther
7c732de6e3
meson: remove unused crossMesonFlags from setup hook
...
This was used in ##35666 to add the --cross-file argument, but #86080
moved that somewhere else - leaving crossMesonFlags unused.
2024-08-03 12:56:07 +02:00
Wolfgang Walther
55933d9bf6
meson: support structuredAttrs in setup hook
...
Tested emilua with and without __structuredAttrs.
2024-08-03 12:56:05 +02:00
Wolfgang Walther
6bdfef9d2d
stdenv: generalize _accumFlagsArray to concatTo
...
Passing "flagsArray" as the first argument allows using this function
in a few more places.
2024-08-02 22:11:38 +02:00
R. Ryantm
f2fb5aa2e7
media-downloader: 4.8.0 -> 4.9.0
2024-08-01 15:09:39 +00:00
K900
4f29b5a16b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-07-31 08:57:17 +03:00
Alyssa Ross
3b7f89348e
meson.meta.maintainers: add myself
...
I've done most of the updates recently.
2024-07-29 11:26:10 +02:00
Alyssa Ross
332946ab2f
meson: 1.5.0 -> 1.5.1
2024-07-29 11:25:02 +02:00
Tristan Ross
f822fae2be
meson: include patch for zig cc
2024-07-27 19:43:41 -07:00
github-actions[bot]
f8a6105aee
Merge staging-next into staging
2024-07-28 00:03:18 +00:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Emily
8ac24638b1
Merge pull request #318226 from paparodeo/cmake-cc-full-path
...
cmake: fix strictDeps
2024-07-27 20:58:22 +01:00
Reno Dakota
f9a7cf528b
meson: add support for NIXPKGS_CMAKE_PREFIX_PATH
...
nixpkgs cmake uses NIXPKGS_CMAKE_PREFIX_PATH rather than
CMAKE_PREFIX_PATH env to specify module search paths. Add the env
variable to meson to allow finding modules via cmake to work.
2024-07-27 18:36:23 +00:00
Gliczy
6ea8bb2ed7
melonDS: format with nixfmt-rfc-style
2024-07-27 15:36:50 +02:00
Gliczy
e08c01e39b
melonDS: fix segfault on wayland
2024-07-27 15:36:10 +02:00
Randy Eckenrode
bc32f01336
meson: fix extraframework dependencies on case-sensitive APFS
2024-07-26 18:12:25 -04:00
github-actions[bot]
8c2e73a4ed
Merge staging-next into staging
2024-07-26 18:01:39 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
Guanran Wang
9de25880f6
metacubexd: 1.141.1 -> 1.143.0
...
Diff: https://github.com/MetaCubeX/metacubexd/compare/v1.141.1...v1.143.0
2024-07-25 12:48:33 +08:00
github-actions[bot]
a4b184a41e
Merge staging-next into staging
2024-07-24 18:01:51 +00:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
R. Ryantm
11542157c4
melonDS: 0.9.5-unstable-2024-07-14 -> 0.9.5-unstable-2024-07-21
2024-07-24 10:24:42 +00:00
github-actions[bot]
391f0616a8
Merge staging-next into staging
2024-07-24 06:01:28 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
Aleksana
885ae53a58
Merge pull request #324137 from malob/fix-mealie-darwin
...
mealie: fix Darwin builds
2024-07-24 12:57:07 +08:00
Masum Reza
382bb7c090
Merge pull request #326187 from alyssais/meson-1.5.0
...
meson: 1.4.1 -> 1.5.0
2024-07-22 15:17:18 +05:30
Alyssa Ross
cd8e02828a
meson: 1.4.1 -> 1.5.0
2024-07-20 15:08:51 +02:00
github-actions[bot]
637b531dcf
Merge staging-next into staging
2024-07-19 18:01:40 +00:00
OPNA2608
2ab27f2619
melonDS: Add qtwayland for Qt wayland plugin
...
Otherwise it fails to start on Wayland:
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
2024-07-18 15:06:23 +02:00
Weijia Wang
078fdedf26
Merge branch 'staging-next' into staging
2024-07-17 13:10:23 +02:00
Aleksana
7936809dd4
Merge pull request #327029 from r-ryantm/auto-update/media-downloader
...
media-downloader: 4.7.0 -> 4.8.0
2024-07-17 12:41:07 +08:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
R. Ryantm
9b8aaf12dc
melonDS: 0.9.5-unstable-2024-07-04 -> 0.9.5-unstable-2024-07-14
2024-07-15 04:52:09 +00:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging
2024-07-14 12:02:04 +00:00
R. Ryantm
cd577b39a5
media-downloader: 4.7.0 -> 4.8.0
2024-07-14 06:39:10 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
Pavel Sobolev
a72e83bdc6
mesonlsp: 4.3.0 -> 4.3.1
2024-07-12 20:53:41 +03:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Nick Cao
c8fc82c6c4
Merge pull request #325845 from Guanran928/metacubexd
...
metacubexd: 1.141.0 -> 1.141.1
2024-07-09 16:42:38 -04:00
Franz Pletz
d7641306ca
Merge pull request #324745 from Aleksanaa/media-downloader
...
media-downloader: drop extension package support
2024-07-09 17:47:02 +02:00
Guanran Wang
1f4dc373d7
metacubexd: 1.141.0 -> 1.141.1
...
Diff: https://github.com/MetaCubeX/metacubexd/compare/v1.141.0...v1.141.1
2024-07-09 21:35:24 +08:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging
2024-07-08 10:43:15 +02:00
Aleksana
b08192f3a1
Merge pull request #324390 from paveloom/mesonlsp
...
mesonlsp: 4.2.2 -> 4.3.0
2024-07-08 15:16:09 +08:00
Aleksana
d6c3665577
Merge pull request #324208 from r-ryantm/auto-update/mediainfo-gui
...
mediainfo-gui: 24.04 -> 24.06
2024-07-06 21:49:02 +08:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Martin Weinelt
d154537783
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/duckduckgo-search/default.nix
2024-07-05 15:48:02 +02:00
Anderson Torres
0821554d5e
melonDS: reword input set
2024-07-05 09:13:27 -03:00
Anderson Torres
68de652b96
melonDS: use qt6 libraries
2024-07-05 09:13:18 -03:00
github-actions[bot]
4bba3c5730
Merge master into staging-next
2024-07-05 12:01:14 +00:00
Thiago Kenji Okada
c1ff222bfb
Merge pull request #324673 from matteo-pacini/melonds
...
melonDS: darwin support
2024-07-05 11:58:38 +00:00
Martin Weinelt
fda13875da
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
aleksana
041d895a5d
media-downloader: drop extension package support
2024-07-05 14:18:27 +08:00
Matteo Pacini
0da1ef93cb
melonDS: darwin support
2024-07-04 21:51:03 +01:00
R. Ryantm
12391fc8eb
melonDS: 0.9.5-unstable-2024-06-24 -> 0.9.5-unstable-2024-07-04
2024-07-04 19:00:12 +00:00
Artturin
343caa6c47
meson: add patch to find boost via pkg-config
2024-07-04 11:01:15 +02:00
Pavel Sobolev
72cbf30c72
mesonlsp: 4.2.2 -> 4.3.0
2024-07-03 21:39:21 +03:00
R. Ryantm
6091c2a396
mediainfo-gui: 24.04 -> 24.06
2024-07-03 03:30:33 +00:00
Malo Bourgon
ba16633fea
mealie: fix Darwin builds
2024-07-02 18:51:32 -07:00
github-actions[bot]
aeba07ddb1
Merge staging-next into staging
2024-07-02 18:03:03 +00:00
K900
ac42e4ac39
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 19:52:45 +03:00
h7x4
edbed8a0ef
Merge pull request #323726 from Guanran928/metacubexd
...
metacubexd: 1.140.0 -> 1.141.0
2024-07-02 18:46:28 +02:00
Aleksana
5860398672
Merge pull request #322773 from myclevorname/metadata
...
metadata: init at 0.1.9
2024-07-02 23:51:18 +08:00
Randy Eckenrode
bd52a20a83
Merge pull request #322497 from reckenrode/meson-structred-attrs
...
meson: use _accumFlagsArray
2024-07-01 09:27:26 -04:00
Guanran Wang
b0c57935e4
metacubexd: 1.140.0 -> 1.141.0
...
Diff: https://github.com/MetaCubeX/metacubexd/compare/v1.140.0...v1.141.0
2024-07-01 13:21:29 +08:00
github-actions[bot]
716005516a
Merge staging-next into staging
2024-07-01 00:03:27 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Sam Connelly
179a8e8eba
metadata: init at 0.1.9
...
Thanks to @pinpox and @Aleksanaa for helping
2024-06-30 07:59:24 -04:00
R. Ryantm
e25cb89bf5
mediainfo: 24.04 -> 24.06
2024-06-29 16:46:11 +00:00
github-actions[bot]
9b085c43da
Merge staging-next into staging
2024-06-29 12:01:56 +00:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
R. Ryantm
63c8b27b33
melonDS: 0.9.5-unstable-2024-06-18 -> 0.9.5-unstable-2024-06-24
2024-06-28 02:47:08 +00:00
github-actions[bot]
6d0b2daaa6
Merge staging-next into staging
2024-06-28 00:02:38 +00:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Weijia Wang
401c651f74
Merge pull request #317955 from r-ryantm/auto-update/mercure
...
mercure: 0.16.0 -> 0.16.2
2024-06-28 01:16:46 +02:00
github-actions[bot]
cc87e64fff
Merge staging-next into staging
2024-06-27 18:01:37 +00:00
Masum Reza
3c0b7e126c
Merge pull request #316178 from alyssais/meson-1.4.1
...
meson: 1.4.0 -> 1.4.1
2024-06-27 21:24:52 +05:30
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next
2024-06-27 16:16:01 +02:00
Gaétan Lepage
129f53f49a
Merge pull request #269042 from paveloom/swift-mesonlsp
...
mesonlsp: init at 4.2.2
2024-06-27 09:32:18 +02:00
Randy Eckenrode
65da162fa7
meson: use _accumFlagsArray
2024-06-25 17:09:34 -04:00
Pavel Sobolev
f6bed958b8
mesonlsp: init at 4.2.2
2024-06-25 23:08:13 +03:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Emily
fbda1dbfd6
treewide: replace freeglut with libglut
...
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.
Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
R. Ryantm
4a39a0e0a9
melonDS: 0.9.5-unstable-2024-06-08 -> 0.9.5-unstable-2024-06-18
2024-06-22 06:40:58 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Pyrox
d94a39f87d
mealie: 1.7.0 -> 1.9.0
...
Also fix a small issue with the module not casting the port number
to a string
2024-06-19 20:48:39 -04:00
Martin Weinelt
f822b2ba5c
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
aleksana
d17b2be69b
media-downloader: add aleksana as maintainer
2024-06-17 04:30:50 +08:00
aleksana
59bc5093bf
media-downloader: allow wrapping with more extensions
2024-06-17 04:27:48 +08:00
aleksana
8a862af461
media-downloader: disable automatically update
2024-06-17 04:20:28 +08:00
aleksana
d7dcb48bf4
media-downloader: format with nixfmt-rfc-style
2024-06-17 03:39:29 +08:00
aleksana
6f565453f4
media-downloader: move to pkgs/by-name
2024-06-17 03:38:59 +08:00
Nick Cao
2ac3318052
Merge pull request #320092 from pacien/pkgs-meli-0-8-6
...
meli: 0.8.5 -> 0.8.6
2024-06-16 10:21:48 -04:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
...
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Sefa Eyeoglu
d20426f87b
meletrix-udev-rules: init at 0-unstable-2023-10-20 ( #253670 )
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
squash-merged due to erroneous commit message
2024-06-16 13:17:53 +02:00
euxane
ba07824533
meli: 0.8.5 -> 0.8.6
...
Changelog: https://git.meli-email.org/meli/meli/releases/tag/v0.8.6
2024-06-15 18:49:41 +02:00
jopejoe1
50104fde7d
menulibre: use pname instead of name
2024-06-15 09:56:43 +02:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging
2024-06-14 18:01:39 +00:00
R. RyanTM
1895d86396
melonDS: 0.9.5-unstable-2024-05-15 -> 0.9.5-unstable-2024-06-08 ( #319745 )
2024-06-14 12:15:27 -04:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
github-actions[bot]
4b24ae6c36
Merge master into staging-next
2024-06-10 12:01:16 +00:00
Guanran928
e27092e106
metacubexd: init at 1.140.0 ( #297721 )
...
* metacubexd: init at 1.140.0
* nixos/mihomo: add example for cfg.webui
2024-06-10 12:45:19 +02:00
Sandro
4c33451c06
Merge pull request #242804 from onny/flashcards
2024-06-10 11:54:45 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Jonas Heinrich
b6a4ffcfe6
memorado: init at 0.3
2024-06-07 19:37:49 +02:00
R. Ryantm
3b21d0067e
mercure: 0.16.0 -> 0.16.2
2024-06-07 07:58:33 +00:00
github-actions[bot]
7c106be2e0
Merge master into staging-next
2024-06-05 18:00:54 +00:00
euxane
195fa9872c
meli: add gpgme to runtime lib path
...
Meli looks for libgpgme at runtime to handle message encryption and
decryption.
This patch solves the error:
Decryption failed: libgpgme.so: cannot open shared object file:
No such file or directory
GitHub: closes https://github.com/NixOS/nixpkgs/issues/174767
2024-06-04 17:02:18 +02:00
github-actions[bot]
738e64a2f9
Merge master into staging-next
2024-06-01 00:02:18 +00:00
John Ericson
fa5bfb2bab
Merge pull request #315543 from rhelmot/freebsd-minimal3/meson2
...
meson: Add additional check dependencies
2024-05-31 15:27:15 -04:00
Nick Cao
13c32ed69d
Merge pull request #316053 from r-ryantm/auto-update/mercure
...
mercure: 0.15.11 -> 0.16.0
2024-05-31 14:43:01 -04:00
Alyssa Ross
9d76da314b
meson: 1.4.0 -> 1.4.1
2024-05-31 16:11:51 +01:00
R. Ryantm
a51e8e319f
mercure: 0.15.11 -> 0.16.0
2024-05-31 02:19:20 +00:00
Artemis Tosini
665daed22b
meson: fix build on FreeBSD (and possibly other non-darwin clang)
2024-05-29 10:58:17 -07:00
John Ericson
b60831abee
Merge pull request #311779 from rhelmot/freebsd-minimal3/meson
...
meson: fix build for native FreeBSD
2024-05-26 12:12:45 -04:00
Vladimír Čunát
9d9c87e699
Merge #303416 : ninja: 1.11.1 -> 1.12.1
...
...into staging
2024-05-25 09:11:48 +02:00
Andrew Morgan
fc81ca6408
mealie: add 'anoa' as maintainer
...
I'm happy to help maintain this package going forwards.
2024-05-24 09:17:47 -05:00
James Atkins
bcaf6de467
mealie: 1.2.0 -> 1.7.0
...
https://github.com/mealie-recipes/mealie/releases/tag/v1.7.0
2024-05-24 09:17:42 -05:00
github-actions[bot]
7655996362
Merge staging-next into staging
2024-05-23 18:02:28 +00:00
Tobi Oloke
4731605e88
mediasynclite: init at 0.4.2 ( #294716 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-05-23 17:43:59 +02:00
github-actions[bot]
68b5bb0cf5
Merge staging-next into staging
2024-05-20 00:02:41 +00:00
R. RyanTM
94ff40c3d4
melonDS: 0.9.5-unstable-2024-05-13 -> 0.9.5-unstable-2024-05-15 ( #312886 )
2024-05-19 17:38:43 -04:00
Audrey Dutcher
497d4b3836
meson: fix build for native FreeBSD
2024-05-17 18:29:27 -07:00
github-actions[bot]
dde486f944
Merge staging-next into staging
2024-05-16 06:01:32 +00:00
Jan van Esdonk
33e78fc53a
mermaid-cli: 10.8.0 -> 10.9.0
2024-05-15 11:52:45 +02:00
Alyssa Ross
4dec85d68b
meson.setupHook: always set --print-errorlogs
...
Otherwise, the logs are discarded, unless you built with
--keep-failed.
2024-05-14 21:26:19 +02:00
R. Ryantm
70014d7567
melonDS: 0.9.5-unstable-2024-05-05 -> 0.9.5-unstable-2024-05-13
2024-05-13 23:07:57 +00:00