Fix rfd portal runtime feature

This commit is contained in:
Aleksandr Bogomiakov
2026-08-13 16:19:15 +01:00
parent 728ca708b2
commit f6d8cb0631
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -10,6 +10,7 @@ pkgs.mkShell {
];
buildInputs = with pkgs; [
alsa-lib
fontconfig
freetype
libxkbcommon
@@ -22,6 +23,7 @@ pkgs.mkShell {
];
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [
alsa-lib
fontconfig
freetype
libxkbcommon
@@ -35,4 +37,3 @@ pkgs.mkShell {
RUST_BACKTRACE = "1";
}