Commit Graph

408971 Commits

Author SHA1 Message Date
github-actions[bot]
86dee601b1
Merge staging-next into staging 2022-09-13 18:01:48 +00:00
github-actions[bot]
ee5a894bb8
Merge master into staging-next 2022-09-13 18:01:12 +00:00
Frederik Rietdijk
13bb0f49f7 buildPython*: wrap setuptools in hook for catching conflicts
By default buildPython* runs a hook for detecting conflicting packages.
This hook needs pkg_resources which is part of setuptools.

Before this commit, setuptools was simply added to the build. This meant
that when setuptools was forgotten to be added to the build, the build
and installation would still succeed because of this package from the
hook. During runtime (and cross-compilation) one would notice the
missing package.
2022-09-13 18:48:08 +02:00
Artturi
9608ace700
Merge pull request #190949 from Artturin/rpcsvcproto-cpp 2022-09-13 19:38:43 +03:00
Jonathan Ringer
0dde2e2206 localstack: init at 1.0.4
closes #50445
2022-09-13 09:37:23 -07:00
Jonathan Ringer
abcfb393f9 python3Packages.localstack-ext: init at 1.0.4 2022-09-13 09:37:23 -07:00
Jonathan Ringer
979bf1eb1c python3Packages.localstack-client: init at 1.36 2022-09-13 09:37:23 -07:00
Jonathan Ringer
bb97203045 python3Packages.plux: init at 1.3.1 2022-09-13 09:37:23 -07:00
Franz Pletz
474faf3a39
Merge pull request #190983 from McSinyx/hedgewars-rolling 2022-09-13 18:24:06 +02:00
Christian Kögler
381106b6b1
Merge pull request #190635 from r-ryantm/auto-update/riot-redis
riot-redis: 2.17.0 -> 2.18.1
2022-09-13 18:21:56 +02:00
Martin Weinelt
1a1cd4b6cd python311: 3.11.0rc1 -> 3.11.0rc2
https://docs.python.org/3.11/whatsnew/changelog.html#python-3-11-0-release-candidate-2
2022-09-13 18:19:34 +02:00
Christian Kögler
72fda35885
Merge pull request #190801 from r-ryantm/auto-update/cyberchef
cyberchef: 9.46.0 -> 9.46.4
2022-09-13 18:18:53 +02:00
Christian Kögler
6723d84769
Merge pull request #191081 from 0x4A6F/master-routinator
routinator: 0.11.2 -> 0.11.3
2022-09-13 18:17:30 +02:00
figsoda
29f97bea6a
Merge pull request #191024 from kilianar/broot-1.14.3
broot: 1.14.2 -> 1.14.3
2022-09-13 11:45:15 -04:00
Thiago Kenji Okada
dd61cabdc0
Merge pull request #191003 from abathur/resholve_fix_meta
resholve: fix mangled pname/meta integrations
2022-09-13 16:25:55 +01:00
R. RyanTM
5533fe640d
kubelogin-oidc: 1.25.2 -> 1.25.3 (#190992) 2022-09-13 11:24:44 -04:00
Artturin
9fa0e55f24 rpcsvc-proto: pull patch to follow RPCGEN_CPP env var and replace fallback cpp
setting RPCGEN_CPP is to fix the build of host != build rpcsvc-proto
because buildPackages.rpcsvc-proto is used

to fix usage in cross-compilation
2022-09-13 18:22:58 +03:00
0x4A6F
7704c81e12
routinator: 0.11.2 -> 0.11.3 2022-09-13 17:22:43 +02:00
Mario Rodas
a1e58b2ce9
Merge pull request #191076 from r-ryantm/auto-update/python310Packages.fastbencode
python310Packages.fastbencode: 0.0.11 -> 0.0.12
2022-09-13 10:20:25 -05:00
Doron Behar
0afd542542
Merge pull request #191053 from r-ryantm/auto-update/syncthingtray 2022-09-13 15:04:59 +00:00
Doron Behar
55cbb9e3f6
Merge pull request #191007 from r-ryantm/auto-update/mympd 2022-09-13 15:04:43 +00:00
R. Ryantm
4a7409fd23 python310Packages.fastbencode: 0.0.11 -> 0.0.12 2022-09-13 14:57:02 +00:00
Martin Weinelt
ffd1309e4e
Merge pull request #191065 from mweinelt/matrix-appservice-irc-0.35 2022-09-13 16:41:03 +02:00
Travis A. Everett
9f6310d611 resholve: fix mangled pname/meta integrations
Two items in resholve's mkDerivation are causing trouble for
some ecosystem tools:

1. I didn't pass through the original package's meta, which breaks the
   ability of at least nixos package search and r-ryantm to find the
   right source file (in the latter case breaking auto updates).

2. I was prepending "resholved-" to the pname, which at least nixos
   package search picks up as the package's name. Repology also tries
   to do this, but their current nix updater will prefer to get this
   data from the name. For now, this means changing to name will not
   stop repology from picking up the `resholved-<package>` names.

   Repology's code makes it clear that they *want* to use the pname/
   version, so I was inclined to settle with what I've got for now,
   but thiagokokada clarified that we aren't just waiting for nixpkgs
   fixes, but because Nix itself isn't exporting the pname/version in
   its JSON. See also:

   - https://github.com/repology/repology-updater/issues/854
   - https://github.com/repology/repology-updater/commit/9313110121df5

   For now, at least, I'll switch to appending "-unresholved" to the
   inner derivation's pname.
2022-09-13 09:20:21 -05:00
Yuka
2444caed5a
systemd: set withTpm2Tss and withUserDb to true on musl (#191030)
When we initially applied the openembedded patchset to make systemd
build with musl, these options had to be disabled for it to work.
Now they seem to work fine, so re-enabling.
2022-09-13 16:03:35 +02:00
Mario Rodas
b70a718f7f
Merge pull request #191045 from arcz/xed-2022.08.11
xed: 12.0.1 -> 2022.08.11
2022-09-13 08:48:27 -05:00
Mario Rodas
2431377244
Merge pull request #191051 from r-ryantm/auto-update/spicetify-cli
spicetify-cli: 2.13.0 -> 2.13.1
2022-09-13 08:47:09 -05:00
Mario Rodas
e86fa2f90d
Merge pull request #191016 from marsam/update-pg-age
postgresql11Packages.age: 1.0.0-rc1 -> 1.1.0-rc0
2022-09-13 08:46:22 -05:00
Martin Weinelt
24d15603ad
matrix-appservice-irc: 0.34.1 -> 0.35.0
Fetches, injects and patchelfs the rust native crypto bindings for the
two most prominent targets.
2022-09-13 15:42:14 +02:00
Martin Weinelt
b98c0518e4
Merge pull request #191067 from r-ryantm/auto-update/python310Packages.coqui-trainer 2022-09-13 15:05:16 +02:00
R. RyanTM
cc037359a8
oh-my-zsh: 2022-09-08 -> 2022-09-10 (#190990) 2022-09-13 08:50:22 -04:00
R. Ryantm
c2a69aa59a python310Packages.coqui-trainer: 0.0.14 -> 0.0.15 2022-09-13 12:48:06 +00:00
Kerstin
0caf7675ec
Merge pull request #190986 from r-ryantm/auto-update/imagemagick
imagemagick: 7.1.0-47 -> 7.1.0-48
2022-09-13 14:10:11 +02:00
github-actions[bot]
0b07cb1528
Merge staging-next into staging 2022-09-13 12:02:05 +00:00
github-actions[bot]
3d38bd5b78
Merge master into staging-next 2022-09-13 12:01:26 +00:00
Stanisław Pitucha
baa7e5a6d5
Merge pull request #190916 from r-ryantm/auto-update/cf-vault
cf-vault: 0.0.11 -> 0.0.13
2022-09-13 20:57:48 +10:00
R. Ryantm
df2a9eeb1a rust-analyzer-unwrapped: 2022-08-22 -> 2022-09-12 2022-09-13 18:53:26 +08:00
R. Ryantm
61af5d8083 rnp: 0.16.0 -> 0.16.1 2022-09-13 18:48:39 +08:00
R. Ryantm
224a4e89cf k0sctl: 0.13.2 -> 0.14.0 2022-09-13 18:42:57 +08:00
José Romildo Malaquias
85a7a71473
Merge pull request #190966 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 22.09.04 -> 22.09.12
2022-09-13 07:39:58 -03:00
José Romildo Malaquias
cb8c505bc3
Merge pull request #190967 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 22.09.04 -> 22.09.12
2022-09-13 07:36:37 -03:00
R. Ryantm
ee38ba4c38 syncthingtray: 1.2.2 -> 1.2.3 2022-09-13 10:26:51 +00:00
R. Ryantm
75e6691ba7 spicetify-cli: 2.13.0 -> 2.13.1 2022-09-13 10:02:33 +00:00
Artur Cygan
81abce479c xed: 12.0.1 -> 2022.08.11 2022-09-13 11:39:14 +02:00
Florian Klink
a81b6401f6
Merge pull request #191032 from yu-re-ka/systemd-nixos-utmp
nixos/systemd: conditionally include systemd-update-utmp upstream unit
2022-09-13 11:26:07 +02:00
Florian Peter
398cb29dc0
rmview: fix missing wrapper (#175589)
Co-authored-by: Nick Hu <me@nickhu.co.uk>
2022-09-13 10:25:19 +01:00
Gabriel Ebner
9644df38ea
Merge pull request #191035 from gebner/elan142
elan: 1.4.1 -> 1.4.2
2022-09-13 11:18:37 +02:00
Domen Kožar
2f22b267c5
Merge pull request #190959 from pennae/cachix-host-type
nixos/cachix-agent: fix type for host option
2022-09-13 10:08:00 +01:00
Gabriel Ebner
38aa976494 elan: 1.4.1 -> 1.4.2 2022-09-13 11:02:26 +02:00
Yuka
4f07c96203
libpsl: disable valgrind tests on musl (#191028)
Valgrind on musl does not hook malloc calls properly, resulting in errors `Invalid free() / delete / delete[] / realloc()`
https://bugs.kde.org/show_bug.cgi?id=435441
2022-09-13 10:41:29 +02:00