1 { lib, python3, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
7 # don't prefix with python version
10 src = fetchFromGitHub {
14 sha256 = "sha256-gEluWzCbztO4N1wdFab+2xH7l9w5HqZVzp2LrdjHSRM=";
19 propagatedBuildInputs = [ python3 ];
22 description = "Text scroller for use with panels and shells";
23 mainProgram = "zscroll";
24 homepage = "https://github.com/noctuid/zscroll";
25 license = licenses.gpl3Plus;
26 platforms = platforms.all;