7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-TfQvAbP7iCpRQg2G+ejl245NCYo9DpYwMgiwY2BuJnY=";
21 ${python.interpreter} tests/test_icnsutil.py
22 ${python.interpreter} tests/test_cli.py
26 homepage = "https://github.com/relikd/icnsutil";
27 description = "Create and extract .icns files.";
28 license = lib.licenses.mit;
29 maintainers = [ lib.maintainers.reckenrode ];