···11-{ stdenv, cmake, fetchFromGitHub, zlib, libxml2, libpng, CoreServices, CoreGraphics, ImageIO, ninja }:
11+{ stdenv, cmake, fetchFromGitHub, zlib, libxml2, libpng
22+, CoreServices, CoreGraphics, ImageIO, ninja }:
2334let
45 googletest = fetchFromGitHub {
···1718in stdenv.mkDerivation rec {
1819 name = "xcbuild-${version}";
19202020- # Once a version is released that includes https://github.com/facebook/xcbuild/commit/183c087a6484ceaae860c6f7300caf50aea0d710,
2121+ # Once a version is released that includes
2222+ # https://github.com/facebook/xcbuild/commit/183c087a6484ceaae860c6f7300caf50aea0d710,
2123 # we can stop doing this -pre thing.
2224 version = "0.1.2-pre";
2325