waylandpp: don't wrap env.FONTCONFIG_FILE string in list (#492622)
This commit is contained in:
@@ -34,9 +34,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
# Complains about not being able to find the fontconfig config file otherwise
|
||||
env.FONTCONFIG_FILE = lib.optional docSupport (makeFontsConf {
|
||||
fontDirectories = [ ];
|
||||
});
|
||||
env = lib.optionalAttrs docSupport {
|
||||
FONTCONFIG_FILE = makeFontsConf {
|
||||
fontDirectories = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user