From bbf17163701c2837a6d7127552fea01fb3218f07 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 19 Jan 2005 21:04:43 +0000 Subject: [PATCH] cdparanoia svn path=/nixpkgs/trunk/; revision=2061 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) 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;