python311Packages.eyed3: rename from eyeD3
This commit is contained in:
parent
9c2f7eb95d
commit
9fddd791c6
5 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyeD3
|
||||
{ lib, stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, which, vorbis-tools, id3v2, eyed3
|
||||
, lame, flac, glyr
|
||||
, perlPackages
|
||||
, makeWrapper }:
|
||||
|
@ -40,7 +40,7 @@ in
|
|||
--prefix PERL5LIB : "$PERL5LIB" \
|
||||
--prefix PATH ":" ${lib.makeBinPath [
|
||||
"$out" which libcdio-paranoia cddiscid wget
|
||||
vorbis-tools id3v2 eyeD3 lame flac glyr
|
||||
vorbis-tools id3v2 eyed3 lame flac glyr
|
||||
]}
|
||||
done
|
||||
'';
|
||||
|
|
|
@ -57,7 +57,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
pygobject3
|
||||
eyeD3
|
||||
eyed3
|
||||
pillow
|
||||
mutagen
|
||||
pytaglib
|
||||
|
|
|
@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec {
|
|||
mygpoclient
|
||||
requests
|
||||
pygobject3
|
||||
eyeD3
|
||||
eyed3
|
||||
podcastparser
|
||||
html5lib
|
||||
mutagen
|
||||
|
|
|
@ -138,6 +138,7 @@ mapAliases ({
|
|||
enhancements = throw "enhancements is unmaintained upstream and has therefore been removed"; # added 2023-10-27
|
||||
et_xmlfile = et-xmlfile; # added 2023-10-16
|
||||
ev3dev2 = python-ev3dev2; # added 2023-06-19
|
||||
eyeD3 = eyed3; # added 2024-01-03
|
||||
Fabric = fabric; # addedd 2023-02-19
|
||||
face_recognition = face-recognition; # added 2022-10-15
|
||||
face_recognition_models = face-recognition-models; # added 2022-10-15
|
||||
|
|
|
@ -3817,7 +3817,7 @@ self: super: with self; {
|
|||
|
||||
extruct = callPackage ../development/python-modules/extruct { };
|
||||
|
||||
eyeD3 = callPackage ../development/python-modules/eyed3 { };
|
||||
eyed3 = callPackage ../development/python-modules/eyed3 { };
|
||||
|
||||
ezdxf = callPackage ../development/python-modules/ezdxf { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue