summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add stdenv.isAarchDarwinorigin/isAarchDarwinDomen Kožar2023-02-103-2/+3
* Merge pull request #215511 from pennae/nix-lto-jobserverBernardo Meurer2023-02-101-0/+4
|\
| * nix: force make to use old-style two-pipe-fds jobserver•••gcc lto-wrapper uses the make jobserver to speed up linking, and it doesn't support the new fifo:/path style of jobserver-auth yet. it'll still work but use only one thread, so we should stick to the old style for now. pennae2023-02-091-0/+4
* | Merge pull request #215175: gnomeExtensions: auto-updatepiegames2023-02-103-31/+69
|\ \
| * | gnomeExtensions: auto-updateRyan Horiguchi2023-02-093-31/+69
* | | Merge pull request #215674 from Ma27/linux-kernel-updates•••Linux kernel updates 2023-02-10Maximilian Bosch2023-02-105-39/+39
|\ \ \
| * | | linux/hardened/patches/6.1: 6.1.8-hardened1 -> 6.1.10-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux/hardened/patches/5.4: 5.4.230-hardened1 -> 5.4.231-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux/hardened/patches/5.15: 5.15.91-hardened1 -> 5.15.92-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux/hardened/patches/5.10: 5.10.166-hardened1 -> 5.10.167-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux/hardened/patches/4.19: 4.19.271-hardened1 -> 4.19.272-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux/hardened/patches/4.14: 4.14.304-hardened1 -> 4.14.305-hardened1Maximilian Bosch2023-02-101-5/+5
| * | | linux_latest-libre: 19044 -> 19049Maximilian Bosch2023-02-101-2/+2
| * | | linux-rt_5_15: 5.15.86-rt56 -> 5.15.92-rt57Maximilian Bosch2023-02-101-3/+3
| * | | linux: 6.1.10 -> 6.1.11Maximilian Bosch2023-02-101-2/+2
| * | | linux: 5.15.92 -> 5.15.93Maximilian Bosch2023-02-101-2/+2
* | | | Merge pull request #214836 from marsam/fix-emacs-ref-native-compilation-patch•••emacs: use mkDerivation with finalAttrsMario Rodas2023-02-101-5/+4
|\ \ \ \
| * | | | emacs: use mkDerivation with finalAttrs•••This will help the emacs overlays to correctly apply the native compilation patch. Mario Rodas2023-02-041-5/+4
* | | | | Merge pull request #215666 from r-ryantm/auto-update/n8n•••n8n: 0.214.2 -> 0.214.3K9002023-02-101-133/+143
|\ \ \ \ \
| * | | | | n8n: 0.214.2 -> 0.214.3R. Ryantm2023-02-101-133/+143
* | | | | | Merge pull request #215649 from trofi/fheroes2-update•••fheroes2: 1.0.0 -> 1.0.1Anderson Torres2023-02-101-2/+2
|\ \ \ \ \ \
| * | | | | | fheroes2: 1.0.0 -> 1.0.1•••Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.1 Sergei Trofimovich2023-02-101-2/+2
| |/ / / / /
* | | | | | Merge pull request #215667 from kilianar/logseq-0.8.17•••logseq: 0.8.16 -> 0.8.17Anderson Torres2023-02-101-2/+2
|\ \ \ \ \ \
| * | | | | | logseq: 0.8.16 -> 0.8.17•••https://github.com/logseq/logseq/releases/tag/0.8.17 kilianar2023-02-101-2/+2
* | | | | | | Merge #215672: circt: fix build with non clang stdenvVladimír Čunát2023-02-101-1/+2
|\ \ \ \ \ \ \
| * | | | | | | circt: fix build with non clang stdenv•••lib.optionalString creates an empty string when the condition is false And the circt test framework interprets this as disabling all tests failing the build with `error: filter did not match any tests` Nick Cao2023-02-101-1/+2
* | | | | | | | Merge pull request #215668 from r-ryantm/auto-update/python310Packages.pontos•••python310Packages.pontos: 23.2.4 -> 23.2.8Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | python310Packages.pontos: 23.2.4 -> 23.2.8R. Ryantm2023-02-101-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #215539 from LeSuisse/php-opcache-flaky-test-darwin•••phpExtensions.opcache: remove flaky test on darwinElis Hirwing2023-02-101-3/+10
|\ \ \ \ \ \ \
| * | | | | | | phpExtensions.opcache: remove flaky tests on darwin•••Some of the tests of ext-opcache are flaky on darwin. Issue is not obvious to me and I cannot troubleshoot this locally. Thomas Gerbet2023-02-091-3/+10
* | | | | | | | Merge pull request #215620 from dotlambda/matrix-synapse-pyjwt•••matrix-synapse: remove pyjwt dependencyMaximilian Bosch2023-02-101-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | matrix-synapse: remove pyjwt dependency•••Upstream removed it in https://github.com/matrix-org/synapse/pull/13011. Robert Schütz2023-02-091-1/+0
* | | | | | | | | Merge pull request #213400 from eliandoran/dev/slack_fix_verbose_logs•••slack: fix verbose logsWeijia Wang2023-02-101-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | slack: fix verbose logs•••By default, the desktop file of the Slack desktop client will output its verbose logs to the system logs. To fix this, the '-s' flag which will reduce the log level. Elian Doran2023-01-281-1/+2
* | | | | | | | | | Merge pull request #171543 from Artturin/fixrandommk1•••phpPackages.mkDerivation: use lib.{fix,extends} instead of //Elis Hirwing2023-02-102-15/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | phpPackages.mkDerivation: use lib.{fix,extends} instead of //•••// on a overrideAttrs'able works badly here we use lib.fix and lib.extends instead of overrideAttrs to have less of a performance impact Artturin2023-02-082-15/+22
* | | | | | | | | | | Merge pull request #215646 from wegank/gotrue-supabase-bump•••gotrue-supabase: 2.44.0 -> 2.47.0Weijia Wang2023-02-101-4/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gotrue-supabase: 2.44.0 -> 2.47.0Weijia Wang2023-02-101-4/+15
* | | | | | | | | | | | Merge pull request #215656 from wegank/pre-commit-aarch64•••commitizen: 2.39.1 -> 2.41.0Weijia Wang2023-02-102-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | commitizen: 2.39.1 -> 2.41.0Weijia Wang2023-02-101-3/+2
| * | | | | | | | | | | | pre-commit: fix build on aarch64-linuxWeijia Wang2023-02-101-0/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #214740 from r-ryantm/auto-update/python310Packages.aiohtt...•••python310Packages.aiohttp-jinja2: 1.5 -> 1.5.1Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | python310Packages.aiohttp-jinja2: 1.5 -> 1.5.1R. Ryantm2023-02-051-2/+2
* | | | | | | | | | | | Merge pull request #215609 from r-ryantm/auto-update/python310Packages.jupyte...•••python310Packages.jupyter_console: 6.4.4 -> 6.5.0Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | python310Packages.jupyter_console: 6.4.4 -> 6.5.0R. Ryantm2023-02-101-2/+2
* | | | | | | | | | | | | Merge pull request #215354 from r-ryantm/auto-update/cglm•••cglm: 0.8.8 -> 0.8.9Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cglm: 0.8.8 -> 0.8.9R. Ryantm2023-02-081-2/+2
* | | | | | | | | | | | | | Merge pull request #215645 from r-ryantm/auto-update/python310Packages.trimesh•••python310Packages.trimesh: 3.18.3 -> 3.19.3Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | python310Packages.trimesh: 3.18.3 -> 3.19.3R. Ryantm2023-02-101-2/+2
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #215263 from r-ryantm/auto-update/python310Packages.patien...•••python310Packages.patiencediff: 0.2.12 -> 0.2.13Weijia Wang2023-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \