about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-04-30 07:28:43 +0000
committerGitHub <noreply@github.com>2021-04-30 07:28:43 +0000
commitee4684f052257ed807e5700497d426e607dd9019 (patch)
tree6957b7c85bbb3a7fcf0dbfec4ed04ed3afc68a0b /pkgs/applications/science
parent1cf6174f069c29b9c42a2230c03c34222064b603 (diff)
parent732ab3d4e2eaa39fb52b15ff7f7a40978725dc77 (diff)
Merge pull request #117716 from idontgetoutmuch/master
Fix https://github.com/NixOS/nixpkgs/issues/117715
Diffstat (limited to 'pkgs/applications/science')
-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 331faa6b14799..8905df8ccef9f 100644
--- a/pkgs/applications/science/math/R/default.nix
+++ b/pkgs/applications/science/math/R/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
       R_SHELL="${stdenv.shell}"
   '' + lib.optionalString stdenv.isDarwin ''
       --disable-R-framework
+      --without-x
       OBJC="clang"
       CPPFLAGS="-isystem ${libcxx}/include/c++/v1"
       LDFLAGS="-L${libcxx}/lib"