3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150113 from jonringer/disable-libbass

libbass: disable until upstream provides stable urls
This commit is contained in:
Jörg Thalheim 2021-12-11 13:25:08 +00:00 committed by GitHub
commit a9de1a0a17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
};