nvidia-container-toolkit: fix up another /sbin/ldconfig reference
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
@@ -57,6 +57,9 @@ buildGoModule rec {
|
||||
|
||||
substituteInPlace tools/container/toolkit/toolkit.go \
|
||||
--replace-fail '/sbin/ldconfig' '${lib.getBin glibc}/sbin/ldconfig'
|
||||
|
||||
substituteInPlace cmd/nvidia-cdi-hook/update-ldcache/update-ldcache.go \
|
||||
--replace-fail '/sbin/ldconfig' '${lib.getBin glibc}/sbin/ldconfig'
|
||||
'';
|
||||
|
||||
subPackages = [
|
||||
|
||||
Reference in New Issue
Block a user