From 7f58f61b4bba187cbac99ac32fff813d507efcd4 Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Thu, 19 Feb 2026 17:30:24 +0100 Subject: [PATCH] feedgnuplot: move env vars into env for structuredAttrs --- pkgs/by-name/fe/feedgnuplot/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fe/feedgnuplot/package.nix b/pkgs/by-name/fe/feedgnuplot/package.nix index b468221f8bbb..416a4fd61fd7 100644 --- a/pkgs/by-name/fe/feedgnuplot/package.nix +++ b/pkgs/by-name/fe/feedgnuplot/package.nix @@ -46,7 +46,7 @@ perlPackages.buildPerlPackage rec { ]); # Fontconfig error: Cannot load default config file - FONTCONFIG_FILE = fontsConf; + env.FONTCONFIG_FILE = fontsConf; postPatch = '' patchShebangs .