abcde: Fix evaluation

Was broken in 9fddd791c6
but not caught due to https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
This commit is contained in:
Silvan Mosberger
2024-01-07 23:25:40 +01:00
parent 40830f8253
commit e1d9ca4f07
+1 -1
View File
@@ -30292,7 +30292,7 @@ with pkgs;
aaxtomp3 = callPackage ../applications/audio/aaxtomp3 { };
abcde = callPackage ../applications/audio/abcde {
inherit (python3Packages) eyeD3;
inherit (python3Packages) eyed3;
};
abiword = callPackage ../applications/office/abiword { };