aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-09-24 15:57:46 +0200
committerRobin Gloster <mail@glob.in>2019-09-24 15:59:01 +0200
commitdaa724ae5ad1f901820734079bfc588ea5313c87 (patch)
tree20c2fcce3c8bb94f31877bc7993b1a1402776567
parent2d6fbcd94eef8857a7eb35947a5ac9b282186eaf (diff)
xtreemfs: mark as broken
does not support openssl 1.1
-rw-r--r--pkgs/tools/filesystems/xtreemfs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/xtreemfs/default.nix b/pkgs/tools/filesystems/xtreemfs/default.nix
index ea25b302e35..436037245bb 100644
--- a/pkgs/tools/filesystems/xtreemfs/default.nix
+++ b/pkgs/tools/filesystems/xtreemfs/default.nix
@@ -66,5 +66,6 @@ stdenv.mkDerivation {
maintainers = with lib.maintainers; [ raskin matejc ];
platforms = lib.platforms.linux;
license = lib.licenses.bsd3;
+ broken = true; # does not support openssl 1.1
};
}