powershell: remove env-vars from output
This commit is contained in:
@@ -38,7 +38,14 @@ stdenv.mkDerivation rec {
|
||||
passthru.sources.${stdenv.hostPlatform.system}
|
||||
or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
|
||||
|
||||
sourceRoot = ".";
|
||||
sourceRoot = "source";
|
||||
|
||||
unpackPhase = ''
|
||||
runHook preUnpack
|
||||
mkdir -p "$sourceRoot"
|
||||
tar xf $src --directory="$sourceRoot"
|
||||
runHook postUnpack
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user