Skip to content

Commit

Permalink
xtreemfs: mark as broken
Browse files Browse the repository at this point in the history
does not support openssl 1.1
  • Loading branch information
globin committed Sep 24, 2019
1 parent 2d6fbcd commit daa724a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/filesystems/xtreemfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}

0 comments on commit daa724a

Please sign in to comment.