Merge pull request #123071 from emmanuelrosa/zhf-taglib-extras
taglib-extras: add missing dependency zlib
This commit is contained in:
commit
8599a6c417
@ -1,4 +1,4 @@
|
||||
{lib, stdenv, fetchurl, cmake, taglib}:
|
||||
{lib, stdenv, fetchurl, cmake, taglib, zlib}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "taglib-extras-1.0.1";
|
||||
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0cln49ws9svvvals5fzxjxlzqm0fzjfymn7yfp4jfcjz655nnm7y";
|
||||
};
|
||||
buildInputs = [ taglib ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
nativeBuildInputs = [ cmake zlib ];
|
||||
|
||||
# Workaround for upstream bug https://bugs.kde.org/show_bug.cgi?id=357181
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user