cdparanoia

svn path=/nixpkgs/trunk/; revision=2061
This commit is contained in:
Rob Vermaas 2005-01-19 21:04:43 +00:00
parent c80ce6e83b
commit bbf1716370

View File

@ -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;