Merge pull request #288278 from CertainLach/xformers-skip-update
python3Packages.xformers: skip bulk updates
This commit is contained in:
@@ -78,6 +78,10 @@ buildPythonPackage {
|
||||
|
||||
pythonImportsCheck = [ "xformers" ];
|
||||
|
||||
# Has broken 0.03 version:
|
||||
# https://github.com/NixOS/nixpkgs/pull/285495#issuecomment-1920730720
|
||||
passthru.skipBulkUpdate = true;
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
# see commented out missing packages
|
||||
|
||||
Reference in New Issue
Block a user