capitaine-cursors: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:30:23 +01:00
parent 71f1a1053e
commit 89a73cb7b3
@@ -34,7 +34,7 @@ stdenvNoCC.mkDerivation rec {
'';
# Complains about not being able to find the fontconfig config file otherwise
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
env.FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
buildInputs = [
inkscape