python3Packages.bitsandbytes: specify updateScript (#459925)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
symlinkJoin,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
gitUpdater,
|
||||
|
||||
cmake,
|
||||
|
||||
@@ -191,6 +192,10 @@ buildPythonPackage {
|
||||
rocmPackages
|
||||
brokenConditions # To help debug when a package is broken due to CUDA support
|
||||
;
|
||||
|
||||
updateScript = gitUpdater {
|
||||
ignoredVersions = "continuous-release.*";
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user