fix(ags): add gtk4 to astalLibs to ensure types work
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a818cbd3d4
commit
0e81c5b88e
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue