diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index ab07b512e79..d94287cacdf 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -854,6 +854,10 @@ rec { inherit fetchurl stdenv ncurses openssl; }; + cdparanoiaIII = (import ../applications/audio/cdparanoia) { + inherit fetchurl stdenv; + }; + MPlayer = (import ../applications/video/MPlayer) { inherit fetchurl stdenv freetype x11 zlib; inherit (xlibs) libXv;