libvorbis: Propagate `libogg'.

svn path=/nixpkgs/trunk/; revision=13813
This commit is contained in:
Ludovic Courtès 2009-01-20 09:50:05 +00:00
parent 5bc0b549f0
commit 5f8017b492
1 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@ stdenv.mkDerivation {
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
};
buildInputs = [libogg];
propagatedBuildInputs = [ libogg ];
}