This commit is contained in:
mjallen18
2026-03-26 15:29:42 -05:00
parent f7a0460646
commit 8732e65f1c
3 changed files with 31 additions and 4 deletions

View File

@@ -6,6 +6,10 @@ final: prev: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pyPrev.pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pycountry" ];
});
psnawp = pyPrev.psnawp.overridePythonAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pyPrev.pythonRelaxDepsHook ];
pythonRelaxDeps = [ "pycountry" ];
});
};
};
python3Packages = final.python3.pkgs;