15 buildPythonPackage rec {
18 format = "setuptools";
23 inherit pname version;
24 sha256 = "7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3";
32 propagatedBuildInputs = [
42 pythonImportsCheck = [ "ueberzug" ];
45 homepage = "https://github.com/seebye/ueberzug";
46 description = "Alternative for w3mimgdisplay";
47 mainProgram = "ueberzug";
48 license = licenses.gpl3;
49 maintainers = with maintainers; [ Br1ght0ne ];