python3Packages.torch-bin: remove useless patchelf
This commit is contained in:
parent
f3aec7265d
commit
da20893f54
1 changed files with 1 additions and 3 deletions
|
@ -38,10 +38,8 @@ in buildPythonPackage {
|
||||||
|
|
||||||
src = fetchurl srcs."${stdenv.system}-${pyVerNoDot}" or unsupported;
|
src = fetchurl srcs."${stdenv.system}-${pyVerNoDot}" or unsupported;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = lib.optionals stdenv.isLinux [
|
||||||
addOpenGLRunpath
|
addOpenGLRunpath
|
||||||
patchelf
|
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
cudaPackages.autoAddOpenGLRunpathHook
|
cudaPackages.autoAddOpenGLRunpathHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue