Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-15 12:25:33 +00:00
committed by GitHub
20 changed files with 239 additions and 164 deletions
@@ -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 = ''