Unverified Commit f85651d2 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

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

parents 2fcd5fb0 1e143fbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
      tools/net/ynl/pyynl/ynl_gen_rst.py
  '';

  FONTCONFIG_FILE = makeFontsConf {
  env.FONTCONFIG_FILE = makeFontsConf {
    fontDirectories = [ ];
  };