mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
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:
parent
40830f8253
commit
e1d9ca4f07
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue