Commit Graph

24287 Commits

Author SHA1 Message Date
Sandro
11411791c9
Merge pull request #206767 from JamieMagee/dotnet-6.0 2023-01-11 11:36:17 +01:00
7c6f434c
2cab4c5d8b
Merge pull request #209961 from barryfm/fix/dictd-python3-update
Fix/dictd python3 update
2023-01-11 09:34:28 +00:00
github-actions[bot]
166b049bd9
Merge master into staging-next 2023-01-11 06:01:29 +00:00
Jamie Magee
3dde9cb571
jackett: 0.20.2395 -> 0.20.2608 2023-01-10 21:10:44 -08:00
Martin Weinelt
67596b5b19
home-assistant: 2023.1.2 -> 2023.1.3
https://github.com/home-assistant/core/releases/tag/2023.1.3
2023-01-11 04:06:45 +01:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Uri Baghin
d7359770fd
Merge pull request #207870 from divanorama/bazel_5.4.0
bazel_5: 5.3.2 -> 5.4.0
2023-01-11 10:23:54 +11:00
Martin Weinelt
6abb95c344
Merge pull request #209308 from mweinelt/zigbee2mqtt-1.29.1
zigbee2mqtt: 1.29.0 -> 1.29.1
2023-01-10 21:25:21 +00:00
Doron Behar
85ddaaf8f4
Merge pull request #209990 from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.21.0 -> 0.21.1
2023-01-10 20:11:43 +02:00
Jonas Heinrich
ee3623a4a3
Merge pull request #209713 from r-ryantm/auto-update/thanos
thanos: 0.29.0 -> 0.30.1
2023-01-10 17:42:22 +01:00
R. Ryantm
28ea2c96c3 prometheus-nut-exporter: 2.5.1 -> 2.5.2 2023-01-10 16:15:58 +00:00
Dmitry Ivankov
c8bc2f2c0d bazel_5: 5.3.2 -> 5.4.0 2023-01-10 16:04:00 +01:00
ajs124
d0e4c10df5 mariadb: fix darwin build 2023-01-10 15:08:20 +01:00
ajs124
0525d14950 mariadb_109: 10.9.3 -> 10.9.4
https://mariadb.com/kb/en/mariadb-10-9-4-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
91b70ce7aa mariadb_108: 10.8.5 -> 10.8.6
https://mariadb.com/kb/en/mariadb-10-8-6-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
4a6b0747ed mariadb_106: 10.6.10 -> 10.6.11
https://mariadb.com/kb/en/mariadb-10-6-11-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
b217e7dfcb mariadb_105: 10.5.17 -> 10.5.18
https://mariadb.com/kb/en/mariadb-10-5-18-release-notes/
2023-01-10 15:06:44 +01:00
ajs124
7952d7bc14 mariadb_104: 10.4.26 -> 10.4.27
https://mariadb.com/kb/en/mariadb-10-4-27-release-notes/
2023-01-10 15:06:44 +01:00
Janne Heß
62fd1ccad1
icingaweb2: 2.11.1 -> 2.11.3 2023-01-10 14:32:24 +01:00
Janne Heß
185fb1f8e0
icingaweb2-ipl: 0.10.0 -> 0.10.1 2023-01-10 14:32:23 +01:00
Sandro
0761fef6b1
Merge pull request #210020 from urandom2/nextcloud-packages 2023-01-10 13:27:14 +01:00
Janne Heß
6212a3746c
Merge pull request #209876 from helsinki-systems/fix/proxysql-py3
proxysql: fix build after #201859
2023-01-10 12:12:56 +01:00
Colin Arnott
c19fee7366
nextcloudPackages: init and update various
This includes the following new packages:

- files_texteditor
- files_markdown
- forms
- groupfolders
- impersonate
- registration
- spreed
- twofactor_nextcloud_notification
- twofactor_totp
- unsplash

And the following updated ones:

- bookmarks
- calendar
- contacts
- deck
- mail
- news
- polls
2023-01-10 11:06:20 +00:00
R. Ryantm
fc12db0e7c spicedb: 1.11.0 -> 1.15.0 2023-01-10 04:17:40 -06:00
Uri Baghin
b2d9a04cfd
Merge pull request #200033 from divanorama/bazel_5.3.2_2
bazel_5: 5.2.0 -> 5.3.2
2023-01-10 16:40:17 +11:00
R. Ryantm
7c6de8f60a rtsp-simple-server: 0.21.0 -> 0.21.1 2023-01-10 05:10:24 +00:00
Anderson Torres
593d558f05
Merge pull request #208196 from s1341/init_kasmweb
kasmweb: init at 1.12.0
2023-01-09 20:28:10 -03:00
Barry Fishman
9287d37501 dictdDbs.wiktionary: use python3
In pkgs/servers/dict:
  * wiktionary/default.nix: change python2 -> python3
  * wiktionary/latest_version.py: decodes('utf-8') no longer needed
  * wiktionary/wiktionary2dict.py: 'import codesc' no longer needed
2023-01-09 15:35:23 -05:00
Lucas Hoffmann
01d76ca6c1 dictdDBs.wordnet: fix integer devision in python3 2023-01-09 20:40:28 +01:00
Lucas Hoffmann
56d90f3fef dictdDBs.wordnet: use open() in python3 instead of file() from python2 2023-01-09 20:33:30 +01:00
Lucas Hoffmann
b5c88c02d1 dictdDBs.wordnet: use python3 2023-01-09 20:26:36 +01:00
Lucas Hoffmann
f3e33d3ae6 dictdDBs.wordnet: convert python script to python 3 2023-01-09 20:18:54 +01:00
Martin Weinelt
da723790c9
home-assistant: 2023.1.1 -> 2023.1.2
https://github.com/home-assistant/core/releases/tag/2023.1.2
2023-01-09 19:08:11 +01:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Bernardo Meurer
a4b9df032d
Merge pull request #202920 from r-ryantm/auto-update/klipper 2023-01-09 11:04:53 -05:00
R. Ryantm
84b8063c46 uxplay: 1.60 -> 1.61.1 2023-01-09 09:41:23 -06:00
Sandro
8965a7431e
Merge pull request #209842 from GaetanLepage/update-invidious 2023-01-09 16:36:59 +01:00
Sandro
cac6c0385e
Merge pull request #209785 from r-ryantm/auto-update/karma 2023-01-09 15:35:35 +01:00
ajs124
8dbaf80fdd proxysql: fix build after 201859
- by not pulling in python2 directly
- by applying patches to sources we "unvendor", so e.g. libinjection builds
2023-01-09 14:50:13 +01:00
R. Ryantm
671064a7bf klipper: unstable-2022-11-21 -> unstable-2023-01-07 2023-01-09 12:26:44 +00:00
github-actions[bot]
e4fc9a910a
Merge master into staging-next 2023-01-09 12:01:24 +00:00
Francesco Gazzetta
31819ec0e7
Merge pull request #209791 from wegank/isso-darwin
isso: unbreak on aarch64-darwin
2023-01-09 10:27:49 +00:00
Gaetan Lepage
81e0a35156 invidious: unstable-2022-11-22 -> unstable-2023-01-08 2023-01-09 08:39:49 +01:00
Fabian Affolter
d14ca106ac
Merge pull request #209719 from r-ryantm/auto-update/nats-server
nats-server: 2.9.10 -> 2.9.11
2023-01-09 08:39:38 +01:00
github-actions[bot]
99dd0da8dc
Merge master into staging-next 2023-01-09 06:01:08 +00:00
s1341
dbfe3bd2e7 kasmweb: init at 1.12.0 2023-01-09 07:19:54 +02:00
R. Ryantm
983e50113c bind: 9.18.9 -> 9.18.10 2023-01-09 04:01:42 +00:00
R. Ryantm
d54a3d5bff snappymail: 2.24.3 -> 2.24.4 2023-01-09 01:41:29 +00:00
Martin Weinelt
2e60a42033
evcc: 0.109.2 -> 0.110.1
https://github.com/evcc-io/evcc/releases/tag/0.110.0
https://github.com/evcc-io/evcc/releases/tag/0.110.1
2023-01-09 02:33:33 +01:00
Weijia Wang
9696ca8fd9 isso: unbreak on aarch64-darwin 2023-01-09 02:08:12 +01:00
R. Ryantm
da25c00cdf karma: 0.108 -> 0.111 2023-01-09 00:32:44 +00:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
figsoda
56e7249c87
Merge pull request #209718 from r-ryantm/auto-update/doh-proxy-rust
doh-proxy-rust: 0.9.4 -> 0.9.6
2023-01-08 14:23:45 -05:00
Sandro
d814e52704
Merge pull request #208497 from r-ryantm/auto-update/rmfakecloud 2023-01-08 19:37:42 +01:00
Anderson Torres
9b6e1c2f51
Merge pull request #207953 from s1341/keycloak_add_scim_user_storage_plugin
keycloak: add scim-keycloak-user-storage-spi plugin
2023-01-08 15:10:47 -03:00
R. Ryantm
2bb9946e05 doh-proxy-rust: 0.9.4 -> 0.9.6 2023-01-08 16:55:30 +00:00
R. Ryantm
25fb14a70c nats-server: 2.9.10 -> 2.9.11 2023-01-08 16:20:15 +00:00
R. Ryantm
165474c5fd thanos: 0.29.0 -> 0.30.1 2023-01-08 16:13:04 +00:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
R. Ryantm
356f88f801 lighttpd: 1.4.67 -> 1.4.68 2023-01-08 15:09:15 +01:00
R. Ryantm
eae63548c3 meilisearch: 0.30.2 -> 0.30.5 2023-01-08 07:08:04 -05:00
Thomas Gerbet
dd11f44cbd
Merge pull request #209473 from risicle/ris-gotify-server-2.2.2
gotify-server: 2.1.4 -> 2.2.2
2023-01-08 12:15:25 +01:00
Sergei Trofimovich
f7644ca8c1
Merge pull request #207232 from Izorkin/update-postfix
postfix: build with pcre2
2023-01-08 11:02:21 +00:00
s1341
0874afef46 keycloak: add scim-keycloak-user-storage-spi plugin 2023-01-08 10:51:51 +02:00
github-actions[bot]
4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
Fabian Affolter
cbde1fec46
Merge pull request #209533 from r-ryantm/auto-update/gobgpd
gobgpd: 3.9.0 -> 3.10.0
2023-01-08 00:22:05 +01:00
Fabian Affolter
41b5350a1e
Merge pull request #209490 from r-ryantm/auto-update/sftpgo
sftpgo: 2.4.0 -> 2.4.2
2023-01-08 00:20:16 +01:00
Fabian Affolter
d709fd7e4e
sftpgo: add changelog to meta 2023-01-07 23:21:39 +01:00
Fabian Affolter
389fce69cb
gobgpd: update rev 2023-01-07 23:07:32 +01:00
Andrew Dunham
5ff79caff9 mastodon: pass dependencies as environment variables
This makes it much easier to override components of the Mastodon
derivation to e.g. use a fork. With this change, one can use something
like the following to install a fork (with the appropriate files):

    let
      src = callPackage ./source.nix { };
    in
      (mastodon.override {
        pname = "hometown";
        version = import ./version.nix;
        srcOverride = src;
        dependenciesDir = ./.;
      }).overrideAttrs (oldAttrs: rec {
        yarnOfflineCache = fetchYarnDeps {
          yarnLock = "${src}/yarn.lock";
          sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
        };
        mastodonModules = oldAttrs.mastodonModules.overrideAttrs (oldModuleAttrs: {
          inherit yarnOfflineCache;
        });
      });

A spiritual successor to f949de4fbb
2023-01-07 16:18:47 -05:00
Sandro
532ad194aa
Merge pull request #206653 from andersk/openafs 2023-01-07 20:48:11 +01:00
R. Ryantm
013b1f79bf gobgpd: 3.9.0 -> 3.10.0 2023-01-07 18:34:56 +00:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
R. Ryantm
8f8d93f753 sftpgo: 2.4.0 -> 2.4.2 2023-01-07 14:14:07 +00:00
Thiago Kenji Okada
e0487171e3 sconsPackages.scons_3_1_2: default to python3 2023-01-07 13:15:11 +00:00
Thiago Kenji Okada
c2fdf2d137
Merge pull request #209191 from wegank/mongodb-more-drops
mongodb-4_0: drop
2023-01-07 13:04:34 +00:00
Robert Scott
b41cf963a8 gotify-server: 2.1.4 -> 2.2.2 2023-01-07 13:02:16 +00:00
Eric Wolf
56f3cb523e timescaledb: 2.9.0 -> 2.9.1 2023-01-07 09:00:40 +01:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Moritz 'e1mo' Fromm
ee41b6b457
dokuwiki: Combine mechanism for plugins and templates
Copy templates and plugins into Dokuwiki instead of linking to address
template compatibility. As noted by @sinavir[^1], (some) templates would
fail due to relative PHP imports.

[^1]: https://github.com/NixOS/nixpkgs/pull/208299#issuecomment-1370413116
2023-01-06 23:52:49 +01:00
Thomas Gerbet
c629cd779a
Merge pull request #208517 from r-ryantm/auto-update/mediawiki
mediawiki: 1.38.4 -> 1.39.1
2023-01-06 22:50:45 +01:00
R. Ryantm
2061080769 radarr: 4.2.4.6635 -> 4.3.2.6857 2023-01-06 19:47:51 +01:00
Martin Weinelt
5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
ajs124
e63fa6e21e bind: enable parallel building
because non-parallel is slow
2023-01-06 16:06:43 +01:00
Martin Weinelt
f5b80e7ebd Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 15:16:53 +01:00
Martin Weinelt
156d07c86d
home-assistant: 2023.1.0 -> 2023.1.1
https://github.com/home-assistant/core/releases/tag/2023.1.1
2023-01-06 14:34:36 +01:00
Martin Weinelt
9cafc3a1f3
zigbee2mqtt: 1.29.0 -> 1.29.1
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.1
2023-01-06 14:27:27 +01:00
Martin Weinelt
5f902ae769
Merge pull request #208621 from mweinelt/zigbee2mqtt-1.29.0 2023-01-06 14:21:19 +01:00
github-actions[bot]
60c812cecd
Merge master into staging-next 2023-01-06 12:01:11 +00:00
MayNiklas
3f4bbaee84 nginxModules.geoip2: 3.3 -> 3.4 2023-01-06 11:11:30 +01:00
github-actions[bot]
ea5e5050f1
Merge master into staging-next 2023-01-06 06:01:11 +00:00
Martin Weinelt
3432af9db8
Merge pull request #209095 from fabaff/aiopurpleair 2023-01-06 01:54:56 +01:00
github-actions[bot]
e3480cf1cc
Merge master into staging-next 2023-01-06 00:02:28 +00:00
Jonas Heinrich
767237db12
Merge pull request #209178 from onny/hkdev-maintenance-mode
wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6
2023-01-05 23:22:26 +01:00
Weijia Wang
7afa7286f7 mongodb-4_0: drop 2023-01-05 21:21:33 +01:00
Fabian Affolter
426f025e78 home-assistant: update component-packages 2023-01-05 20:50:23 +01:00
Fabian Affolter
c497bf62f2
Merge pull request #208927 from felschr/etebase-server-0.11
etebase-server: 0.10.0 -> 0.11.0
2023-01-05 20:41:46 +01:00
Vladimír Čunát
c21cf32722
Merge branch 'master' into staging-next 2023-01-05 20:21:03 +01:00
Bernardo Meurer
6f74a1bd59
roon-server: 2.0-1169 -> 2.0-1182 2023-01-05 14:22:10 -03:00
Martin Weinelt
afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
Martin Weinelt
482a59bb06
Merge pull request #208232 from NixOS/python-updates 2023-01-05 17:03:21 +01:00
Nikolay Korotkiy
2cb93a88b2
Merge pull request #209151 from 06kellyjac/tailscale
tailscale: 1.34.1 -> 1.34.2
2023-01-05 19:52:30 +04:00
Jonas Heinrich
c45d4f78bc wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6 2023-01-05 16:06:44 +01:00
Martin Weinelt
5a0ee9d54d home-assistant: pin pymodbus at 2.5.3 2023-01-05 13:20:51 +01:00
Martin Weinelt
f7d835e5e9 home-assistant: relax ciso8601, overrride astral 2023-01-05 13:20:46 +01:00
Martin Weinelt
c2b75a520a
Merge pull request #209096 from NixOS/home-assistant 2023-01-05 13:12:09 +01:00
06kellyjac
3234c2031e tailscale: 1.34.1 -> 1.34.2
Diff: https://github.com/tailscale/tailscale/compare/v1.34.1...v1.34.2
2023-01-05 12:01:17 +00:00
github-actions[bot]
0c8280b1c4
Merge staging-next into staging 2023-01-05 06:01:39 +00:00
Aneesh Agrawal
1e94e9146f radicale: Drop self (aneeshusa) from maintainership
I have switched to using etebase/etesync.
2023-01-05 00:14:38 -05:00
Martin Weinelt
eab16a7080 home-assistant: 2022.12.9 -> 2023.1.0
https://www.home-assistant.io/blog/2023/01/04/release-20231/
2023-01-05 03:12:02 +01:00
figsoda
479053aa0b
Merge pull request #209015 from jojosch/libreddit-update
libreddit: 0.25.1 -> 0.27.0
2023-01-04 20:49:18 -05:00
figsoda
71d8cfd91d
Merge pull request #209061 from 0x4A6F/master-routinator
routinator: 0.12.0 -> 0.12.1
2023-01-04 20:41:18 -05:00
Martin Weinelt
4920c82507 home-assistant: relax ciso8601, overrride astral 2023-01-05 02:39:48 +01:00
github-actions[bot]
0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
Martin Weinelt
981963240a
Merge pull request #208840 from mweinelt/home-assistant 2023-01-04 22:00:42 +01:00
Bjørn Forsman
e320029847 apcupsd: add nixosTests.apcupsd to passthru.tests 2023-01-04 21:45:58 +01:00
github-actions[bot]
789ae2c93d
Merge staging-next into staging 2023-01-04 18:01:36 +00:00
0x4A6F
986a0c57bf
routinator: 0.12.0 -> 0.12.1 2023-01-04 17:00:01 +01:00
Kevin Cox
4cf5be4ba9
Merge pull request #202953 from arcnmx/mautrix-googlechat-init
mautrix-googlechat: init at 0.4.0
2023-01-04 10:53:16 -05:00
Jonas Heinrich
ba50db790f
Merge pull request #209025 from urandom2/wordpress
wordpress6_1: init at 6.1.1
2023-01-04 16:05:40 +01:00
Artturi
5ce27e15ea
Merge pull request #208900 from Artturin/xorgwrapWithXFileSearchPathHook 2023-01-04 16:52:48 +02:00
piegames
aa8ead30fd
Merge pull request #175495 from amjoseph-nixpkgs/pr/sourceProvenance/correct-meta-typecheck
check-meta.nix: make non-source consistent with documentation
2023-01-04 15:31:51 +01:00
github-actions[bot]
627bec113e
Merge staging-next into staging 2023-01-04 12:01:54 +00:00
Pierre Bourdon
6dc0f05196
Merge pull request #206390 from cpcloud/bump-clickhouse
clickhouse: 22.8.5.29 -> 22.8.11.15
2023-01-04 12:45:29 +01:00
Colin Arnott
f9d1f80045
wordpress6_1: init at 6.1.1
release-22.11 currently tracks 6.0 for pkgs.wordpress. This means there
is no way to opt in to the newer version. Similiar to nextcloud and go,
we have broken out a new derivation to opt in. It is a nop for unstable,
and only useful when backported.

Updates #208529
2023-01-04 11:20:25 +00:00
Johannes Schleifenbaum
04b8fc7088
libreddit: 0.25.1 -> 0.27.0 2023-01-04 11:23:10 +01:00
Jonas Heinrich
b8e56ca31d
Merge pull request #208529 from onny/wordpress-update2
wordpress: 6.0.3 -> 6.1.1
2023-01-04 11:22:48 +01:00
Jonas Heinrich
876a6f4c94
Merge pull request #209002 from urandom2/civicrm
wordpressPackages.plugins.civicrm: init at 5.56.0
2023-01-04 11:06:43 +01:00
Jonas Heinrich
a6c2d7b804
Merge pull request #208992 from urandom2/wpforms-lite
wordpressPackages.plugins.wpforms-lite: init at 1.7.8
2023-01-04 10:51:08 +01:00
Fabian Affolter
81af5f82eb
etebase-server: add changelog to meta 2023-01-04 10:41:25 +01:00
Colin Arnott
b2266ed09b
wordpressPackages.plugins.civicrm: init at 5.56.0
There are a number of third party wordpress components that cannot be
trivially fetched via wp4nix. As such, we have broken out a file that
contains these derivations and merges them back into wordpressPackages.
2023-01-04 09:28:35 +00:00
Colin Arnott
81ba6e9905
wordpressPackages.plugins.wp-statistics: 13.2.10 -> 13.2.11 2023-01-04 09:04:17 +00:00
Colin Arnott
cd5a85fbe8
wordpressPackages.plugins.mailpoet: 4.3.0 -> 4.3.1 2023-01-04 09:04:07 +00:00
Colin Arnott
9e8e0ef31a
wordpressPackages.plugins.wpforms-lite: init at 1.7.8 2023-01-04 09:00:02 +00:00
github-actions[bot]
e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
Sandro
b8e88394eb
Merge pull request #208648 from r-ryantm/auto-update/bazarr 2023-01-04 00:51:48 +01:00
Sandro
956805b667
Merge pull request #208463 from r-ryantm/auto-update/gonic 2023-01-04 00:51:36 +01:00
Weijia Wang
5f40e9e178
samba: add darwin support (#207465) 2023-01-03 23:16:35 +01:00
Jonas Heinrich
733713c15c
Merge pull request #208530 from onny/wordpressPackages-update
wordpressPackages: update
2023-01-03 22:34:59 +01:00
Felix Schröter
960db9bafc
etebase-server: 0.10.0 -> 0.11.0 2023-01-03 21:27:08 +01:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Artturin
c42e7b71d2 xorg.xf86videor128: 6.11.0 -> 6.12.1
includes a cross fix

- 6.12.0: https://lists.x.org/archives/xorg-announce/2018-July/002909.html
- 6.12.1: https://lists.x.org/archives/xorg-announce/2022-December/003275.html
2023-01-03 20:00:12 +02:00
Artturin
e349e79866 xorg.xf86videomga: 2.0.0 -> 2.0.1
includes a cross fix

https://lists.x.org/archives/xorg-announce/2022-July/003184.html
2023-01-03 19:54:16 +02:00
Sergei Trofimovich
050a94b3df xorg.xauth: 1.1.0 -> 1.1.2
Changes:
- 1.1.1: https://lists.x.org/archives/xorg-announce/2021-November/003118.html
- 1.1.2: https://lists.x.org/archives/xorg-announce/2022-April/003158.html
2023-01-03 19:35:28 +02:00
Artturin
68ed486d30 xorg: remove unnecessary overrides 2023-01-03 19:31:00 +02:00
Artturin
659574008e xorg.{libFS,libWindowsWM}: fix cross 2023-01-03 19:14:17 +02:00
Artturin
277a523dda xorg: add wrapWithXFileSearchPathHook
supersedes PR 70239

Description from that PR

Make xorg apps look as intended. Most notable change: xmag color picker is usable now.

Before this commit, only two apps had properly configured resource paths: bitmap and xcalc. This commit automates and generalizes it to the rest of xorg.* apps.

xorg.bitmap: bin/bitmap-color is no longer installed. If you would like bitmap to be viewable in color, please refer to man 1 bitmap, selection COLORS. The described method is also applied to some other affected apps.
2023-01-03 18:51:48 +02:00
Mario Rodas
ee44c0e028
Merge pull request #206711 from ivan/pgroonga-2.4.2
postgresqlPackages.pgroonga: 2.4.0 -> 2.4.2
2023-01-03 09:22:10 -05:00
Mario Rodas
6688fdf6a4
Merge pull request #206710 from ivan/pg_ivm-1.4
postgresqlPackages.pg_ivm: 1.3 -> 1.4
2023-01-03 09:21:55 -05:00
Mario Rodas
61218848be
Merge pull request #206792 from r-ryantm/auto-update/plpgsql_check
postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5
2023-01-03 09:19:59 -05:00