bionic: move env variable into env for structuredAttrs
This commit is contained in:
@@ -81,7 +81,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
NIX_DONT_SET_RPATH = true;
|
||||
env.NIX_DONT_SET_RPATH = true;
|
||||
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
|
||||
Reference in New Issue
Block a user