Merge pull request #80752 from doronbehar/improve-abcde

abcde: use python3 eyeD3
This commit is contained in:
Timo Kaufmann 2020-03-31 15:03:57 +00:00 committed by GitHub
commit 3bd7fc2800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18349,7 +18349,7 @@ in
aacgain = callPackage ../applications/audio/aacgain { };
abcde = callPackage ../applications/audio/abcde {
inherit (pythonPackages) eyeD3;
inherit (python3Packages) eyeD3;
};
abiword = callPackage ../applications/office/abiword { };