Unverified Commit 5a7a78bc authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

{xcbutilxrm,quartz-wm}: move to by-name (#478489)

parents d4815e6a d4187aa7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  clangStdenv,
  fetchgit,
  autoreconfHook,
  pixman,
@@ -13,7 +13,7 @@
  libXext,
}:

stdenv.mkDerivation (finalAttrs: {
clangStdenv.mkDerivation (finalAttrs: {
  pname = "quartz-wm";
  version = "1.3.2";

+0 −6
Original line number Diff line number Diff line
@@ -8421,8 +8421,6 @@ with pkgs;
  xcb-util-cursor = xorg.xcbutilcursor;
  xcb-util-cursor-HEAD = callPackage ../development/libraries/xcb-util-cursor/HEAD.nix { };

  xcbutilxrm = callPackage ../servers/x11/xorg/xcb-util-xrm.nix { };

  xgboostWithCuda = xgboost.override { cudaSupport = true; };

  zlib = callPackage ../development/libraries/zlib {
@@ -9428,10 +9426,6 @@ with pkgs;

  virtualenv-clone = with python3Packages; toPythonApplication virtualenv-clone;

  quartz-wm = callPackage ../servers/x11/quartz-wm {
    stdenv = clangStdenv;
  };

  xorg =
    let
      # Use `lib.callPackageWith __splicedPackages` rather than plain `callPackage`