mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
tabby: use pkgs.autoAddDriverRunpath
This commit is contained in:
parent
fbb8b069a7
commit
cdb95a1b86
@ -11,6 +11,7 @@
|
||||
|
||||
, llama-cpp
|
||||
|
||||
, autoAddDriverRunpath
|
||||
, cudaSupport ? config.cudaSupport
|
||||
, cudaPackages ? { }
|
||||
|
||||
@ -135,9 +136,7 @@ rustPlatform.buildRustPackage {
|
||||
protobuf
|
||||
git
|
||||
] ++ optionals enableCuda [
|
||||
# TODO: Replace with autoAddDriverRunpath
|
||||
# once https://github.com/NixOS/nixpkgs/pull/275241 has been merged
|
||||
cudaPackages.autoAddDriverRunpath
|
||||
autoAddDriverRunpath
|
||||
];
|
||||
|
||||
buildInputs = [ openssl ]
|
||||
|
Loading…
Reference in New Issue
Block a user