Merge pull request #307214 from uninsane/pr-eyed3-cross

python3Packages.eyeD3: fix cross compilation
This commit is contained in:
Artturi 2024-04-27 19:02:08 +03:00 committed by GitHub
commit 77759bd390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -28,13 +28,6 @@ buildPythonPackage rec {
six
];
postInstall = ''
for prog in "$out/bin/"*; do
wrapProgram "$prog" --prefix PYTHONPATH : "$PYTHONPATH" \
--prefix PATH : ${python}/bin
done
'';
meta = with lib; {
description = "A Python module and command line program for processing ID3 tags";
mainProgram = "eyeD3";