netcdffortran: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-14 12:25:16 +01:00
parent f7cd173302
commit 6cf147eac9
+4 -2
View File
@@ -27,8 +27,10 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
FFLAGS = [ "-std=legacy" ];
FCFLAGS = [ "-std=legacy" ];
env = {
FFLAGS = toString [ "-std=legacy" ];
FCFLAGS = toString [ "-std=legacy" ];
};
meta = {
description = "Fortran API to manipulate netcdf files";