mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
cdparanoia
svn path=/nixpkgs/trunk/; revision=2061
This commit is contained in:
parent
c80ce6e83b
commit
bbf1716370
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user