about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/xtreemfs
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 /pkgs/tools/filesystems/xtreemfs
parent2d6fbcd94eef8857a7eb35947a5ac9b282186eaf (diff)
downloadnixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar.gz
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar.bz2
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar.lz
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar.xz
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.tar.zst
nixlib-daa724ae5ad1f901820734079bfc588ea5313c87.zip
xtreemfs: mark as broken
does not support openssl 1.1
Diffstat (limited to 'pkgs/tools/filesystems/xtreemfs')
-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 ea25b302e355..436037245bbb 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
   };
 }