Unverified Commit 2bf1fca5 authored by Mateo Diaz's avatar Mateo Diaz Committed by GitHub
Browse files

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

parent 2a5bf1fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;