1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

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