Update pkgs/tools/wayland/swww/default.nix

Co-authored-by: Adam Stephens <2071575+adamcstephens@users.noreply.github.com>
This commit is contained in:
Mateo Diaz 2023-02-04 08:02:49 -08:00 committed by GitHub
parent 2a5bf1fcdf
commit 2bf1fca5ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false; # Integration tests do not work in sandbox enviroment
nativeBuildInputs = [ pkg-config ];
meta = with lib; {
description =
"Efficient animated wallpaper daemon for wayland, controlled at runtime";
description = "Efficient animated wallpaper daemon for wayland, controlled at runtime";
homepage = "https://github.com/Horus645/swww";
license = licenses.gpl3;
platforms = platforms.linux;