r-generic-builder.nix: build packages from the extracted $srcdir so that we have a chance to patch them
This commit is contained in:
@@ -19,7 +19,7 @@ R.stdenv.mkDerivation ({
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/library
|
mkdir -p $out/library
|
||||||
R CMD INSTALL -l $out/library $src
|
R CMD INSTALL -l $out/library .
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user