diff --git a/survey/default.nix b/survey/default.nix index b28606c..fd7cde7 100644 --- a/survey/default.nix +++ b/survey/default.nix @@ -1052,6 +1052,11 @@ let super.squeal-postgresql [ final.openssl ] "--libs openssl"; + postgrest = + addStaticLinkerFlagsWithPkgconfig + super.postgrest + [ final.openssl ] + "--libs openssl"; xml-to-json = addStaticLinkerFlagsWithPkgconfig