Merge pull request #236793 from GaetanLepage/torch
python3Packages.torch-bin: remove useless patchelf
This commit is contained in:
commit
e8cadb2394
@ -38,10 +38,8 @@ in buildPythonPackage {
|
||||
|
||||
src = fetchurl srcs."${stdenv.system}-${pyVerNoDot}" or unsupported;
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [
|
||||
addOpenGLRunpath
|
||||
patchelf
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
autoPatchelfHook
|
||||
cudaPackages.autoAddOpenGLRunpathHook
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user