cudaPackages.tests.redists-installed: make broken assertion more descriptive
Signed-off-by: Connor Baker <ConnorBaker01@gmail.com>
This commit is contained in:
@@ -40,7 +40,9 @@ linkedWithoutLicenses.overrideAttrs (
|
||||
|
||||
brokenAssertions = prevAttrs.passthru.brokenAssertions or [ ] ++ [
|
||||
{
|
||||
message = "No redists are available for the current platform (${backendStdenv.hostNixSystem}); ensure proper licenses are allowed";
|
||||
message =
|
||||
"No redists are available for the current NVIDIA system identifier (${backendStdenv.hostRedistSystem});"
|
||||
+ " ensure proper licenses are allowed and that the CUDA version in use supports the system";
|
||||
assertion = availableRedistsForPlatform != { };
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user