tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
remove old patches and attributes from xorgserver
Jude Taylor
10 years ago
848064ce
79a3c8a9
-7
1 changed file
expand all
collapse all
unified
split
pkgs
servers
x11
xorg
overrides.nix
-7
pkgs/servers/x11/xorg/overrides.nix
···
340
340
# Patches can be pulled from the server-*-apple branches of:
341
341
# http://cgit.freedesktop.org/~jeremyhu/xserver/
342
342
patches = commonPatches ++ [
343
343
-
./darwin/0001-XQuartz-GLX-Use-__glXEnableExtension-to-build-extens.patch
344
343
./darwin/0002-sdksyms.sh-Use-CPPFLAGS-not-CFLAGS.patch
345
345
-
./darwin/0003-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch
346
344
./darwin/0004-Use-old-miTrapezoids-and-miTriangles-routines.patch
347
347
-
./darwin/0005-fb-Revert-fb-changes-that-broke-XQuartz.patch
348
345
./darwin/0006-fb-Revert-fb-changes-that-broke-XQuartz.patch
349
346
./darwin/private-extern.patch
350
347
./darwin/bundle_main.patch
351
348
./darwin/stub.patch
352
352
-
./darwin/function-pointer-test.patch
353
349
];
354
350
configureFlags = [
355
351
# note: --enable-xquartz is auto
···
360
356
"--with-bundle-id-prefix=org.nixos.xquartz"
361
357
"--with-sha1=CommonCrypto"
362
358
];
363
363
-
__impureHostDeps = ["/System/Library" "/usr"];
364
364
-
NIX_CFLAGS_COMPILE = "-F/System/Library/Frameworks -I/usr/include";
365
365
-
NIX_CFLAGS_LINK = "-L/usr/lib";
366
359
preConfigure = ''
367
360
ensureDir $out/Applications
368
361
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -Wno-error"