openmsx: move env variables into env for structuredAttrs (#491457)

This commit is contained in:
Yohann Boniface
2026-02-17 19:42:57 +00:00
committed by GitHub
+1 -1
View File
@@ -71,7 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
# Many thanks @mthuurne from OpenMSX project for providing support to
# Nixpkgs! :)
TCL_CONFIG = "${tcl}/lib/";
env.TCL_CONFIG = "${tcl}/lib/";
meta = {
homepage = "https://openmsx.org";