Wolfgang Walther
4adcc41cd9
postgresql: move explicit libxml2 include behind version flag
...
This was introduced in #44083 to fix cross building, where xml2-config
wouldn't run on the host platform. This was fixed upstream two years
later [1], so that from v13 on pkg-config is used before xml2-config is.
Once v12 is EOL, we can remove this entirely.
[1]: 0bc8cebdb8
2024-04-04 08:41:18 +02:00
Wolfgang Walther
6c1e2a4401
postgresql: remove preConfigure CC variable
...
This seems to have been done better by now. There are no references kept
and the build does not fail when removing it.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
c3c52231f0
postgresql: remove left-over LC_ALL environment variable
...
This was introduced in 65fd8f3f48
around 20 years
ago as LANG=en_US, later changed to LC_ALL=en_US and LC_ALL=C to avoid bash
warnings. This might have been relevant to run initdb during the check phase, but
the PostgreSQL docs [1] say this today:
For implementation reasons, setting LC_ALL does not work for this purpose
Therefore it can be removed safely.
[1]: https://www.postgresql.org/docs/current/regress-run.html#REGRESS-RUN-LOCALE
2024-04-04 08:41:18 +02:00
Wolfgang Walther
154215cfd8
postgresql: rename patches
...
Trying to understand what each patch does made me come up with some more
descriptive names:
- Renaming the two disable-xxx patches to a common names makes it immediately
clear that one replaces the other depending on version number.
- findstring was really not descriptive at all.
- hardcode-pgxs-path will be extended with more paths for split outputs in
a later commit. Renaming here already to allow git to better track renames.
Finally replacing HARDCODED_PGXS_PATH with $out/lib in the last patch, makes
it easier to understand what the end result will look like when reading the
patch.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
605618c2e8
postgresql: clean up patches
...
More cosmetic than anything else. The description in findstring.patch was
duplicated, postgresql-9.6.1 references confusing. Timestamps are not
needed, that's what git blame is for.
2024-04-04 08:41:18 +02:00
Wolfgang Walther
29d5adb676
postgresql: change pname for postgresql_jit attributes to postgresql-jit
...
This is for consistency between the top-level attribute and the respective package
name, which makes it easier to track derivations.
2024-04-04 08:41:17 +02:00
Wolfgang Walther
aea4ba847a
postgresql: remove thisAttr argument by calling tests directly
...
Previously, it was not possible to run tests on an overridden derivation, because
the derivation under test was always pulled from pkgs.
With this change, the following will return the same test:
postgresql_jit.tests
and
(postgresql.override { jitSupport = true; }).tests
2024-04-04 08:41:17 +02:00
github-actions[bot]
75a5384ed5
Merge staging-next into staging
2024-04-04 06:01:44 +00:00
Silvan Mosberger
b9261ad2e6
Merge pull request #301066 from philiptaron/compatible-typos
...
treewide: fix typos around "compatible" and "compatibility"
2024-04-04 04:18:31 +02:00
Weijia Wang
d5b1268be2
Merge pull request #301296 from philiptaron/frr-elfutils
...
frr: use `elfutils` instead of abandoned `libelf`
2024-04-04 02:16:15 +02:00
github-actions[bot]
8845a6f1c9
Merge staging-next into staging
2024-04-04 00:02:46 +00:00
Franz Pletz
46a34101d5
Merge pull request #301092 from r-ryantm/auto-update/janus-gateway
...
janus-gateway: 1.2.1 -> 1.2.2
2024-04-04 01:21:49 +02:00
github-actions[bot]
df6e9ac330
Merge staging-next into staging
2024-04-03 18:01:37 +00:00
Philip Taron
5b17986c92
frr: use elfutils instead of abandoned libelf
2024-04-03 10:04:58 -07:00
Ryan Lahfa
6d52ca054c
Merge pull request #298572 from minijackson/netbox-3.7.4
...
netbox: 3.7.3 -> 3.7.4
2024-04-03 06:17:27 -07:00
github-actions[bot]
bcc77e0272
Merge staging-next into staging
2024-04-03 12:01:49 +00:00
Mario Rodas
4902561555
Merge pull request #300916 from MikaelFangel/update-changedetection-io
...
changedetection-io: 0.45.16 -> 0.45.17
2024-04-03 06:19:28 -05:00
Mario Rodas
dcd4af47fd
Merge pull request #301123 from r-ryantm/auto-update/postgresql15JitPackages.pg_partman
...
postgresql15JitPackages.pg_partman: 5.0.1 -> 5.1.0
Closes https://github.com/NixOS/nixpkgs/pull/301124
Closes https://github.com/NixOS/nixpkgs/pull/301125
Closes https://github.com/NixOS/nixpkgs/pull/301126
Closes https://github.com/NixOS/nixpkgs/pull/301127
Closes https://github.com/NixOS/nixpkgs/pull/301128
2024-04-03 05:43:06 -05:00
Weijia Wang
02f8d7e144
Merge pull request #299550 from r-ryantm/auto-update/ttyd
...
ttyd: 1.7.4 -> 1.7.5
2024-04-03 12:07:53 +02:00
Weijia Wang
c7e0bad032
Merge pull request #299649 from milas/http/unit-1.32.1
...
unit: 1.32.0 -> 1.32.1
2024-04-03 10:50:32 +02:00
Weijia Wang
10af46065e
Merge pull request #301122 from r-ryantm/auto-update/opensearch
...
opensearch: 2.12.0 -> 2.13.0
2024-04-03 10:44:22 +02:00
Weijia Wang
213b1a46b6
Merge pull request #301007 from r-ryantm/auto-update/xandikos
...
xandikos: 0.2.10 -> 0.2.11
2024-04-03 10:37:50 +02:00
github-actions[bot]
c06d00f1ad
Merge staging-next into staging
2024-04-03 06:01:53 +00:00
Nick Cao
e4f8408450
Merge pull request #301024 from sumnerevans/synapse-1.104
...
matrix-synapse-unwrapped: 1.103.0 -> 1.104.0
2024-04-02 22:58:00 -04:00
R. Ryantm
25a5f227f7
postgresql15JitPackages.pg_partman: 5.0.1 -> 5.1.0
2024-04-03 02:29:01 +00:00
R. Ryantm
bb2278e4a0
opensearch: 2.12.0 -> 2.13.0
2024-04-03 02:21:55 +00:00
Yt
3d784fc78a
Merge pull request #300659 from nh2/quickwit-fix-wrong-cargo-lock
...
quickwit: Fix outdated Cargo.lock file
2024-04-03 00:51:59 +00:00
R. Ryantm
20ffeac24a
janus-gateway: 1.2.1 -> 1.2.2
2024-04-03 00:26:14 +00:00
github-actions[bot]
fef3e5b690
Merge staging-next into staging
2024-04-03 00:02:45 +00:00
Philip Taron
562b2c5896
postgresqlPackages.pg_bigm: fix typo: compatiblity to compatibility
2024-04-02 14:51:42 -07:00
Philip Taron
269a99d6b8
postgresqlPackages.citus: fix typo: compatibilty to compatibility
2024-04-02 14:45:11 -07:00
Yt
2ac901bd9d
Merge pull request #301025 from r-ryantm/auto-update/pict-rs
...
pict-rs: 0.5.10 -> 0.5.11
2024-04-02 21:34:06 +00:00
Bernardo Meurer
bd2a089189
Merge pull request #301019 from Ramblurr/bump/roon-server
...
roon-server: 2.0-1388 -> 2.0-1392
2024-04-02 16:45:39 -04:00
Luke Granger-Brown
813cb06c82
Merge pull request #300962 from r-ryantm/auto-update/prometheus-smokeping-prober
...
prometheus-smokeping-prober: 0.7.3 -> 0.8.0
2024-04-02 20:40:32 +01:00
R. Ryantm
3ebbcab5d0
pict-rs: 0.5.10 -> 0.5.11
2024-04-02 19:10:31 +00:00
Sumner Evans
3b55dfcf00
matrix-synapse-unwrapped: 1.103.0 -> 1.104.0
...
https://github.com/element-hq/synapse/releases/tag/v1.104.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-04-02 12:52:32 -06:00
Casey Link
d07bd8a31c
roon-server: 2.0-1388 -> 2.0-1392
...
Release notes: https://community.roonlabs.com/t/roon-2-0-32-and-arc-1-0-49-are-live/269239
2024-04-02 20:37:46 +02:00
annalee
6fe5877a49
Merge remote-tracking branch 'upstream/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/colorcet/default.nix
2024-04-02 18:11:12 +00:00
R. Ryantm
37e76f64d7
xandikos: 0.2.10 -> 0.2.11
2024-04-02 17:39:42 +00:00
asymmetric
8d5a3b0992
Merge pull request #298545 from r-ryantm/auto-update/jitsi-meet
...
jitsi-meet: 1.0.7790 -> 1.0.7874
2024-04-02 19:02:36 +02:00
Bernardo Meurer
230dd631f0
Merge pull request #300800 from r-ryantm/auto-update/klipper
...
klipper: unstable-2024-03-19 -> unstable-2024-03-25
2024-04-02 10:28:00 -04:00
R. Ryantm
5efcd7e460
prometheus-smokeping-prober: 0.7.3 -> 0.8.0
2024-04-02 14:02:52 +00:00
Sandro
215881dc2f
Merge pull request #300699 from superherointj/etcd-fix-update-script
2024-04-02 14:46:41 +02:00
Weijia Wang
3387bee7d5
Merge pull request #300872 from r-ryantm/auto-update/pocketbase
...
pocketbase: 0.22.6 -> 0.22.7
2024-04-02 14:22:26 +02:00
superherointj
94e7d0dd01
etcd: fix update script
2024-04-02 07:36:26 -03:00
Mikael Fangel
76bfa2a169
changedetection-io: 0.45.16 -> 0.45.17
2024-04-02 11:40:45 +02:00
github-actions[bot]
50267970ae
Merge staging-next into staging
2024-04-02 06:01:43 +00:00
R. Ryantm
13e3f89808
pocketbase: 0.22.6 -> 0.22.7
2024-04-02 05:45:21 +00:00
R. Ryantm
5ea02227c9
telegraf: 1.30.0 -> 1.30.1
2024-04-02 14:18:52 +10:00
github-actions[bot]
6c56d2db74
Merge staging-next into staging
2024-04-02 00:02:54 +00:00