mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
rethinkdb: mark as broken
broken with openssl 1.1
This commit is contained in:
parent
5ed5493018
commit
2d648e219b
@ -61,5 +61,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.agpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice bluescreen303 ];
|
||||
broken = true; # broken with openssl 1.1
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user