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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "taglib-extras-1.0.1";
|
name = "taglib-extras-1.0.1";
|
||||||
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0cln49ws9svvvals5fzxjxlzqm0fzjfymn7yfp4jfcjz655nnm7y";
|
sha256 = "0cln49ws9svvvals5fzxjxlzqm0fzjfymn7yfp4jfcjz655nnm7y";
|
||||||
};
|
};
|
||||||
buildInputs = [ taglib ];
|
buildInputs = [ taglib ];
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake zlib ];
|
||||||
|
|
||||||
# Workaround for upstream bug https://bugs.kde.org/show_bug.cgi?id=357181
|
# Workaround for upstream bug https://bugs.kde.org/show_bug.cgi?id=357181
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user