* Play DVDs again with vlc.

svn path=/nixpkgs/trunk/; revision=5543
This commit is contained in:
Eelco Dolstra
2006-06-29 23:48:19 +00:00
parent 186c269c70
commit 3f45f2fe82
5 changed files with 22 additions and 20 deletions
@@ -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";
};
}