Skip to content

Commit 65c4c21

Browse files
committed
llama-cpp: use pkgs.autoAddDriverRunpath
1 parent 60a1741 commit 65c4c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/ll/llama-cpp/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ lib
2+
, autoAddDriverRunpath
23
, cmake
34
, darwin
45
, fetchFromGitHub
@@ -88,7 +89,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
8889
nativeBuildInputs = [ cmake ninja pkg-config git ]
8990
++ optionals cudaSupport [
9091
cudaPackages.cuda_nvcc
91-
cudaPackages.autoAddDriverRunpath
92+
autoAddDriverRunpath
9293
];
9394

9495
buildInputs = optionals effectiveStdenv.isDarwin darwinBuildInputs

0 commit comments

Comments
 (0)