We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a1741 commit 65c4c21Copy full SHA for 65c4c21
pkgs/by-name/ll/llama-cpp/package.nix
@@ -1,4 +1,5 @@
1
{ lib
2
+, autoAddDriverRunpath
3
, cmake
4
, darwin
5
, fetchFromGitHub
@@ -88,7 +89,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
88
89
nativeBuildInputs = [ cmake ninja pkg-config git ]
90
++ optionals cudaSupport [
91
cudaPackages.cuda_nvcc
- cudaPackages.autoAddDriverRunpath
92
+ autoAddDriverRunpath
93
];
94
95
buildInputs = optionals effectiveStdenv.isDarwin darwinBuildInputs
0 commit comments