Commit 48ea61c6 authored by theunpleasantowl's avatar theunpleasantowl
Browse files

cider: mark as broken (fails to launch in any graphical session)

parent 176cd43a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,5 +37,6 @@ appimageTools.wrapType2 rec {
    mainProgram = "cider";
    maintainers = [ lib.maintainers.cigrainger ];
    platforms = [ "x86_64-linux" ];
    broken = true;
  };
}