Unverified Commit 77f296ec authored by Quentin Smith's avatar Quentin Smith
Browse files

xquartz: Copy fonts to avoid ELOOP

parent d2cd23b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/