mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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 a new issue