7 pname = "base16-shell-preview";
10 python3Packages.buildPythonApplication {
11 inherit pname version;
15 pname = "${lib.replaceStrings ["-"] ["_"] pname}";
16 hash = "sha256-retnbxjdjo+NeA1B0+jpM9kToAX/Rh0ze0yNF9AfDiU=";
19 # If enabled, it will attempt to run '__init__.py, failing by trying to write
20 # at "/homeless-shelter" as HOME
24 homepage = "https://github.com/nvllsvm/base16-shell-preview";
25 description = "Browse and preview Base16 Shell themes in your terminal";
26 mainProgram = "base16-shell-preview";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ AndersonTorres ];