empty_pattern

This commit is contained in:
mjallen18
2026-04-05 14:49:16 -05:00
parent 159ad4cb83
commit 07b1fc3618
12 changed files with 4 additions and 41 deletions

View File

@@ -1,12 +0,0 @@
{ ... }:
final: prev: {
python3 = prev.python3.override {
packageOverrides = _pyFinal: pyPrev: {
radios = pyPrev.radios.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pyPrev.pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pycountry" ];
});
};
};
python3Packages = final.python3.pkgs;
}