From 5ff7ff1073b4d4f85bbc0d3435eb71d3716b8d55 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 30 Mar 2023 09:10:00 +0300 Subject: [PATCH] fix(nix(client)): add pqlib temporarily --- client/flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/flake.nix b/client/flake.nix index 35bac95..c33087a 100644 --- a/client/flake.nix +++ b/client/flake.nix @@ -31,6 +31,10 @@ udev vulkan-loader wayland + + # FIXME: should not be needed for client building. + # comes from laurelin_shared, should feature gate diesel things + postgresql_15.lib ]; in { defaultPackage = naersk-lib.buildPackage { @@ -65,6 +69,9 @@ openssl udev wayland + + # FIXME: related to one in libPath + postgresql_15.lib ]; RUST_SRC_PATH = rustPlatform.rustLibSrc; LD_LIBRARY_PATH = libPath; -- 2.44.1