From 14b7f973e240c09fc2630466db3f1004201eccc1 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 22 Jul 2024 19:59:26 +0200 Subject: [PATCH] fix: quartus on wayland --- pkgs/intel/quartus/fhs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/intel/quartus/fhs.nix b/pkgs/intel/quartus/fhs.nix index d4f7a0b..e03a560 100644 --- a/pkgs/intel/quartus/fhs.nix +++ b/pkgs/intel/quartus/fhs.nix @@ -43,6 +43,7 @@ pkgs.buildFHSEnv { export PATH=$INSTALL_DIR/quartus/bin:$PATH fi export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH + unset QT_QPA_PLATFORM # tends to crash on wayland with QT_QPA_PLATFORM=wayland, remove that variable, if set exec "$@" ''; -- 2.48.1