Skip to content

Commit 0698afd

Browse files
authored
xorg.xorgserver: fix darwin build (#366504)
2 parents 5da7515 + 85ddc5d commit 0698afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/servers/x11/xorg/overrides.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ self: super:
890890
configureFlags = [
891891
# note: --enable-xquartz is auto
892892
"CPPFLAGS=-I${./darwin/dri}"
893+
"--disable-libunwind" # libunwind on darwin is missing unw_strerror
893894
"--disable-glamor"
894895
"--with-default-font-path="
895896
"--with-apple-application-name=XQuartz"

0 commit comments

Comments
 (0)