Unverified Commit c5d5a86d authored by Stefan Frijters's avatar Stefan Frijters
Browse files

waylandpp: move env vars into env for structuredAttrs

parent 9dd651ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  # Complains about not being able to find the fontconfig config file otherwise
  FONTCONFIG_FILE = lib.optional docSupport (makeFontsConf {
  env.FONTCONFIG_FILE = lib.optional docSupport (makeFontsConf {
    fontDirectories = [ ];
  });