about summary refs log tree commit diff
path: root/pkgs/servers/x11/xquartz
diff options
context:
space:
mode:
authorQuentin Smith <quentin@mit.edu>2023-04-25 19:18:14 -0400
committerQuentin Smith <quentin@mit.edu>2023-04-26 01:43:24 -0400
commit77f296ec593b4e07b5bd3b50f15d48a0c65c0d77 (patch)
tree70e8f8bf162b2ce76f35dcae4e99e32b688f4abe /pkgs/servers/x11/xquartz
parentd2cd23b9deec83a8c65abf8f2d2ace600922479e (diff)
xquartz: Copy fonts to avoid ELOOP
Diffstat (limited to 'pkgs/servers/x11/xquartz')
-rw-r--r--pkgs/servers/x11/xquartz/system-fonts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xquartz/system-fonts.nix b/pkgs/servers/x11/xquartz/system-fonts.nix
index db47f8afe015d..13670978ec0bd 100644
--- a/pkgs/servers/x11/xquartz/system-fonts.nix
+++ b/pkgs/servers/x11/xquartz/system-fonts.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
     find $fontDirs -type f -o -type l | while read i; do
       j="''${i##*/}"
       if ! test -e "$out/share/X11-fonts/''${j}"; then
-        ln -s "$i" "$out/share/X11-fonts/''${j}";
+        cp "$i" "$out/share/X11-fonts/''${j}";
       fi;
     done;
     cd $out/share/X11-fonts/