Skip to content

Commit e31bb00

Browse files
committed
lammps: use pkgs.autoAddDriverRunpath
1 parent d93bf8a commit e31bb00

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/science/molecular-dynamics/lammps

1 file changed

+2
-2
lines changed

pkgs/applications/science/molecular-dynamics/lammps/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
, blas
88
, lapack
99
, cmake
10-
, cudaPackages
10+
, autoAddDriverRunpath
1111
, pkg-config
1212
# Available list of packages can be found near here:
1313
#
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
6363
pkg-config
6464
# Although not always needed, it is needed if cmakeFlags include
6565
# GPU_API=cuda, and it doesn't users that don't enable the GPU package.
66-
cudaPackages.autoAddDriverRunpath
66+
autoAddDriverRunpath
6767
];
6868

6969
passthru = {

0 commit comments

Comments
 (0)