socklog: mark not broken on darwin

May not be very useful, but it works just fine.
This commit is contained in:
Stanisław Pitucha 2023-04-03 21:17:08 +10:00
parent a626f58adf
commit fe39b694d2

View file

@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "System and kernel logging services";
homepage = "http://smarden.org/socklog/";
license = licenses.publicDomain;