lol

python3Packages.frozendict: remove merged patch

+1 -7
+1 -7
pkgs/development/python-modules/frozendict/default.nix
··· 20 20 hash = "sha256-4a0DvZOzNJqpop7wi+FagUR+8oaekz4EDNIYdUaAWC8="; 21 21 }; 22 22 23 - postPatch = '' 24 - # https://github.com/Marco-Sulla/python-frozendict/pull/69 25 - substituteInPlace setup.py \ 26 - --replace 'if impl == "PyPy":' 'if impl == "PyPy" or not src_path.exists():' 27 - ''; 28 - 29 23 nativeCheckInputs = [ 30 24 pytestCheckHook 31 25 ]; ··· 48 42 homepage = "https://github.com/Marco-Sulla/python-frozendict"; 49 43 changelog = "https://github.com/Marco-Sulla/python-frozendict/releases/tag/v${version}"; 50 44 license = licenses.lgpl3Only; 51 - maintainers = with maintainers; [ ]; 45 + maintainers = with maintainers; [ pbsds ]; 52 46 }; 53 47 }