Skip to content

Commit

Permalink
Merge pull request NixOS#307214 from uninsane/pr-eyed3-cross
Browse files Browse the repository at this point in the history
python3Packages.eyeD3: fix cross compilation
  • Loading branch information
Artturin authored Apr 27, 2024
2 parents 7863b27 + 63aa2f8 commit 77759bd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/development/python-modules/eyed3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 77759bd

Please sign in to comment.