11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "Edinburgh-Genome-Foundry";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-oyiuhsYouGDKRssKc0aYIoG32H7GS6Bn4RtI7/9N158=";
31 export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf
35 # AssertionError, https://github.com/Edinburgh-Genome-Foundry/Flametree/issues/9
39 pythonImportsCheck = [ "flametree" ];
42 description = "Python file and zip operations made easy";
43 homepage = "https://github.com/Edinburgh-Genome-Foundry/Flametree";
44 license = licenses.mit;
45 maintainers = with maintainers; [ prusnak ];