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

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