Add explicit dependency on locale file
This commit is contained in:
parent
b0325f0328
commit
a3f477e3f7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue