Skip to content

Commit

Permalink
xorg.xtrans: backport xorg.libXfont build fix (#348994)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Oct 16, 2024
2 parents 4093d02 + 4eca851 commit 0c82d4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/servers/x11/xorg/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,15 @@ self: super:
xsetroot = addMainProgram super.xsetroot { };
xsm = addMainProgram super.xsm { };
xstdcmap = addMainProgram super.xstdcmap { };
xtrans = super.xtrans.overrideAttrs (attrs: {
patches = [
# https://gitlab.freedesktop.org/xorg/lib/libxtrans/-/merge_requests/22
(fetchpatch {
url = "https://gitlab.freedesktop.org/xorg/lib/libxtrans/-/commit/ae99ac32f61e0db92a45179579030a23fe1b5770.patch";
hash = "sha256-QnTTcZPd9QaHS5up4Ne7iuNL/OBu+DnzXprovWnW4cw=";
})
];
});
xwd = addMainProgram super.xwd { };
xwininfo = addMainProgram super.xwininfo { };
xwud = addMainProgram super.xwud { };
Expand Down

0 comments on commit 0c82d4d

Please sign in to comment.