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
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

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