python3Packages.torchaudio: customize pname of the gpuCheck derivation
This commit is contained in:
@@ -119,6 +119,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
|
||||
];
|
||||
|
||||
passthru.gpuCheck = torchaudio.overridePythonAttrs (old: {
|
||||
pname = "${finalAttrs.pname}-gpuCheck";
|
||||
requiredSystemFeatures = [ "cuda" ];
|
||||
|
||||
env = (old.env or { }) // {
|
||||
|
||||
Reference in New Issue
Block a user