Unverified Commit 1ae0632a authored by Stefan Frijters's avatar Stefan Frijters
Browse files

openmsx: move env variables into env for structuredAttrs

parent 7334b98b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";