mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
mkKdeDerivation: set the expected UTF-8 environment
This commit is contained in:
parent
e4f3d9a3d4
commit
5c74ce2762
@ -100,6 +100,8 @@ in
|
|||||||
cmakeFlags = ["-DQT_MAJOR_VERSION=6"] ++ extraCmakeFlags;
|
cmakeFlags = ["-DQT_MAJOR_VERSION=6"] ++ extraCmakeFlags;
|
||||||
|
|
||||||
separateDebugInfo = true;
|
separateDebugInfo = true;
|
||||||
|
|
||||||
|
env.LANG = "C.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
cleanArgs = builtins.removeAttrs args [
|
cleanArgs = builtins.removeAttrs args [
|
||||||
|
Loading…
Reference in New Issue
Block a user