Loading pkgs/development/python-modules/beets-alternatives/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,18 @@ buildPythonPackage rec { hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A="; }; patches = [ # Fixes a failing test, see: # https://github.com/geigerzaehler/beets-alternatives/issues/212 (fetchpatch { url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch"; hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ="; includes = [ "test/cli_test.py" ]; }) ]; build-system = [ hatchling ]; Loading Loading
pkgs/development/python-modules/beets-alternatives/default.nix +12 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,18 @@ buildPythonPackage rec { hash = "sha256-leZYXf6Oo/jAKbnJbP+rTnuRsh9P1BQXYAbthMNT60A="; }; patches = [ # Fixes a failing test, see: # https://github.com/geigerzaehler/beets-alternatives/issues/212 (fetchpatch { url = "https://github.com/geigerzaehler/beets-alternatives/commit/8b75974636897aabcf2ca75fb0987f7beb68f50f.patch"; hash = "sha256-lIJwuf3UklcJM4m7CO2+aNpPekHXuC5rpPVjK+kb+FQ="; includes = [ "test/cli_test.py" ]; }) ]; build-system = [ hatchling ]; Loading