Commit fe39b694 authored by Stanisław Pitucha's avatar Stanisław Pitucha
Browse files

socklog: mark not broken on darwin

May not be very useful, but it works just fine.
parent a626f58a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;