We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb6277 commit 70afa1fCopy full SHA for 70afa1f
pkgs/tools/system/btop/default.nix
@@ -7,8 +7,8 @@
7
, removeReferencesTo
8
, btop
9
, testers
10
+, autoAddDriverRunpath
11
, cudaSupport ? config.cudaSupport
-, cudaPackages
12
, rocmSupport ? config.rocmSupport
13
, rocmPackages
14
}:
@@ -24,8 +24,10 @@ stdenv.mkDerivation rec {
24
hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
25
};
26
27
- nativeBuildInputs = [ cmake ] ++ lib.optionals cudaSupport [
28
- cudaPackages.autoAddDriverRunpath
+ nativeBuildInputs = [
+ cmake
29
+ ] ++ lib.optionals cudaSupport [
30
+ autoAddDriverRunpath
31
];
32
33
buildInputs = lib.optionals stdenv.isDarwin [
0 commit comments