chaps: mark as broken due to openssl 1.1

This commit is contained in:
Franz Pletz
2017-07-31 22:42:49 +02:00
committed by Robin Gloster
parent 2debf0da28
commit c7ffe1778a

View File

@@ -80,5 +80,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.tstrobel ];
platforms = [ "x86_64-linux" ];
license = licenses.bsd3;
broken = true; # build failure withn openssl 1.1
};
}