waylandpp: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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 = [ ];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user