Files
nixpkgs/pkgs/development/python-modules/eyed3
Colin 63aa2f8e42 python3Packages.eyeD3: fix cross compilation
the python builder already wraps the binary so as to add every
dependency to the site path and the system PATH. wrapping it again in
postInstall is redundant, and also wrong because that uses the builder's
PYTHONPATH, resulting in an illegal path reference when cross compiling.
2024-04-27 15:18:54 +00:00
..