Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-16 18:32:41 +00:00
committed by GitHub
40 changed files with 156 additions and 139 deletions
+2 -1
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,
+1 -1
View File
@@ -201,7 +201,7 @@ stdenv.mkDerivation rec {
large intranets by maximizing existing and available bandwidth.
'';
license = licenses.asl20;
maintainers = with maintainers; [ midchildan joaquinito2051 ];
maintainers = with maintainers; [ midchildan ];
platforms = platforms.unix;
};
}