about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-08-20 22:47:18 +0200
committerRobin Gloster <mail@glob.in>2019-08-20 22:47:18 +0200
commit45769db278e58b6633d8bf9966c48a5cb0fb5324 (patch)
treec1608c19f8484d9f2f7eb9f45afa8d7f389f2c57 /pkgs/applications/altcoins
parentea5b86c3f1dcfbbd815d591dd7355f709039c582 (diff)
altcoins.freicoin: mark as broken
doesn't build with openssl 1.1 and they use openssl 1.0.1 for testing
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/freicoin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/altcoins/freicoin.nix b/pkgs/applications/altcoins/freicoin.nix
index 78ce074eafd31..664159be20134 100644
--- a/pkgs/applications/altcoins/freicoin.nix
+++ b/pkgs/applications/altcoins/freicoin.nix
@@ -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;
   };
 }