Commit 22b7dfe0 authored by Doron Behar's avatar Doron Behar
Browse files

libmpd: mark as broken on Darwin

parent 616827fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,5 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ doronbehar ];
    platforms = platforms.all;
    # Getting DARWIN_NULL related errors
    broken = stdenv.isDarwin;
  };
})