linux-doc: move env vars into env for structuredAttrs (#492168)

This commit is contained in:
Alyssa Ross
2026-02-21 14:07:12 +00:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
tools/net/ynl/pyynl/ynl_gen_rst.py
'';
FONTCONFIG_FILE = makeFontsConf {
env.FONTCONFIG_FILE = makeFontsConf {
fontDirectories = [ ];
};