mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-30 05:18:34 +00:00
fix(python): disable python metadata check for cheetah3 to fix sabnzbd build
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
_inputs: _final: prev: {
|
||||
pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [
|
||||
(_pyfinal: pyprev: {
|
||||
cheetah3 = pyprev.cheetah3.overridePythonAttrs (_old: {
|
||||
dontCheckPythonMetadata = true;
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user