Add whitespaces for readability.

This commit is contained in:
Mateo Diaz 2023-02-04 08:40:58 -08:00
parent 68f5e9554f
commit 7c201f6b53

View file

@ -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";