···99 milksnake,
1010 cffi,
1111 pytestCheckHook,
1212- nixosTests,
1312}:
14131514buildPythonPackage rec {
1615 pname = "symbolic";
1717- version = "12.14.1"; # glitchtip currently only works with symbolic 10.x
1616+ version = "12.14.1";
1817 pyproject = true;
19182019 src = fetchFromGitHub {
···2221 repo = "symbolic";
2322 tag = version;
2423 hash = "sha256-u3nEYvnt2P+W/0zYctikMgdkalej86eCYhfWj9LW4pU=";
2525- # for some reason the `py` directory in the tarball is empty, so we fetch the source via git instead
2424+ # the `py` directory is not included in the tarball, so we fetch the source via git instead
2625 forceFetchGit = true;
2726 };
28272928 cargoDeps = rustPlatform.fetchCargoVendor {
3030- inherit
3131- pname
3232- version
3333- src
3434- ;
2929+ inherit pname version src;
3530 hash = "sha256-X8IjmSQD32bougiUFyuk8OOGIzIQgk/TjVM5bgUey5M=";
3631 };
3732···5853 pytestFlagsArray = [ "py" ];
59546055 pythonImportsCheck = [ "symbolic" ];
6161-6262- passthru.tests = { inherit (nixosTests) glitchtip; };
63566457 meta = {
6558 description = "Python library for dealing with symbol files and more";