xtreemfs: mark as broken

does not support openssl 1.1
This commit is contained in:
Robin Gloster
2019-09-24 15:57:46 +02:00
parent 2d6fbcd94e
commit daa724ae5a

View File

@@ -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
};
}