* Play DVDs again with vlc.
svn path=/nixpkgs/trunk/; revision=5543
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libdvdnav-20050211";
|
||||
src = fetchurl {
|
||||
url = http://downloads.videolan.org/pub/videolan/vlc/0.8.4a/contrib/libdvdnav-20050211.tar.bz2;
|
||||
md5 = "e1b1d45c8fdaf6a2dce3078bd3d7047d";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user