Unverified Commit 77759bd3 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

python3Packages.eyeD3: fix cross compilation
parents 7863b271 63aa2f8e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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";