12 rustPlatform.buildRustPackage {
16 src = fetchFromGitea {
17 domain = "codeberg.org";
18 owner = "explosion-mental";
21 hash = "sha256-Tad+zyhmTr734GEW0A4SNrfWzqcL0gLFsM6MoMrV17k=";
24 cargoHash = "sha256-SEaq0qeWuDeIeCqz9imb5nV4WK44CF5wIwG62nhyqlU=";
26 nativeBuildInputs = [ makeWrapper installShellFiles ];
29 installManPage man/wallust*
30 installShellCompletion --cmd wallust \
31 --bash completions/wallust.bash \
32 --zsh completions/_wallust \
33 --fish completions/wallust.fish
37 wrapProgram $out/bin/wallust \
38 --prefix PATH : "${lib.makeBinPath [ imagemagick ]}"
41 passthru.updateScript = nix-update-script { };
44 description = "Better pywal";
45 homepage = "https://codeberg.org/explosion-mental/wallust";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ onemoresuza iynaix ];
48 downloadPage = "https://codeberg.org/explosion-mental/wallust/releases/tag/${version}";
49 mainProgram = "wallust";