Commit 7c201f6b authored by Mateo Diaz's avatar Mateo Diaz
Browse files

Add whitespaces for readability.

parent 68f5e955
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,10 +10,12 @@ rustPlatform.buildRustPackage rec {
    rev = "refs/tags/v${version}";
    hash = "sha256-ofJTL+9izMmwENaEVYQ7rjpoEFR1J2szkJxzYb09N7g=";
  };

  cargoSha256 = "sha256-ntulNQUQZ42CGvwnnQSMQsr/MDSNY/5/Aq2Ew9QItn8=";
  buildInputs = [ lz4 libxkbcommon ];
  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";
    homepage = "https://github.com/Horus645/swww";