9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-ivxu1UsQLUm017A5Za82+l1bQoYA/TF/I1BwUQD3dWo=";
19 cargoHash = "sha256-pIsSH8cQYyG7v7z4O2R80kA4QHvKyTajBfqmRXjuQW8=";
21 nativeBuildInputs = [ pkg-config ];
23 buildInputs = [ libxkbcommon ];
25 passthru.updateScript = nix-update-script { };
28 description = "Multi-Monitor Wallpaper Utility";
29 homepage = "https://github.com/0xk1f0/rwpspread";
30 license = lib.licenses.gpl3Only;
31 maintainers = with lib.maintainers; [ fsnkty ];
32 platforms = lib.platforms.linux;
33 mainProgram = "rwpspread";