Merge pull request #205844 from Mic92/matterbridge

matterbridge: only build main package
This commit is contained in:
Jörg Thalheim
2023-01-31 14:02:38 +00:00
committed by GitHub
+2
View File
@@ -11,6 +11,8 @@ buildGoModule rec {
sha256 = "sha256-VqVrAmbKTfDhcvgayEE1wUeFBSTGczBrntIJQ5/uWzM=";
};
subPackages = [ "." ];
vendorSha256 = null;
meta = with lib; {