Commit 8425907d authored by teto's avatar teto
Browse files

supercollider: add wayland support to ide

else we get the typical:

```
➜ ./result/bin/scide 
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
```
parent 5eecbe3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
  qtwebengine,
  readline,
  qtwebsockets,
  qtwayland,
  useSCEL ? false,
  emacs,
  gitUpdater,
@@ -73,6 +74,7 @@ mkDerivation rec {
    libXt
    qtbase
    qtwebsockets
    qtwayland
    readline
  ]
  ++ lib.optional withWebengine qtwebengine