openmsx: move env variables into env for structuredAttrs
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user