Commit Graph

383752 Commits

Author SHA1 Message Date
Phillip Cloud
ecaaba491d
linuxKernels.kernels.linux_xanmod: adjust config for 5.18 2022-06-05 10:49:00 -05:00
Phillip Cloud
61b37a0a20
linuxKernel.kernels.linux_xanmod_latest: 5.17.8 -> 5.18.1 2022-06-05 10:48:59 -05:00
Phillip Cloud
3fd61ac55e
linuxKernels.kernels.linux_xanmod: 5.15.40 -> 5.15.43 2022-06-05 10:48:58 -05:00
Peter Hoeg
1b467b894b platformio: needs xdg-user-dirs 2022-06-05 17:37:35 +02:00
Fabian Affolter
f077686808
Merge pull request #176367 from fabaff/json-schema-for-humans-bump
python310Packages.json-schema-for-humans: 0.40.2 -> 0.41.1
2022-06-05 17:37:21 +02:00
Fabian Affolter
0b034f31be
Merge pull request #176362 from fabaff/regenmaschine-bump
python310Packages.regenmaschine: 2022.05.1 -> 2022.06.0
2022-06-05 17:37:05 +02:00
Fabian Affolter
8502f6e979
Merge pull request #176360 from fabaff/venstarcolortouch-bump
python310Packages.venstarcolortouch: 0.15 -> 0.16
2022-06-05 17:36:50 +02:00
Fabian Affolter
07ec1f06f2
Merge pull request #176359 from fabaff/pysensibo-bump
python310Packages.pysensibo: 1.0.15 -> 1.0.16
2022-06-05 17:36:35 +02:00
Fabian Affolter
e5712b213a
Merge pull request #176353 from fabaff/simplisafe-python-bump
python310Packages.simplisafe-python: 2022.05.2 -> 2022.06.0
2022-06-05 17:36:18 +02:00
Fabian Affolter
c82a694165
Merge pull request #176352 from fabaff/aiolookin-bump
python310Packages.aiolookin: 0.1.0 -> 0.1.1
2022-06-05 17:35:58 +02:00
Thomas Gerbet
e366bbf9b6 janet: 1.21.2 -> 1.22.0
Fixes CVE-2022-30763

https://github.com/janet-lang/janet/releases/tag/v1.22.0
2022-06-05 17:35:29 +02:00
Fabian Affolter
1f6e68ebae
Merge pull request #176349 from fabaff/aesara-bump
python310Packages.aesara: 2.6.6 -> 2.7.1, python310Packages.pymc: unstable-2022-05-23 -> 4.0.0
2022-06-05 17:35:06 +02:00
Peter Hoeg
1acba8b3e5 psst: 2022-01-25 -> 2022-05-19 and fix build 2022-06-05 17:34:04 +02:00
Artturi
8252bbef86
Merge pull request #176401 from amarshall/sway-revert-strictdeps
sway: Disable strictDeps for wrapper
2022-06-05 18:30:23 +03:00
Mario Rodas
18fafeefe6
Merge pull request #176390 from r-ryantm/auto-update/python310Packages.asyncssh
python310Packages.asyncssh: 2.10.1 -> 2.11.0
2022-06-05 10:15:16 -05:00
Mario Rodas
c086b2221b
Merge pull request #176371 from fabaff/jsonrpc-base-bump
python310Packages.jsonrpc-base: 2.1.0 -> 2.1.1, python310Packages.jsonrpc-async: 2.1.0 -> 2.1.1, python310Packages.jsonrpc-websocket: 3.1.1 -> 3.1.4
2022-06-05 10:13:26 -05:00
R. Ryantm
8422c32d69 python310Packages.pycep-parser: 0.3.6 -> 0.3.7 2022-06-05 15:09:29 +00:00
Aaron Jheng
1a82aefed8
gx: 0.14.1 -> 0.14.3 (#176176) 2022-06-05 17:05:52 +02:00
7c6f434c
93622759d1
Merge pull request #176400 from trofi/fix-fno-common-for-xboard
xboard: pull patch pending upstream inclusion for -fno-common toolcha…
2022-06-05 14:44:14 +00:00
Sergei Trofimovich
e3b9cba7cb xboard: pull patch pending upstream inclusion for -fno-common toolchain support
Without the change build fails on upstream gcc-10 as:

    ld: evalgraph.o:(.bss+0x20): multiple definition of `ics_type'; backend.o:(.bss+0x1df910): first defined here
    ld: nevalgraph.o:(.bss+0x8): multiple definition of `currPvInfo'; backend.o:(.bss+0x1df908): first defined here
2022-06-05 15:18:59 +01:00
Andrew Marshall
95f001206f sway: Disable strictDeps for wrapper
strictDeps breaks `withGtkWrapper` as, it seems, the setup hook does not
run and `GSETTINGS_SCHEMA_PATH` does not get set so `XDG_DATA_DIRS` is
not updated. Probably other things are broken by it as well. See also
probably related https://github.com/NixOS/nixpkgs/issues/56943
(mentioned from `doc/languages-frameworks/gnome.section.md`).

This partially reverts commit da4707d636.
2022-06-05 10:17:41 -04:00
papojari
98fd944571
seehecht: init at 3.0.2 2022-06-05 16:02:29 +02:00
R. Ryantm
fb52e287c7 castor: 0.8.18 -> 0.9.0 2022-06-05 08:50:44 -05:00
Sergei Trofimovich
4b88d42f51 firefox: disable 'MOZILLA_OFFICIAL=1' on i686
Without the change firefox build on i686 fails at configure time:

    $ NIXPKGS_ALLOW_BROKEN=1 nix build -f. --argstr system "i686-linux" firefox
    ...
    mozbuild.configure.options.InvalidOptionError:
      '--enable-release' implied by 'MOZILLA_OFFICIAL' conflicts with '--disable-release' from the command-line

The change uses the same 32-bit guard for both. It still does not allow
i686 build to succeed for other toolchain misconfiguration, but it's a
step forward.
2022-06-05 08:44:41 -05:00
Vincent Laporte
81008f02c4 ocamlPackages.menhir: 20211128 → 20220210 2022-06-05 15:44:28 +02:00
Vincent Laporte
c25fcedaf0 liquidsoap: pin menhir dependency 2022-06-05 15:44:28 +02:00
Vincent Laporte
1b95daa381 alt-ergo: ensure compatibility with Menhir ≥ 20211215 2022-06-05 15:44:28 +02:00
Vincent Laporte
0a91054a94 oacmlPackages.toml: make compatible with menhir ≥ 20211215 2022-06-05 15:44:28 +02:00
Vincent Laporte
f6f5188f75 oacmlPackages.odate: make compatible with menhir ≥ 20211215 2022-06-05 15:44:28 +02:00
ckie
4931f283f7
Merge pull request #176387 from chvp/bump-mu
mu: 1.6.10 -> 1.6.11
2022-06-05 16:41:23 +03:00
Doron Behar
9257dfb3e7
Merge pull request #176378 from doronbehar/pkg/gst/plugins-good
Revert "gst_all_1.gst-plugins-good: add missing deps for qt5Support"
2022-06-05 16:34:03 +03:00
ckie
2493bdc860
Merge pull request #176368 from cid-chan/cid-vs-r59
vapoursynth: 58 -> 59
2022-06-05 16:20:38 +03:00
AndersonTorres
4195c9225b nitter: 2022-05-13 -> 2022-06-04 2022-06-05 08:07:46 -05:00
legendofmiracles
31ba494b7d
Merge pull request #176333 from denbeigh2000/denbeigh/noisetorch-0.12 2022-06-05 07:06:52 -06:00
Charlotte Van Petegem
a354d5b16b
mu: 1.6.10 -> 1.6.11 2022-06-05 14:13:00 +02:00
Anderson Torres
9648de3055
Merge pull request #176341 from erdnaxe/nitter_test_fix
nixos/nitter: fix wait_for_open_port
2022-06-05 09:03:06 -03:00
Robert Hensing
dd770cc211 stdenv/adapters.nix: Fix for overlay style arguments 2022-06-05 13:54:03 +02:00
Sandro
88e0f07bd6
Merge pull request #175788 from SuperSandro2000/python310Packages.autobahn 2022-06-05 13:38:23 +02:00
Robert Hensing
cd88f8613f pkgs/make-derivation.nix: Refactor, hardcode mkDerivationSimple 2022-06-05 13:36:56 +02:00
Robert Hensing
7e3c80f5b7 pkgs/make-derivation.nix: Refactor, inline makeOverlayable 2022-06-05 13:35:04 +02:00
Anders Kaseorg
b362ef4eff pipewire: Never set an empty LD_LIBRARY_PATH
An empty LD_LIBRARY_PATH may confuse some applications into appending
:, creating an empty segment that insecurely refers to the current
directory, not the absence of directories.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-06-05 13:34:35 +02:00
Robert Hensing
1b00adbad1 pkgs/make-derivation.nix: Refactor, introduce let binding 2022-06-05 13:33:35 +02:00
Doron Behar
f8ffee74ce Revert "gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246)"
This reverts commit cf3cb3c272.
2022-06-05 14:24:24 +03:00
Sandro
2db97cb047
Merge pull request #176263 from SuperSandro2000/mypy-2 2022-06-05 13:18:36 +02:00
Sandro
ed4c6735da
Merge pull request #174082 from linsui/apksigner 2022-06-05 13:12:28 +02:00
Sandro
528d858336
Merge pull request #176340 from trofi/workaround-fno-common-for-zsnes
zsnes: add -fcommon workaround
2022-06-05 13:11:54 +02:00
Sandro
af45677225
Merge pull request #176267 from trofi/workaround-fno-common-for-mmixware 2022-06-05 13:11:31 +02:00
cherryblossom
f0cad4fafc ookla-speedtest: support darwin 2022-06-05 13:11:19 +02:00
Wout Mertens
949e1e5277
Merge pull request #176075 from NixOS/netdata-poststart
netdata: started when service can be pinged
2022-06-05 13:10:37 +02:00
Pascal Bach
6218ada158
Merge pull request #176308 from dotlambda/restic-0.13.1
restic: 0.13.0 -> 0.13.1
2022-06-05 13:09:51 +02:00