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:
parent
ea5b86c3f1
commit
45769db278
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue