about summary refs log tree commit diff
path: root/pkgs/tools/misc/calamares/default.nix
diff options
context:
space:
mode:
authorVictor Fuentes <vmfuentes64@gmail.com>2022-07-30 18:58:44 -0700
committerVictor Fuentes <vmfuentes64@gmail.com>2022-11-02 13:59:52 -0400
commit0e4af0e816cd7ce0b4165616662972bcc472680a (patch)
tree67c2e7420d4992b6e83430922cc1506b4e6e1449 /pkgs/tools/misc/calamares/default.nix
parent71d2c638821034c8453e53b75fa6267b648134a4 (diff)
calamares: add locale path patch
Diffstat (limited to 'pkgs/tools/misc/calamares/default.nix')
-rw-r--r--pkgs/tools/misc/calamares/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix
index 22b5cde7f451d..34d05852a7e8a 100644
--- a/pkgs/tools/misc/calamares/default.nix
+++ b/pkgs/tools/misc/calamares/default.nix
@@ -36,6 +36,8 @@ mkDerivation rec {
     # Fix setting the kayboard layout on GNOME wayland
     # By default the module uses the setxkbmap, which will not change the keyboard
     ./waylandkbd.patch
+    # Change default location where calamares searches for locales
+    ./supportedlocale.patch
   ];
 
   nativeBuildInputs = [ cmake extra-cmake-modules ];