parent
a818cbd3d4
commit
0e81c5b88e
2 changed files with 3 additions and 1 deletions
lib/pkgs
|
@ -44,6 +44,8 @@ in {
|
|||
then "Astal-3.0"
|
||||
else if package.name == "astal-4.0.0"
|
||||
then "Astal-4.0"
|
||||
else if package.pname == "gtk4"
|
||||
then "Gtk-4.0"
|
||||
else (concatMapStrings capitalise (splitString "-" package.pname)) + "-0.1";
|
||||
})
|
||||
packages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue