xorg: Don't use deprecated item

wip/yesman
John Ericson 6 years ago
parent 47bf3f3d3f
commit 88cd633ea4
  1. 2
      pkgs/servers/x11/xorg/overrides.nix
  2. 2
      pkgs/top-level/all-packages.nix

@ -15,7 +15,7 @@ let
(stdenv.hostPlatform != stdenv.buildPlatform)
"--enable-malloc0returnsnull";
in
super: self:
self: super:
{
bdftopcf = super.bdftopcf.overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [ self.xproto self.fontsproto ];

@ -13576,7 +13576,7 @@ with pkgs;
# so as not to have the newly bound xorg items already in scope, which would
# have created a cycle.
xorg = recurseIntoAttrs ((lib.callPackageWith __splicedPackages ../servers/x11/xorg {
}).overrideScope (lib.callPackageWith __splicedPackages ../servers/x11/xorg/overrides.nix {
}).overrideScope' (lib.callPackageWith __splicedPackages ../servers/x11/xorg/overrides.nix {
inherit (darwin) apple_sdk;
bootstrap_cmds = if stdenv.isDarwin then darwin.bootstrap_cmds else null;
python = python2; # Incompatible with Python 3x

Loading…
Cancel
Save