altcoins.freicoin: mark as broken

doesn't build with openssl 1.1 and they use openssl 1.0.1 for testing
This commit is contained in:
Robin Gloster
2019-08-20 22:47:18 +02:00
parent ea5b86c3f1
commit 45769db278

View File

@@ -34,5 +34,8 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = [ maintainers.viric ];
platforms = platforms.linux;
# upstream doesn't support newer openssl versions, use 1.0.1 for testing
broken = true;
};
}