Skip to content

Commit

Permalink
postgresql_14: fix build
Browse files Browse the repository at this point in the history
Building postgresql_14 currently fails with this on master:

  error: derivation contains an illegal reference specifier 'man'

The odd thing is, that changing *anything* in the postInstall phase
seems to fix this, including just adding a single character as a
comment.

I have no clue what's happening here.
  • Loading branch information
wolfgangwalther committed Dec 25, 2024
1 parent 45b0aee commit 96ecb88
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 @@ -307,6 +307,7 @@ let
postInstall =
''
moveToOutput "bin/ecpg" "$dev"
# The following seems to fail without this comment (?)
moveToOutput "lib/pgxs" "$dev"
# Pretend pg_config is located in $out/bin to return correct paths, but
Expand Down

0 comments on commit 96ecb88

Please sign in to comment.