* Added the Beep Music Player (a GTK2 XMMS fork).

svn path=/nixpkgs/trunk/; revision=4675
This commit is contained in:
Eelco Dolstra
2006-02-02 14:12:31 +00:00
parent 3c614ad92f
commit fedfbe2d1a
4 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "id3lib-3.8.3";
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/id3lib/id3lib-3.8.3.tar.gz;
md5 = "19f27ddd2dda4b2d26a559a4f0f402a7";
};
configureFlags = "--disable-static";
}