fix: override meshtastic to skip runtime deps check (tabulate 0.10.0 incompatibility)
This commit is contained in:
@@ -78,4 +78,9 @@ in {
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
# meshtastic requires tabulate < 0.10.0 but nixpkgs has 0.10.0
|
||||
meshtastic = prev.meshtastic.overrideAttrs (old: {
|
||||
dontCheckRuntimeDeps = true;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user