mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 06:33:42 +00:00
Merge pull request #307214 from uninsane/pr-eyed3-cross
python3Packages.eyeD3: fix cross compilation
This commit is contained in:
commit
77759bd390
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user