flac: Add description

This commit is contained in:
Eelco Dolstra 2012-08-23 13:57:31 -04:00
parent 165257a8ee
commit dbe524fe3f

View File

@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libogg ]; buildInputs = [ libogg ];
patches = [ patches =
# Fix for building on GCC 4.3. [ # Fix for building on GCC 4.3.
(fetchurl { (fetchurl {
url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-libs/flac/files/flac-1.2.1-gcc-4.3-includes.patch?rev=1.1"; url = "http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-libs/flac/files/flac-1.2.1-gcc-4.3-includes.patch?rev=1.1";
sha256 = "1m6ql5vyjb2jlp5qiqp6w0drq1m6x6y3i1dnl5ywywl3zd36k0mr"; sha256 = "1m6ql5vyjb2jlp5qiqp6w0drq1m6x6y3i1dnl5ywywl3zd36k0mr";
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://flac.sourceforge.net; homepage = http://flac.sourceforge.net;
description = "Library and tools for encoding and decoding the FLAC lossless audio file format";
}; };
} }