thc-hydra: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-14 13:42:58 +01:00
parent f391b82114
commit 82311c6ce3
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
DATADIR = "/share/${pname}";
env.DATADIR = "/share/${pname}";
postInstall = lib.optionalString withGUI ''
wrapProgram $out/bin/xhydra \