summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/altcoins/pivx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/pivx.nix')
-rw-r--r--pkgs/applications/altcoins/pivx.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/applications/altcoins/pivx.nix b/pkgs/applications/altcoins/pivx.nix
index 7b51538d0636..c0833de7dbf3 100644
--- a/pkgs/applications/altcoins/pivx.nix
+++ b/pkgs/applications/altcoins/pivx.nix
@@ -50,5 +50,12 @@ stdenv.mkDerivation rec {
homepage = https://www.dash.org;
maintainers = with maintainers; [ wucke13 ];
platforms = platforms.unix;
+
+ # upstream doesn't support newer openssl versions
+ # https://github.com/PIVX-Project/PIVX/issues/748
+ # "Your system is most probably using openssl 1.1 which is not the
+ # officialy supported version. Either use 1.0.1 or run again configure
+ # with the given option."
+ broken = true;
};
}