Skip to content

Commit 56e624b

Browse files
committedFeb 27, 2017
xorg.xf86videoxgi: fix build with upstream patch
1 parent 5dde5de commit 56e624b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pkgs/servers/x11/xorg/overrides.nix

+4
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,10 @@ in
568568
url = "https://cgit.freedesktop.org/xorg/driver/xf86-video-xgi/patch/?id=bd94c475035739b42294477cff108e0c5f15ef67";
569569
sha256 = "0myfry07655adhrpypa9rqigd6rfx57pqagcwibxw7ab3wjay9f6";
570570
})
571+
(args.fetchpatch {
572+
url = "https://cgit.freedesktop.org/xorg/driver/xf86-video-xgi/patch/?id=78d1138dd6e214a200ca66fa9e439ee3c9270ec8";
573+
sha256 = "0z3643afgrync280zrp531ija0hqxc5mrwjif9nh9lcnzgnz2d6d";
574+
})
571575
];
572576
};
573577

0 commit comments

Comments
 (0)
Please sign in to comment.