add libinput and libgbm to flake for slint lsp
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user