fix(ags): add gtk4 to astalLibs to ensure types work
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-21 17:13:04 -05:00
parent a818cbd3d4
commit 0e81c5b88e
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,8 @@ in {
then "Astal-3.0" then "Astal-3.0"
else if package.name == "astal-4.0.0" else if package.name == "astal-4.0.0"
then "Astal-4.0" then "Astal-4.0"
else if package.pname == "gtk4"
then "Gtk-4.0"
else (concatMapStrings capitalise (splitString "-" package.pname)) + "-0.1"; else (concatMapStrings capitalise (splitString "-" package.pname)) + "-0.1";
}) })
packages; packages;

View file

@ -44,7 +44,7 @@ in {
"gjs" "gjs"
] ]
) )
++ [gtk-session-lock.packages.${pkgs.system}.default]; ++ [gtk-session-lock.packages.${pkgs.system}.default pkgs.gtk4];
lockPkg = pkgs.writeShellApplication { lockPkg = pkgs.writeShellApplication {
name = "lock"; name = "lock";