libbass: disable until upstream provides stable urls

This commit is contained in:
Jonathan Ringer 2021-12-10 11:15:48 -08:00
parent 68c4b01f72
commit 7e8f4423a8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -60,6 +60,8 @@ let
homepage = "https://www.un4seen.com/";
license = licenses.unfreeRedistributable;
platforms = builtins.attrNames bass.so;
# until upstream has stable URLs, this package is prone to always being broken
broken = true;
};
};