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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user