From c5d5a86d6e8e2b3a59626464e9ecc3056a87e376 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 17:32:45 +0100 Subject: [PATCH] waylandpp: move env vars into env for structuredAttrs --- pkgs/development/libraries/waylandpp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/waylandpp/default.nix b/pkgs/development/libraries/waylandpp/default.nix index 6d0b9dea1dd0..61ac0a51cfdc 100644 --- a/pkgs/development/libraries/waylandpp/default.nix +++ b/pkgs/development/libraries/waylandpp/default.nix @@ -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 = [ ]; });