Commit Graph

443988 Commits

Author SHA1 Message Date
0x4A6F
d7c7b3ff66
Merge pull request #210831 from r-ryantm/auto-update/dasel
dasel: 2.0.2 -> 2.1.0
2023-01-15 14:48:44 +01:00
K900
d7021b0c4d
Merge pull request #210709 from K900/kf5-5.102.0
kde-frameworks: 5.101 -> 5.102
2023-01-15 16:37:20 +03:00
Arnout Engelen
a2716b1423
Merge pull request #210860 from r-ryantm/auto-update/xlogo
xlogo: 1.0.5 -> 1.0.6
2023-01-15 14:20:59 +01:00
Thiago Kenji Okada
1d77a86904 resholve: fix CLI tests 2023-01-15 12:29:42 +00:00
Thiago Kenji Okada
03ab899a45 resholve-utils: set disallowedReferences for resholve.mkDerivation 2023-01-15 12:29:42 +00:00
Thiago Kenji Okada
66093a4120 python27: remove stripLibs argument
Since we are now guarantee that the `resholve` is not exposing `python27`,
let's remove the `stripLibs` hack that tried to reduce its size.
2023-01-15 12:29:42 +00:00
Thiago Kenji Okada
c44e0571fc resholve: mark it as knownVulnerabilities, allow resholve-utils usage
We are marking `resholve` itself with `meta.knownVulnerabilities`, and
overriding `resholve-utils` functions's `resholve` with
`meta.knownVulnerabilities = [ ]`.

This way, we can still use `resholve` at build-time without triggering
security warnings, however we can't instantiate `resholve` itself. See:

```
$ nix-build -A resholve
error: Package ‘resholve-0.8.4’ in /.../nixpkgs/pkgs/development/misc/resholve/resholve.nix:48 is marked as insecure, refusing to evaluate.

$ nix-build -A ix
/nix/store/k8cvj1bfxkjj8zdg6kgm7r8942bbj7w7-ix-20190815
```

For debugging purposes, you can still bypass the security checks and
instantiate `resholve` by:

```
$ NIXPKGS_ALLOW_INSECURE=1 nix-build -A resholve
/nix/store/77s87hhqymc6x9wpclb04zg5jwm6fsij-resholve-0.8.4
```
2023-01-15 12:29:42 +00:00
Michael Weiss
d06d765eea
Merge pull request #210250 from primeos/chromiumDev
chromiumDev: 110.0.5481.24 -> 110.0.5481.30
2023-01-15 13:25:07 +01:00
Michael Weiss
395f587479
Merge pull request #210483 from alyssais/libglvnd-platforms
libglvnd: broaden platforms
2023-01-15 13:20:32 +01:00
Thiago Kenji Okada
8f9865a559
Merge pull request #210828 from r-ryantm/auto-update/clj-kondo
clj-kondo: 2022.12.10 -> 2023.01.12
2023-01-15 12:17:19 +00:00
Jonas Heinrich
7f6757e4f2
Merge pull request #210880 from urandom2/wordpress3
wordpress: add {pre,post}Install hooks
2023-01-15 13:03:18 +01:00
Kim Lindberger
5291eac38a
Merge pull request #206543 from r-ryantm/auto-update/keycloak
keycloak: 20.0.1 -> 20.0.3
2023-01-15 12:54:33 +01:00
Jonas Heinrich
34f6fceb6a
Merge pull request #210876 from urandom2/wordpress1
wordpressPackages: add builtins and update
2023-01-15 12:50:28 +01:00
Pascal Bach
b5c7573211
Merge pull request #210720 from r-ryantm/auto-update/minio-client
minio-client: 2022-12-13T00-23-28Z -> 2023-01-11T03-14-16Z
2023-01-15 12:49:10 +01:00
Pascal Bach
fee4025997
Merge pull request #210549 from r-ryantm/auto-update/dsview
dsview: 1.2.1 -> 1.2.2
2023-01-15 12:47:46 +01:00
R. Ryantm
a3595d9064 vivaldi: 5.6.2867.36 -> 5.6.2867.58 2023-01-15 11:28:34 +00:00
Martin Weinelt
a728ce407d
Merge pull request #210881 from mweinelt/beets-unicompat-fix 2023-01-15 11:23:01 +00:00
Martin Weinelt
309a79d1c4
Merge pull request #210883 from K900/mpd-pipewire-fix 2023-01-15 11:18:30 +00:00
K900
c9f1487cb8 mpd: fix build 2023-01-15 14:09:16 +03:00
R. Ryantm
836bfe67c7 discord: 0.0.22 -> 0.0.24 2023-01-15 11:05:14 +00:00
Martin Weinelt
7d75060573
beets: Apply patch to fix unidecode>1.3.5 compat 2023-01-15 12:03:41 +01:00
Colin Arnott
7e09121c44
wordpress: add {pre,post}Install hooks 2023-01-15 11:02:15 +00:00
Martin Weinelt
2d798b38ac
Merge pull request #210878 from mweinelt/meson-python-fix 2023-01-15 10:32:47 +00:00
Martin Weinelt
8ecc4d8479
python3Packages.meson-python: Propagate typing-extensions
It is both a build and a runtime dependency for python<3.10.
2023-01-15 11:29:50 +01:00
Colin Arnott
cd8ee4179c
wordpressPackages: add builtins and update
As a companion to #210873, this change adds some of the builtin plugins
and themes, that generally ship with wordpress, so that consumers can
explicitly opt into including them in their wordpress derivation.
2023-01-15 10:27:39 +00:00
Martin Weinelt
7b4bf87e27
Merge pull request #210874 from mweinelt/pydantic-disable-py39-docs 2023-01-15 10:24:21 +00:00
Martin Weinelt
52b9d9ad0e
python3Packages.pydantic Disable docs build for python<3.10
It fails, because the examples require python3.10 to be executed.

```
WARNING: examples for 3.10+ requires python 3.10. They won't be executed
Traceback (most recent call last):
  File "/build/source/docs/build/main.py", line 31, in <module>
    sys.exit(main())
  File "/build/source/docs/build/main.py", line 27, in main
    return exec_examples()
  File "/build/source/docs/build/exec_examples.py", line 354, in exec_examples
    versions.extend(populate_upgraded_versions(file, file_text, lowest_version))
  File "/build/source/docs/build/exec_examples.py", line 294, in populate_upgraded_versions
    new_file.write_text(upgraded_file_text)
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1285, in write_text
    with self.open(mode='w', encoding=encoding, errors=errors) as f:
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1252, in open
    return io.open(self, mode, buffering, encoding, errors, newline,
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1120, in _opener
    return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/build/source/docs/.tmp_examples/upgraded/dataclasses_default_schema_3_9.py'
make: *** [Makefile:118: docs] Error 1
```
2023-01-15 11:20:19 +01:00
Martin Weinelt
686f96f2b6
Merge pull request #210868 from mweinelt/fix-logutils 2023-01-15 10:16:49 +00:00
Martin Weinelt
8ceba79d54
python3Packages.logutils: Fix tests 2023-01-15 11:16:16 +01:00
Martin Weinelt
0d00dd3a8e
Merge pull request #210859 from vcunat/p/firefox-gcc_s 2023-01-15 09:45:03 +00:00
Martin Weinelt
6cd777e74b
Merge pull request #210841 from vcunat/p/afdko-pick 2023-01-15 09:40:06 +00:00
Nick Cao
3030265448
Merge pull request #210805 from r-ryantm/auto-update/cmctl
cmctl: 1.10.1 -> 1.11.0
2023-01-15 17:38:15 +08:00
Matt McHenry
d18008b8ea eclipses: 2022-09 -> 2022-12
drop .eclipseproduct workaround from 2012-12 /
8a7561ec09
2023-01-15 10:36:39 +01:00
Nick Cao
3c6fa9272f
Merge pull request #210809 from NickCao/qt5-hotfix
qt5: fetch submodules
2023-01-15 17:15:59 +08:00
Nick Cao
c140730d40
qt5.qt3d: override src to include submodules 2023-01-15 17:15:21 +08:00
R. Ryantm
0c6faf0de3 xlogo: 1.0.5 -> 1.0.6 2023-01-15 09:15:10 +00:00
Fabian Affolter
e8eca3365d
Merge pull request #210679 from r-ryantm/auto-update/ldapmonitor
ldapmonitor: 1.3 -> 1.4
2023-01-15 10:11:55 +01:00
Fabian Affolter
a394fbcb94
Merge pull request #210733 from r-ryantm/auto-update/python310Packages.pysmbc
python310Packages.pysmbc: 1.0.24 -> 1.0.25.1
2023-01-15 10:09:47 +01:00
Vladimír Čunát
2348c633d9
Merge #209662: firefox-bin: 108.0 -> 108.0.2 2023-01-15 09:54:47 +01:00
Matthias Beyer
75d11aa291
smenu: 1.1.0 -> 1.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-01-15 09:41:22 +01:00
Matthias Beyer
13147116e7
tagparser: 11.5.0 -> 11.5.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-01-15 09:28:34 +01:00
Vladimír Čunát
cdf02835eb
firefox: fixup build on aarch64-linux
It's the issue with old libgcc_s propagated via our glibc package; e.g.
https://github.com/NixOS/nixpkgs/pull/209113
2023-01-15 09:13:34 +01:00
Jonas Heinrich
c343ac914e
python3Packages.afdko: 3.9.0 -> 3.9.2
(forward-picked from commit d9a7ea8053 from PR #210181)

A test would fail the build otherwise since last staging-next:
https://hydra.nixos.org/eval/1789199?filter=afdko&compare=1789191
and that would block NixOS tests and thus nixos-unstable channel.
2023-01-15 09:06:47 +01:00
Bobby Rong
fd82d2bf83
Merge pull request #210810 from bobby285271/rm/mail-notification
mail-notification: remove an unused patch
2023-01-15 14:33:47 +08:00
R. Ryantm
ae9ba90394 dasel: 2.0.2 -> 2.1.0 2023-01-15 06:04:34 +00:00
R. Ryantm
bfd2f2d909 doh-proxy-rust: 0.9.6 -> 0.9.7 2023-01-15 05:53:47 +00:00
R. Ryantm
d55954411a clj-kondo: 2022.12.10 -> 2023.01.12 2023-01-15 05:44:19 +00:00
Nikolay Korotkiy
e8e9febf8b
Merge pull request #210820 from r-ryantm/auto-update/geographiclib
geographiclib: 2.1.1 -> 2.1.2
2023-01-15 09:22:09 +04:00
Stanisław Pitucha
24b160324c
Merge pull request #210728 from r-ryantm/auto-update/owl-lisp
owl-lisp: 0.2 -> 0.2.1
2023-01-15 15:10:26 +11:00
R. Ryantm
4aba481aef geographiclib: 2.1.1 -> 2.1.2 2023-01-15 03:55:36 +00:00