xtreemfs: mark as broken
does not support openssl 1.1
This commit is contained in:
parent
2d6fbcd94e
commit
daa724ae5a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue