opencl-icd: remove, point to ocl-icd

This commit is contained in:
Nikolay Amiantov
2017-01-20 03:37:51 +03:00
parent f673243aff
commit 10bae1a207
6 changed files with 8 additions and 27 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, opencl-headers, opencl-icd }:
{ stdenv, fetchurl, makeWrapper, opencl-headers, ocl-icd }:
assert stdenv.isLinux;
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
postFixup = ''
wrapProgram $out/bin/hashcat --prefix LD_LIBRARY_PATH : ${opencl-icd}/lib
wrapProgram $out/bin/hashcat --prefix LD_LIBRARY_PATH : ${ocl-icd}/lib
'';
meta = {