libvorbis: Propagate `libogg'.
svn path=/nixpkgs/trunk/; revision=13813
This commit is contained in:
parent
5bc0b549f0
commit
5f8017b492
|
@ -6,5 +6,6 @@ stdenv.mkDerivation {
|
||||||
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
|
url = http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2;
|
||||||
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
|
sha256 = "0nq62b8y2rhhgxxyiw6b4wchic61q5v649fdl8dd7090nxxcbx4y";
|
||||||
};
|
};
|
||||||
buildInputs = [libogg];
|
|
||||||
|
propagatedBuildInputs = [ libogg ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue