bionic: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 14:22:05 +01:00
parent 6ac03345c9
commit 30b9cb9c8a
@@ -81,7 +81,7 @@ stdenvNoCC.mkDerivation rec {
stripRoot = false;
};
NIX_DONT_SET_RPATH = true;
env.NIX_DONT_SET_RPATH = true;
dontConfigure = true;
dontBuild = true;