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

This commit is contained in:
Jo
2026-01-09 22:25:37 +00:00
committed by GitHub
3 changed files with 2 additions and 8 deletions
@@ -1,6 +1,6 @@
{
lib,
stdenv,
clangStdenv,
fetchgit,
autoreconfHook,
pixman,
@@ -13,7 +13,7 @@
libXext,
}:
stdenv.mkDerivation (finalAttrs: {
clangStdenv.mkDerivation (finalAttrs: {
pname = "quartz-wm";
version = "1.3.2";
-6
View File
@@ -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`