xorgserver: Builds! small workaround re:bad types

wip/yesman
Will Dietz 7 years ago
parent c48974c952
commit e7580d0f92
  1. 3
      pkgs/servers/x11/xorg/overrides.nix

@ -493,6 +493,9 @@ in
args.udev
];
patches = commonPatches;
prePatch = stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''
export CFLAGS+=" -D__uid_t=uid_t -D__gid_t=gid_t"
'';
configureFlags = [
"--enable-kdrive" # not built by default
"--enable-xephyr"

Loading…
Cancel
Save