waylandpp: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:19 +01:00
parent 9dd651ee50
commit c5d5a86d6e
@@ -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 = [ ];
});