Loading pkgs/development/libraries/waylandpp/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 { env = lib.optionalAttrs docSupport { FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; }); }; }; nativeBuildInputs = [ cmake Loading Loading
pkgs/development/libraries/waylandpp/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -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 { env = lib.optionalAttrs docSupport { FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; }); }; }; nativeBuildInputs = [ cmake Loading