Skip to content

Commit

Permalink
Disable stackage packages that depend on postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Dec 17, 2021
1 parent 83b1822 commit d41b96a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions survey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,17 @@ let
# https://github.com/nh2/static-haskell-nix/issues/6#issuecomment-420494800
"sparkle"

# PostgreSQL's test suite doesn't pass:
# https://github.com/NixOS/nixpkgs/issues/150930
#
# Even if the test suite is disabled, these Haskell binaries fail in
# linking with errors like:
#
# ld: libpq.a(fe-auth-scram.o): in function `pg_fe_scram_build_secret':
# /build/postgresql-13.4/src/interfaces/libpq/fe-auth-scram.c:839:0: error:
# undefined reference to `pg_saslprep'
"hasql-notifications" "hasql-queue" "postgresql-orm" "postgrest" "tmp-postgres"

# These ones currently don't compile for not-yet-investigated reasons:
"amqp-utils"
"elynx"
Expand Down

0 comments on commit d41b96a

Please sign in to comment.