rethinkdb: mark as broken

broken with openssl 1.1
This commit is contained in:
Robin Gloster 2019-08-21 21:19:44 +02:00
parent 5ed5493018
commit 2d648e219b
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

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