Commit bd5474f6 authored by jopejoe1's avatar jopejoe1
Browse files

xcbutilxrm: move to by-name

parent 90a97b48
Loading
Loading
Loading
Loading
+0 −2
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 {