Merge pull request #123167 from ck3d/zhf-geonic

gonic: Fix build error
This commit is contained in:
markuskowa 2021-05-16 19:39:27 +02:00 committed by GitHub
commit 3bfc1b2cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{ lib, buildGoModule, fetchFromGitHub
, pkg-config, taglib, alsaLib
, zlib
# Disable on-the-fly transcoding,
# removing the dependency on ffmpeg.
@ -20,7 +21,7 @@ buildGoModule rec {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ taglib alsaLib ];
buildInputs = [ taglib alsaLib zlib ];
vendorSha256 = "0inxlqxnkglz4j14jav8080718a80nqdcl866lkql8r6zcxb4fm9";
# TODO(Profpatsch): write a test for transcoding support,