Skip to content

Commit f39be02

Browse files
committed
fix(devenv): add libvirt package to LD_LIBRARY_PATH
1 parent 42798fc commit f39be02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

back-end/devenv.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in {
3636
env = {
3737
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
3838
BINDGEN_EXTRA_CLANG_ARGS = ''-I"${pkgs.glibc.dev}/include"'';
39-
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.llvm_18 pkgs.clang_18 pkgs.libclang.lib ];
39+
LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.llvm_18 pkgs.clang_18 pkgs.libclang.lib pkgs.libvirt ];
4040
DATABASE_URL = "postgres://postgres@localhost:5432/malbox_db";
4141
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER = "${mingwCc}/bin/${mingwCc.targetPrefix}gcc";
4242
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUSTFLAGS = "-L native=${mingwCrt}/lib -L native=${mingwPthreadsWin}/lib -L native=${mingwPthreads}/lib -L native=${mingwMcfgthreads}/lib";

0 commit comments

Comments
 (0)