xorg: Don't use deprecated item

This commit is contained in:
John Ericson
2018-10-18 11:51:13 -04:00
parent 47bf3f3d3f
commit 88cd633ea4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ];