Skip to content

Commit

Permalink
postgresql: explain use of fetchurl for alpine patches
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 16, 2024
1 parent e6bfabf commit 0144495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/servers/sql/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0144495

Please sign in to comment.