thc-hydra: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
DATADIR = "/share/${pname}";
|
||||
env.DATADIR = "/share/${pname}";
|
||||
|
||||
postInstall = lib.optionalString withGUI ''
|
||||
wrapProgram $out/bin/xhydra \
|
||||
|
||||
Reference in New Issue
Block a user