xorgserver: Builds! small workaround re:bad types
This commit is contained in:
parent
c48974c952
commit
e7580d0f92
@ -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…
Reference in New Issue
Block a user