flake: add wayland to library path like nixpkgs does

This commit is contained in:
Nadia Holmquist Pedersen 2024-08-11 04:54:05 +02:00
parent 5598065985
commit e290c42360
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
];
qtWrapperArgs = optionals isLinux [
"--prefix LD_LIBRARY_PATH : ${makeLibraryPath [ pkgs.libpcap ]}"
"--prefix LD_LIBRARY_PATH : ${makeLibraryPath [ pkgs.libpcap pkgs.wayland ]}"
] ++ optionals isDarwin [
"--prefix DYLD_LIBRARY_PATH : ${makeLibraryPath [ pkgs.libpcap ]}"
];