treewide: extraPostFetch -> postFetch

This commit is contained in:
Artturin
2022-05-17 22:10:33 +03:00
parent 5a6a31e54d
commit b3caa2f1fe
37 changed files with 54 additions and 62 deletions

View File

@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
"R-${fullVersion}/${pname}-${version}-${metadata.platform}.zip";
inherit (metadata) sha256;
stripRoot = false;
extraPostFetch = ''
postFetch = ''
mkdir "$unpackDir"
cd "$unpackDir"