We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93bf8a commit e31bb00Copy full SHA for e31bb00
pkgs/applications/science/molecular-dynamics/lammps/default.nix
@@ -7,7 +7,7 @@
7
, blas
8
, lapack
9
, cmake
10
-, cudaPackages
+, autoAddDriverRunpath
11
, pkg-config
12
# Available list of packages can be found near here:
13
#
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
63
pkg-config
64
# Although not always needed, it is needed if cmakeFlags include
65
# GPU_API=cuda, and it doesn't users that don't enable the GPU package.
66
- cudaPackages.autoAddDriverRunpath
+ autoAddDriverRunpath
67
];
68
69
passthru = {
0 commit comments