xorgserver: Builds! small workaround re:bad types

This commit is contained in:
Will Dietz 2017-04-20 17:12:14 -05:00
parent c48974c952
commit e7580d0f92

View File

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