Add whitespaces for readability.
This commit is contained in:
parent
68f5e9554f
commit
7c201f6b53
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user