build(nix): dont try to compile the recipe_graphviz binary

This commit is contained in:
Yusuf Bera Ertan 2021-06-13 19:23:00 +03:00
parent ffad3a5f66
commit 27216d9a5e
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -79,7 +79,7 @@
# Declare env values here so that `common/build.rs` sees them
NIX_GIT_HASH = prettyRev;
NIX_GIT_TAG = tag;
crateBin = lib.filter (bin: bin.name != "csv_export" && bin.name != "csv_import") oldAttrs.crateBin;
crateBin = lib.filter (bin: bin.name != "csv_export" && bin.name != "csv_import" && bin.name != "recipe_graphviz") oldAttrs.crateBin;
};
veloren-voxygen = oldAttrs: {
VELOREN_USERDATA_STRATEGY = "system";