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