mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
build(nix): dont try to compile i18n-check binary
This commit is contained in:
parent
fd480fdfbc
commit
ffad3a5f66
@ -69,6 +69,9 @@
|
|||||||
veloren-client = oldAttrs: {
|
veloren-client = oldAttrs: {
|
||||||
crateBin = lib.filter (bin: bin.name != "bot") oldAttrs.crateBin;
|
crateBin = lib.filter (bin: bin.name != "bot") oldAttrs.crateBin;
|
||||||
};
|
};
|
||||||
|
veloren-i18n = oldAttrs: {
|
||||||
|
crateBin = lib.filter (bin: bin.name != "i18n-check") oldAttrs.crateBin;
|
||||||
|
};
|
||||||
veloren-common = oldAttrs: {
|
veloren-common = oldAttrs: {
|
||||||
# Disable `git-lfs` check here since we check it ourselves
|
# Disable `git-lfs` check here since we check it ourselves
|
||||||
# We have to include the command output here, otherwise Nix won't run it
|
# We have to include the command output here, otherwise Nix won't run it
|
||||||
|
Loading…
Reference in New Issue
Block a user