postgresql: explain use of fetchurl for alpine patches

This commit is contained in:
Wolfgang Walther 2024-03-16 11:52:12 +01:00
parent e6bfabf366
commit 01444957ba
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -124,6 +124,7 @@ let
})
] ++ lib.optionals stdenv'.hostPlatform.isMusl (
# Using fetchurl instead of fetchpatch on purpose: https://github.com/NixOS/nixpkgs/issues/240141
map fetchurl (lib.attrValues muslPatches)
) ++ lib.optionals stdenv'.isLinux [
(if atLeast "13" then ./patches/socketdir-in-run-13.patch else ./patches/socketdir-in-run.patch)