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