+48
-1
lib/generators.nix
+48
-1
lib/generators.nix
···+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+5
-2
pkgs/applications/networking/syncthing-gtk/default.nix
+5
-2
pkgs/applications/networking/syncthing-gtk/default.nix
···-{ stdenv, fetchFromGitHub, fetchpatch, libnotify, librsvg, darwin, psmisc, gtk3, libappindicator-gtk3, substituteAll, syncthing, wrapGAppsHook, gnome3, buildPythonApplication, dateutil, pyinotify, pygobject3, bcrypt, gobjectIntrospection }:···
+4
-2
pkgs/development/tools/xcbuild/default.nix
+4
-2
pkgs/development/tools/xcbuild/default.nix
···-{ stdenv, cmake, fetchFromGitHub, zlib, libxml2, libpng, CoreServices, CoreGraphics, ImageIO, ninja }:···-# Once a version is released that includes https://github.com/facebook/xcbuild/commit/183c087a6484ceaae860c6f7300caf50aea0d710,
+13
-21
pkgs/development/tools/xcbuild/platform.nix
+13
-21
pkgs/development/tools/xcbuild/platform.nix
······-plutil -convert xml1 -o Architectures.xcspec ${writeText "Architectures.xcspec" (builtins.toJSON Architectures)}-plutil -convert xml1 -o PackageTypes.xcspec ${writeText "PackageTypes.xcspec" (builtins.toJSON PackageTypes)}-plutil -convert xml1 -o ProductTypes.xcspec ${writeText "ProductTypes.xcspec" (builtins.toJSON ProductTypes)}+install -D ${writeText "Architectures.xcspec" (toPlist {} Architectures)} $out/Developer/Library/Xcode/Specifications/Architectures.xcspec+install -D ${writeText "PackageTypes.xcspec" (toPlist {} PackageTypes)} $out/Developer/Library/Xcode/Specifications/PackageTypes.xcspec+install -D ${writeText "ProductTypes.xcspec" (toPlist {} ProductTypes)} $out/Developer/Library/Xcode/Specifications/ProductTypes.xcspec
+8
-14
pkgs/development/tools/xcbuild/sdk.nix
+8
-14
pkgs/development/tools/xcbuild/sdk.nix
······-plutil -convert xml1 -o $out/SDKSettings.plist ${writeText "SDKSettings.json" (builtins.toJSON SDKSettings)}-plutil -convert xml1 -o $out/System/Library/CoreServices/SystemVersion.plist ${writeText "SystemVersion.plist" (builtins.toJSON SystemVersion)}+install -D ${writeText "SystemVersion.plist" (toPlist {} SystemVersion)} $out/System/Library/CoreServices/SystemVersion.plist
+42
-102
pkgs/development/tools/xcbuild/toolchain.nix
+42
-102
pkgs/development/tools/xcbuild/toolchain.nix
···-# We could pull this out of developer_cmds but it adds an annoying loop if we want to bootstrap and···-plutil -convert xml1 -o $out/ToolchainInfo.plist ${writeText "ToolchainInfo.plist" (builtins.toJSON ToolchainInfo)}+install -D ${writeText "ToolchainInfo.plist" (toPlist {} ToolchainInfo)} $out/ToolchainInfo.plist
+15
-16
pkgs/development/tools/xcbuild/wrapper.nix
+15
-16
pkgs/development/tools/xcbuild/wrapper.nix
············
+2
-2
pkgs/servers/http/myserver/default.nix
+2
-2
pkgs/servers/http/myserver/default.nix
······
+6
-3
pkgs/tools/misc/xfstests/default.nix
+6
-3
pkgs/tools/misc/xfstests/default.nix
···-{ stdenv, acl, attr, autoconf, automake, bash, bc, coreutils, e2fsprogs, fetchgit, fio, gawk, keyutils···-export PATH=${lib.makeBinPath [acl attr bc e2fsprogs fio gawk keyutils libcap lvm2 perl procps psmisc quota utillinux which xfsprogs]}:$PATH
+2
-3
pkgs/top-level/all-packages.nix
+2
-3
pkgs/top-level/all-packages.nix
······