From 693c951a69818748b64e557315f9c7b9ce594ccc Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Fri, 26 Jul 2024 18:30:12 +0200 Subject: [PATCH] Add explicit dependency on locale file --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index a712b3e..e6963d8 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ outputs = { self, ... }: { overlays.default = final: prev: { glibcLocales = prev.glibcLocales.overrideAttrs (base: { + nativeBuildInputs = base.nativeBuildInputs or [ ] ++ [ ./en_EU ]; postPatch = base.postPatch + '' cp ${prev.lib.escapeShellArg ./en_EU} localedata/locales/en_EU echo 'en_EU.UTF-8/UTF-8 \' >>localedata/SUPPORTED