linuxPackages.tmon: move env variables into env for structuredAttrs (#502562)

This commit is contained in:
Jo
2026-04-01 10:52:40 +00:00
committed by GitHub
+2 -1
View File
@@ -23,7 +23,8 @@ stdenv.mkDerivation {
"INSTALL_ROOT=\"$(out)\""
"BINDIR=bin"
];
NIX_CFLAGS_LINK = "-lgcc_s";
env.NIX_CFLAGS_LINK = "-lgcc_s";
enableParallelBuilding = true;