eyeD3: fix and update to 0.7.8
This commit is contained in:
parent
e1af50c4c4
commit
658c8c5e38
@ -3006,20 +3006,21 @@ let
|
|||||||
|
|
||||||
|
|
||||||
eyeD3 = buildPythonPackage rec {
|
eyeD3 = buildPythonPackage rec {
|
||||||
version = "0.7.4";
|
version = "0.7.8";
|
||||||
name = "eyeD3-${version}";
|
name = "eyeD3-${version}";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://eyed3.nicfit.net/releases/${name}.tgz";
|
url = "http://eyed3.nicfit.net/releases/${name}.tar.gz";
|
||||||
sha256 = "001hzgqqnf2ig432mq78jsxidpky2rl2ilm28xwjp32vzphycf51";
|
sha256 = "1nv7nhfn1d0qm7rgkzksbccgqisng8klf97np0nwaqwd5dbmdf86";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ paver ];
|
buildInputs = with self; [ paver ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for prog in "$out/bin/"*; do
|
for prog in "$out/bin/"*; do
|
||||||
wrapProgram "$prog" --prefix PYTHONPATH : "$PYTHONPATH"
|
wrapProgram "$prog" --prefix PYTHONPATH : "$PYTHONPATH" \
|
||||||
|
--prefix PATH : ${python}/bin
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user