cross: upstream eyeD3 patch

This commit is contained in:
Colin 2024-04-27 13:31:47 +00:00
parent 39d31c3ffd
commit 1757ea4492
1 changed files with 1 additions and 0 deletions

View File

@ -1594,6 +1594,7 @@ in with final; {
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
(py-final: py-prev: {
# 2024/02/27: upstreaming is unblocked (eyeD3 is a dep of gpodder)
# out for review: <https://github.com/NixOS/nixpkgs/pull/307214>
eyed3 = py-prev.eyed3.overrideAttrs (orig: {
# weird double-wrapping of the output executable, but somehow with the build python ends up on PYTHONPATH
postInstall = "";