socat2pre: mark as broken

This commit is contained in:
Robin Gloster 2019-08-21 20:31:57 +02:00
parent 0511b88ccb
commit 6095f88e7e
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = licenses.gpl2;
maintainers = [ maintainers.eelco ];
broken = true; # broken with openssl 1.1
};
}