Merge pull request #293507 from peterhoeg/qt6_env
mkKdeDerivation: set the expected UTF-8 locale
This commit is contained in:
commit
d14e4a8bcf
@ -100,6 +100,8 @@ in
|
||||
cmakeFlags = ["-DQT_MAJOR_VERSION=6"] ++ extraCmakeFlags;
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
env.LANG = "C.UTF-8";
|
||||
};
|
||||
|
||||
cleanArgs = builtins.removeAttrs args [
|
||||
|
Loading…
Reference in New Issue
Block a user