lammps: small nativeBuildInputs formatting

This commit is contained in:
Doron Behar
2026-07-13 17:23:27 +03:00
parent be2fadebae
commit 4804262cb2
+3 -1
View File
@@ -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;