forked from mirrors/nixpkgs
libid3tag: Added zlib to propagatedBuildInputs.
svn path=/nixpkgs/trunk/; revision=21145
This commit is contained in:
parent
64249d4372
commit
eb3b3e043d
|
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151";
|
||||
};
|
||||
|
||||
buildInputs = [zlib];
|
||||
propagatedBuildInputs = [zlib];
|
||||
|
||||
meta = {
|
||||
description = "An ID3 tag manipulation library.";
|
||||
|
|
Loading…
Reference in a new issue