linuxPackages.tmon: move env variables into env for structuredAttrs (#502562)
This commit is contained in:
@@ -23,7 +23,8 @@ stdenv.mkDerivation {
|
||||
"INSTALL_ROOT=\"$(out)\""
|
||||
"BINDIR=bin"
|
||||
];
|
||||
NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
|
||||
env.NIX_CFLAGS_LINK = "-lgcc_s";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user