Skip to content

Commit 5897ab0

Browse files
committed
chore: add libiconv to cargo-pgx
Signed-off-by: Ana Hobden <operator@hoverbear.org>
1 parent da5fe3a commit 5897ab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cargo-pgx/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, naersk, hostPlatform, fetchFromGitHub, postgresql_10, postgresql_11, postgresql_12, postgresql_13, pkg-config, openssl, rustfmt, llvmPackages, }:
1+
{ lib, naersk, hostPlatform, fetchFromGitHub, postgresql_10, postgresql_11, postgresql_12, postgresql_13, pkg-config, openssl, rustfmt, libiconv, llvmPackages, }:
22

33
let
44
cargoToml = (builtins.fromTOML (builtins.readFile ./Cargo.toml));
@@ -18,6 +18,7 @@ naersk.lib."${hostPlatform.system}".buildPackage rec {
1818
];
1919
buildInputs = [
2020
openssl
21+
libiconv
2122
];
2223

2324
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";

0 commit comments

Comments
 (0)