1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-OjLj+QYg8YOJzDq3Y6/uyEXlNWbPm8VA/b1yP9jT6Jo=";
14 propagatedBuildInputs = with python3Packages; [ numpy wand ];
17 description = "Tools that convert cursors between the Windows (*.cur, *.ani) and Xcursor format";
18 homepage = "https://github.com/quantum5/win2xcur";
19 changelog = "https://github.com/quantum5/win2xcur/releases/tag/v${version}";
20 license = licenses.gpl3Plus;
21 maintainers = with maintainers; [ teatwig ];