about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorSomeone <sergei.kozlukov@aalto.fi>2024-03-30 22:37:51 +0000
committerGitHub <noreply@github.com>2024-03-30 22:37:51 +0000
commit09b490afe63c9f789d8237d38d150e0d486ad1d8 (patch)
treea1b2a79be1092c1b04f7e2afc28f6770ee496fe6 /pkgs/applications/science
parent0660548f6dc0e19152d37f3d6d7d2126df40e909 (diff)
parente31bb0051f1788b1c7b00b2fb18c44b4b4095156 (diff)
Merge pull request #300278 from jonringer/lammps-autoadd
lammps: use pkgs.autoAddDriverRunpath
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/molecular-dynamics/lammps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/molecular-dynamics/lammps/default.nix b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
index 4c2a80c2f1b73..b881d339300c4 100644
--- a/pkgs/applications/science/molecular-dynamics/lammps/default.nix
+++ b/pkgs/applications/science/molecular-dynamics/lammps/default.nix
@@ -7,7 +7,7 @@
 , blas
 , lapack
 , cmake
-, cudaPackages
+, autoAddDriverRunpath
 , pkg-config
 # Available list of packages can be found near here:
 #
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
     pkg-config
     # Although not always needed, it is needed if cmakeFlags include
     # GPU_API=cuda, and it doesn't users that don't enable the GPU package.
-    cudaPackages.autoAddDriverRunpath
+    autoAddDriverRunpath
   ];
 
   passthru = {