Merge pull request #293507 from peterhoeg/qt6_env

mkKdeDerivation: set the expected UTF-8 locale
This commit is contained in:
K900 2024-03-06 09:51:48 +03:00 committed by GitHub
commit d14e4a8bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,6 +100,8 @@ in
cmakeFlags = ["-DQT_MAJOR_VERSION=6"] ++ extraCmakeFlags;
separateDebugInfo = true;
env.LANG = "C.UTF-8";
};
cleanArgs = builtins.removeAttrs args [