Loading pkgs/tools/graphics/viu/default.nix +10 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib , rustPlatform , fetchFromGitHub , libsixel , withSixel ? false }: rustPlatform.buildRustPackage rec { pname = "viu"; Loading @@ -16,10 +21,13 @@ rustPlatform.buildRustPackage rec { cargoSha256 = "sha256-ildtjaYGbrQacJOdGDVwFv+kod+vZHqukWN6ARtJqI4="; buildFeatures = lib.optional withSixel "sixel"; buildInputs = lib.optional withSixel libsixel; meta = with lib; { description = "A command-line application to view images from the terminal written in Rust"; homepage = "https://github.com/atanunq/viu"; license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ chuangzhu ]; }; } Loading
pkgs/tools/graphics/viu/default.nix +10 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub }: { lib , rustPlatform , fetchFromGitHub , libsixel , withSixel ? false }: rustPlatform.buildRustPackage rec { pname = "viu"; Loading @@ -16,10 +21,13 @@ rustPlatform.buildRustPackage rec { cargoSha256 = "sha256-ildtjaYGbrQacJOdGDVwFv+kod+vZHqukWN6ARtJqI4="; buildFeatures = lib.optional withSixel "sixel"; buildInputs = lib.optional withSixel libsixel; meta = with lib; { description = "A command-line application to view images from the terminal written in Rust"; homepage = "https://github.com/atanunq/viu"; license = licenses.mit; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ chuangzhu ]; }; }