Remove old comment, and delete confusing LaunchDaemon
This commit is contained in:
parent
2c899859bf
commit
6f2bd70fd0
@ -1984,21 +1984,6 @@ let
|
|||||||
buildInputs = [pkgconfig renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ];
|
buildInputs = [pkgconfig renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ];
|
||||||
}) // {inherit renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ;};
|
}) // {inherit renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ;};
|
||||||
|
|
||||||
# TODO:
|
|
||||||
# With the current state of ./generate-expr-from-tarballs.pl,
|
|
||||||
# this will get overwritten when next invoked.
|
|
||||||
# Could add a special case to ./generate-expr-from-tarballs.pl,
|
|
||||||
# or perhaps there's a cleaner solution.
|
|
||||||
#xquartz = (mkDerivation "xquartz" {
|
|
||||||
# name = "xorg-server-1.14.6";
|
|
||||||
# builder = ./builder.sh;
|
|
||||||
# src = fetchurl {
|
|
||||||
# url = mirror://xorg/individual/xserver/xorg-server-1.14.6.tar.bz2;
|
|
||||||
# sha256 = "0c57vp1z0p38dj5gfipkmlw6bvbz1mrr0sb3sbghdxxdyq4kzcz8";
|
|
||||||
# };
|
|
||||||
# buildInputs = [pkgconfig renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ];
|
|
||||||
#}) // {inherit renderproto libdrm openssl libX11 libXau libXaw libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt libXv ;};
|
|
||||||
|
|
||||||
xorgsgmldoctools = (mkDerivation "xorgsgmldoctools" {
|
xorgsgmldoctools = (mkDerivation "xorgsgmldoctools" {
|
||||||
name = "xorg-sgml-doctools-1.11";
|
name = "xorg-sgml-doctools-1.11";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
@ -110,6 +110,7 @@ in stdenv.mkDerivation {
|
|||||||
cp ${installer} $out/bin/xquartz-install
|
cp ${installer} $out/bin/xquartz-install
|
||||||
|
|
||||||
rm -r $out/LaunchAgents
|
rm -r $out/LaunchAgents
|
||||||
|
rm -r $out/LaunchDaemons
|
||||||
|
|
||||||
fontsConfPath=$out/etc/X11/fonts.conf
|
fontsConfPath=$out/etc/X11/fonts.conf
|
||||||
cp ${fontsConf} $fontsConfPath
|
cp ${fontsConf} $fontsConfPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user