summary refs log tree commit diff
path: root/pkgs/applications/science/math/R/default.nix
diff options
context:
space:
mode:
authorPhil Dyer <phildyer@protonmail.com>2021-08-13 10:16:59 +1000
committerPhil Dyer <phildyer@protonmail.com>2021-08-13 10:16:59 +1000
commit7f07184a8e6974592d1e8353be4b49b420e7c55d (patch)
treeb318a8cafb0f9715f5428d54c16c0535e05032c5 /pkgs/applications/science/math/R/default.nix
parentd37edcd3d5d764b2ac2b9b03835adf744dc596c9 (diff)
downloadnixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar.gz
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar.bz2
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar.lz
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar.xz
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.tar.zst
nixpkgs-7f07184a8e6974592d1e8353be4b49b420e7c55d.zip
Add Patch for aarch64
Diffstat (limited to 'pkgs/applications/science/math/R/default.nix')
-rw-r--r--pkgs/applications/science/math/R/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix
index f016dc460c6..30bbb24d551 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
 
   patches = [
     ./no-usr-local-search-paths.patch
+    ./skip-check-for-aarch64.patch
   ];
 
   prePatch = lib.optionalString stdenv.isDarwin ''