lammps: small nativeBuildInputs formatting
This commit is contained in:
@@ -71,7 +71,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# GPU_API=cuda, and it doesn't users that don't enable the GPU package.
|
||||
autoAddDriverRunpath
|
||||
]
|
||||
++ lib.optionals packages.PYTHON [ python3 ];
|
||||
++ lib.optionals packages.PYTHON [
|
||||
python3
|
||||
];
|
||||
|
||||
passthru = {
|
||||
inherit packages;
|
||||
|
||||
Reference in New Issue
Block a user