cura5: fix package for wayland ()

This commit is contained in:
Patrizio Bekerle 2024-12-11 01:57:09 +01:00 committed by GitHub
parent 47b05d81c1
commit 8ccdad907f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,7 +33,7 @@ let
fi
args+=("$a")
done
exec "${cura5}/bin/cura5" "''${args[@]}"
QT_QPA_PLATFORM=xcb exec "${cura5}/bin/cura5" "''${args[@]}"
'';
in
stdenv.mkDerivation rec {