about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-26 13:09:23 -0500
committerGitHub <noreply@github.com>2023-12-26 13:09:23 -0500
commit5cfba53fc6823e75d64c16fa7212656cf4898076 (patch)
tree4166584cb55437ab139b91d2b32e7e5f8b00ad33 /nixos/modules/config
parent98a307aa3546ecc2de1e093c30f32e399ae0b352 (diff)
parent2e14d8ba72b07047d1dda0ed8161956fba34ee0a (diff)
Merge pull request #258812 from Izorkin/fix-noxlibs
nixos/no-x-libs: fix build packages
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index f7dfc0a058cf1..63a491e27a69b 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -73,7 +73,7 @@ with lib;
       qemu = super.qemu.override { gtkSupport = false; spiceSupport = false; sdlSupport = false; };
       qrencode = super.qrencode.overrideAttrs (_: { doCheck = false; });
       qt5 = super.qt5.overrideScope (const (super': {
-        qtbase = super'.qtbase.override { withGtk3 = false; };
+        qtbase = super'.qtbase.override { withGtk3 = false; withQttranslation = false; };
       }));
       stoken = super.stoken.override { withGTK3 = false; };
       # translateManpages -> perlPackages.po4a -> texlive-combined-basic -> texlive-core-big -> libX11