{xcbutilxrm,quartz-wm}: move to by-name (#478489)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user