cp2k: enable strictDeps, __structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-06-24 20:24:30 -04:00
parent c4270ddad4
commit 36b683a6df
+4
View File
@@ -133,6 +133,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "cp2k";
version = "2026.1-unstable-2026-06-16";
strictDeps = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "cp2k";
repo = "cp2k";
@@ -157,6 +160,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
pkg-config
gfortran
mpi
]
++ lib.optionals (gpuBackend == "cuda") [
cudaPackages.cuda_nvcc