add libinput and libgbm to flake for slint lsp

This commit is contained in:
2026-07-27 01:51:09 +02:00
parent 2c8a54c0c4
commit 7ba312528f
2 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -33,6 +33,8 @@
libGL
wayland
fontconfig
libinput
libgbm
];
in
@@ -49,11 +51,12 @@
fontconfig
];
env.RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${libPath}";
shellHook = ''
echo Entered Rust dev shell for project SoftwareManager-rs
exec fish
echo Entered Rust dev shell for project SoftwareManager-rs
'';
};
};