Loading pkgs/servers/x11/xquartz/system-fonts.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading Loading
pkgs/servers/x11/xquartz/system-fonts.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading