Commit graph

521004 commits

Author SHA1 Message Date
3JlOy_PYCCKUI
a27bb795e5 ttdl: 4.0.0 -> 4.1.0 2023-08-31 22:48:39 +03:00
José Romildo Malaquias
5d2328ebb2
Merge pull request #246977 from Scrumplex/qtstyleplugin-fix-loading-qt6
qtstyleplugin-kvantum: fix loading builtin themes on Qt 6
2023-08-31 16:30:39 -03:00
Andrew Pan
0f4255bf11 emacs: fix env shallow merge
Fixes regression caused by #252244.

`env` was first defined in its own attrset, which was merged with a
second attrset:

```nix
...
{
   env = {
     NATIVE_FULL_AOT = "1";
     LIBRARY_PATH = lib.concatStringsSep ":" libGccJitLibraryPaths;
   };
} // {
...
   env.NIX_CFLAGS_COMPILE = ...
...
}
```

In this situation, the `env` from the first attrset is not preserved,
since `//` does a shallow merge.

Signed-off-by: Andrew Pan <a@tny.town>
2023-08-31 19:22:47 +00:00
Michele Guerini Rocco
e919958b42
Merge pull request #252594 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.9.0 -> 4.9.1
2023-08-31 20:08:51 +02:00
Nguyễn Gia Phong
c7bb13c661 blackshades: 2.4.9 -> 2.5.1 2023-08-31 16:59:19 +00:00
Atemu
4867914ee3
Merge pull request #250500 from trofi/fix-buildFHSEnv-BINTOOLS-wrapper
buildFHSEnv: fix `NIX_LDFLAGS` propagation to `ld` wrapper
2023-08-31 18:58:34 +02:00
Franz Pletz
da938d190e
Merge pull request #252530 from r-ryantm/auto-update/janus-gateway
janus-gateway: 1.1.4 -> 1.2.0
2023-08-31 18:51:14 +02:00
Pol Dellaiera
9f7584c162
Merge pull request #252584 from NixOS/php/bump-php83-rc1
php83: 8.3.0beta3 -> 8.3.0RC1
2023-08-31 18:33:30 +02:00
R. Ryantm
6881f7264a pdns-recursor: 4.9.0 -> 4.9.1 2023-08-31 16:17:24 +00:00
Austin Seipp
118a61fadd tamarin-prover: 1.6.1 -> 1.8.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-31 10:57:38 -05:00
Francesco Gazzetta
a557591dcc
Merge pull request #250077 from dotlambda/glob-buildNpmPackage
node-glob: use buildNpmPackage
2023-08-31 17:41:37 +02:00
Rick van Schijndel
9f72839fd8
Merge pull request #250180 from trofi/perf-libpfm
perf: enable `perf stat` evens supported by `libpfm`
2023-08-31 17:33:14 +02:00
OTABI Tomoya
d7159570c6
Merge pull request #251383 from hellwolf/fix-darwin-web3py-build
python311Packages.web3: fix darwin builds
2023-09-01 00:15:06 +09:00
Artturi
fca3220c4c
Merge pull request #252541 from r-ryantm/auto-update/fsearch 2023-08-31 18:00:19 +03:00
Pol Dellaiera
621ea0a5d0
php83: 8.3.0beta3 -> 8.3.0RC1 2023-08-31 16:53:41 +02:00
Artturi
78ec795ab1
Merge pull request #252551 from r-ryantm/auto-update/discord 2023-08-31 17:52:07 +03:00
Andrew Pan
f607a78516 emacs-macport: build on LLVM 14
- Build on `apple_sdk_11_0` to support `aarch64-darwin`
- Add frameworks required for building on newer SDKs
  - `Accelerate`, `UniformTypeIdentifiers`
- Include header to work around `CF_NOESCAPE` issue circa LLVM 7.0
2023-08-31 14:20:27 +00:00
Alyssa Ross
e161990d40 mailman: remove docutils input
In Nixpkgs, we currently have the strange situation where
pkgs.docutils (which was being used here) is on a different version
than pkgs.python3.pkgs.docutils (which is propagated from sphinx).
This led to a conflict here and a build failure.

Since we'd need to provide the same version as propagated by sphinx
anyway, let's just remove the explicit docutils check input and only
use the version propagated by sphinx, avoiding this kind of conflict
in future.

Fixes: 2312861130 ("docutils: 0.19 -> 0.20.1")
2023-08-31 14:18:22 +00:00
Doron Behar
f8c26c97e9
Merge pull request #252281 from doronbehar/pkg/balena-cli
balena-cli: 16.7.6 -> 17.0.0; Build from source
2023-08-31 14:08:08 +00:00
Azat Bahawi
8b64dc8fae
Merge pull request #252494 from r-ryantm/auto-update/werf
werf: 1.2.252 -> 1.2.253
2023-08-31 16:55:27 +03:00
Miao, ZhiCheng
aa35823657
python311Packages.web3: fix darwin builds
- Python ipfshttpclient is an optional dependency of this package, and python ipfshttpclient package is currently
  broken on darwin.
  - use passthru.optional-dependencies.
- Update description and homepage.
- Leave typing-extensions to upstream package conditonal logic.

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
2023-08-31 16:51:49 +03:00
Miao, ZhiCheng
8709579b02
python311Packages.web3: add hellwolf to maintainers 2023-08-31 16:51:48 +03:00
Fabian Affolter
4d7cf3a396
Merge pull request #252535 from r-ryantm/auto-update/python310Packages.grpc-interceptor
python310Packages.grpc-interceptor: 0.15.2 -> 0.15.3
2023-08-31 15:33:00 +02:00
Fabian Affolter
729eb55cbc
Merge pull request #252545 from r-ryantm/auto-update/python310Packages.mashumaro
python310Packages.mashumaro: 3.9 -> 3.9.1
2023-08-31 15:32:37 +02:00
Kerstin
0e39b85920
Merge pull request #252524 from tuxiqae/patch-2
nixos/kanidm: fix broken doc links
2023-08-31 15:31:04 +02:00
Matthias Beyer
a67faf4244
Merge pull request #252564 from figsoda/expand
cargo-expand: 1.0.64 -> 1.0.65
2023-08-31 15:28:25 +02:00
Fabian Affolter
ee7b3078b1
Merge pull request #252080 from r-ryantm/auto-update/python310Packages.aioridwell
python310Packages.aioridwell: 2023.07.0 -> 2023.08.0
2023-08-31 15:27:25 +02:00
Fabian Affolter
2f0a48600f
Merge pull request #252075 from r-ryantm/auto-update/python310Packages.pytile
python310Packages.pytile: 2023.04.0 -> 2023.08.0
2023-08-31 15:27:01 +02:00
Matthias Beyer
9a534f3c0f
Merge pull request #252563 from figsoda/typstfmt
typstfmt: 0.2.0 -> 0.2.1
2023-08-31 15:26:46 +02:00
Matthias Beyer
7eaeec60ef
Merge pull request #252558 from r-ryantm/auto-update/CuboCore.corekeyboard
CuboCore.corekeyboard: 4.4.0 -> 4.5.0
2023-08-31 15:24:16 +02:00
Matthias Beyer
4b9558c35a
Merge pull request #252560 from r-ryantm/auto-update/python310Packages.django-admin-datta
python310Packages.django-admin-datta: 1.0.7 -> 1.0.10
2023-08-31 15:24:01 +02:00
Weijia Wang
5745f7f154
Merge pull request #237030 from r-ryantm/auto-update/maui-shell
maui-shell: 0.5.6 -> 0.6.6
2023-08-31 15:16:37 +02:00
Weijia Wang
261a387377
Merge pull request #252540 from Aleksanaa/valent
valent: unstable-2023-07-31 -> unstable-2023-08-26
2023-08-31 15:00:42 +02:00
Connor Baker
bd83b4e052
Merge pull request #240498 from ConnorBaker/feat/cuda-redist-multiple-outputs
cudaPackages: multiple outputs for redistributables
2023-08-31 09:00:10 -04:00
Doron Behar
7afe4e3282 balena-cli: Fix darwin build 2023-08-31 15:59:02 +03:00
figsoda
334ce2392b cargo-expand: 1.0.64 -> 1.0.65
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.64...1.0.65

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.65
2023-08-31 08:46:40 -04:00
figsoda
c106712dc7
Merge pull request #251972 from figsoda/hoard 2023-08-31 08:42:48 -04:00
figsoda
7efb5f3869 typstfmt: 0.2.0 -> 0.2.1
Diff: https://github.com/astrale-sharp/typstfmt/compare/0.2.0...0.2.1

Changelog: https://github.com/astrale-sharp/typstfmt/blob/0.2.1/CHANGELOG.md
2023-08-31 08:42:36 -04:00
figsoda
f54a051b63
Merge pull request #251888 from figsoda/faketty 2023-08-31 08:42:35 -04:00
figsoda
a5b1a52b28
Merge pull request #251881 from figsoda/risor 2023-08-31 08:42:14 -04:00
Matthias Beyer
6a7f04b936
Merge pull request #252550 from MoritzBoehme/mautrix-discord
mautrix-discord: init at 0.6.1
2023-08-31 14:37:54 +02:00
Matthias Beyer
f9ba65701b
Merge pull request #252559 from gmemstr/gmemstr-maintainer
maintainers: add gmemstr
2023-08-31 14:36:32 +02:00
Gabriel Simmer
b88f54c7ba
maintainers: add gmemstr 2023-08-31 13:30:45 +01:00
figsoda
b1aa4850b8
Merge pull request #252370 from figsoda/typst-lsp
typst-lsp: 0.9.4 -> 0.9.5
2023-08-31 08:30:37 -04:00
R. Ryantm
d8bdaf3e75 python310Packages.django-admin-datta: 1.0.7 -> 1.0.10 2023-08-31 12:29:25 +00:00
Matthias Beyer
3f25539f48
Merge pull request #252552 from r-ryantm/auto-update/apt
apt: 2.7.2 -> 2.7.3
2023-08-31 14:28:54 +02:00
R. Ryantm
9f1ced334e CuboCore.corekeyboard: 4.4.0 -> 4.5.0 2023-08-31 12:26:48 +00:00
Matthias Beyer
5385752f2a
Merge pull request #252548 from r-ryantm/auto-update/openmsx
openmsx: 19.0 -> 19.1
2023-08-31 14:19:13 +02:00
Matthias Beyer
566f45b973
Merge pull request #252521 from r-ryantm/auto-update/traceroute
traceroute: 2.1.2 -> 2.1.3
2023-08-31 14:05:31 +02:00
Matthias Beyer
c6ea81c732
Merge pull request #252502 from chvp/upd/xrdp
xrdp: 0.9.22.1 -> 0.9.23
2023-08-31 14:05:17 +02:00