mozart-binary: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-09 21:39:32 +01:00
parent 09af3e9bed
commit 3b3cb64dda
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
tk-8_5
];
TK_LIBRARY = "${tk-8_5}/lib/tk8.5";
env.TK_LIBRARY = "${tk-8_5}/lib/tk8.5";
nativeBuildInputs = [ makeWrapper ];