forked from lix-project/lix
Merge "flake: dev shells should include the LOCALE_ARCHIVE so configure does not complain" into main
This commit is contained in:
commit
c79b5dca2a
|
@ -423,6 +423,9 @@
|
|||
installFlags = "sysconfdir=$(out)/etc";
|
||||
strictDeps = false;
|
||||
|
||||
# Required to make non-NixOS Linux not complain about missing locale files during configure in a dev shell
|
||||
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
|
||||
shellHook = ''
|
||||
PATH=$prefix/bin:$PATH
|
||||
unset PYTHONPATH
|
||||
|
|
Loading…
Reference in a new issue