Unverified Commit 8d97c4d2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 912d6201 1ae0632a
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";