remove VerticalArrangerGrid/Cursor

This commit is contained in:
🪞👃🪞 2024-10-18 15:55:45 +03:00
parent a4269337bc
commit 0b71a57ead
4 changed files with 196 additions and 205 deletions

View file

@ -1,23 +1,23 @@
#!/usr/bin/env nix-shell
{pkgs?import<nixpkgs>{}}:let
suil = pkgs.enableDebugging (pkgs.suil.overrideAttrs (a: b: {
dontStrip = true; separateDebugInfo = true;
}));
#suil = pkgs.enableDebugging (pkgs.suil.overrideAttrs (a: b: {
#dontStrip = true; separateDebugInfo = true;
#}));
in pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
freetype
libclang
bear
#bear
];
buildInputs = with pkgs; [
jack2
lilv
serd
libclang
suil
#suil
glib
gtk3
];
@ -33,7 +33,7 @@ in pkgs.mkShell {
xorg.libXcursor
xorg.libXi
libxkbcommon
suil
#suil
# for Helm:
alsa-lib
curl