1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01: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:
Silvan Mosberger 2024-01-04 21:17:10 +01:00
parent 40830f8253
commit e1d9ca4f07

View file

@ -30292,7 +30292,7 @@ with pkgs;
aaxtomp3 = callPackage ../applications/audio/aaxtomp3 { }; aaxtomp3 = callPackage ../applications/audio/aaxtomp3 { };
abcde = callPackage ../applications/audio/abcde { abcde = callPackage ../applications/audio/abcde {
inherit (python3Packages) eyeD3; inherit (python3Packages) eyed3;
}; };
abiword = callPackage ../applications/office/abiword { }; abiword = callPackage ../applications/office/abiword { };