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

This commit is contained in:
Stefan Frijters
2026-02-13 12:10:01 +01:00
parent 9b0c767ef2
commit 5fa1682c6d
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace Makefile --replace gcc "$CC"
'';
INSTALL_PATH = "$out";
env.INSTALL_PATH = "$out";
installPhase = ''
mkdir "$out"