Unverified Commit 5fa1682c authored by Stefan Frijters's avatar Stefan Frijters
Browse files

wiimms-iso-tools: move env variable(s) into env for structuredAttrs

parent 9b0c767e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
    substituteInPlace Makefile --replace gcc "$CC"
  '';

  INSTALL_PATH = "$out";
  env.INSTALL_PATH = "$out";

  installPhase = ''
    mkdir "$out"