about summary refs log tree commit diff
path: root/pkgs/servers/x11
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-08-18 11:36:34 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2014-08-18 11:36:34 -0400
commit6f2bd70fd015436eb3ea3ff118aedfe8b4975284 (patch)
tree1cd3efd3248782caa6cde501ab809579201b762c /pkgs/servers/x11
parent2c899859bffc3018d3e8fd625647edda01130913 (diff)
downloadnixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar.gz
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar.bz2
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar.lz
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar.xz
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.tar.zst
nixlib-6f2bd70fd015436eb3ea3ff118aedfe8b4975284.zip
Remove old comment, and delete confusing LaunchDaemon
Diffstat (limited to 'pkgs/servers/x11')
-rw-r--r--pkgs/servers/x11/xorg/default.nix15
-rw-r--r--pkgs/servers/x11/xquartz/default.nix1
2 files changed, 1 insertions, 15 deletions
diff --git a/pkgs/servers/x11/xorg/default.nix b/pkgs/servers/x11/xorg/default.nix
index 806cbf01b855..6945d6559fbb 100644
--- a/pkgs/servers/x11/xorg/default.nix
+++ b/pkgs/servers/x11/xorg/default.nix
@@ -1984,21 +1984,6 @@ let
     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 ;};
 
-  # 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" {
     name = "xorg-sgml-doctools-1.11";
     builder = ./builder.sh;
diff --git a/pkgs/servers/x11/xquartz/default.nix b/pkgs/servers/x11/xquartz/default.nix
index abcae211f425..98fe2a51cc24 100644
--- a/pkgs/servers/x11/xquartz/default.nix
+++ b/pkgs/servers/x11/xquartz/default.nix
@@ -110,6 +110,7 @@ in stdenv.mkDerivation {
     cp ${installer} $out/bin/xquartz-install
 
     rm -r $out/LaunchAgents
+    rm -r $out/LaunchDaemons
 
     fontsConfPath=$out/etc/X11/fonts.conf
     cp ${fontsConf} $fontsConfPath