9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-sx8BH01vTFsAEnMKTcVZTDMHiVi230BVVGRexoBNxeo=";
20 # tests need an interactive terminal
23 cargoHash = "sha256-OyG4DAMoWdLBO0IOcbpD2Fmac0XIP7hdaeDdKiQ4PQA=";
25 buildFeatures = lib.optional withSixel "sixel";
26 buildInputs = lib.optional withSixel libsixel;
29 description = "Command-line application to view images from the terminal written in Rust";
30 homepage = "https://github.com/atanunq/viu";
31 license = licenses.mit;
32 maintainers = with maintainers; [