mkKdeDerivation: set the expected UTF-8 environment

This commit is contained in:
Peter Hoeg 2024-03-05 14:32:49 +01:00
parent e4f3d9a3d4
commit 5c74ce2762

View File

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