add freecad overlay to start with x instead of wayland
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
final: prev: {
|
||||
freecad = prev.freecad.overrideAttrs (old: {
|
||||
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ final.makeWrapper ];
|
||||
|
||||
postFixup = (old.postFixup or "") + ''
|
||||
wrapProgram $out/bin/FreeCAD \
|
||||
--set QT_QPA_PLATFORM xcb
|
||||
'';
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user