1 { lib, stdenv, fetchurl, xorg, pixman, pkg-config, AppKit, Foundation, Xplugin }:
4 in stdenv.mkDerivation {
8 url = "http://xquartz-dl.macosforge.org/src/quartz-wm-${version}.tar.xz";
9 sha256 = "1j8zd3p7rhay1s3sxq6anw78k5s59mx44xpqla2ianl62346a5g9";
12 ./no_title_crash.patch
15 configureFlags = [ "--enable-xplugin-dock-support" ];
16 nativeBuildInputs = [ pkg-config ];
24 AppKit Xplugin Foundation
27 license = licenses.apple-psl20;
28 platforms = platforms.darwin;
29 maintainers = with maintainers; [ matthewbauer ];