cura5: fix package for wayland (#76)
Some checks failed
CI / checks (nur) (push) Successful in 3m40s
CI / build-and-update (xeals, xeals) (push) Successful in 7m3s
Update flake inputs / update-flake (push) Failing after 2m44s

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

View File

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