waypaper: avoid with lib;
This commit is contained in:
parent
b685d78a3a
commit
11ac85f54c
@ -46,7 +46,7 @@ python3Packages.buildPythonApplication rec {
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/anufrievroman/waypaper/releases/tag/${version}";
|
||||
description = "GUI wallpaper setter for Wayland-based window managers";
|
||||
mainProgram = "waypaper";
|
||||
@ -56,11 +56,11 @@ python3Packages.buildPythonApplication rec {
|
||||
If wallpaper does not change, make sure that swaybg or swww is installed.
|
||||
'';
|
||||
homepage = "https://github.com/anufrievroman/waypaper";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
prince213
|
||||
totalchaos
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user