···107107 Please be informed that this pseudo-package is not the only part
108108 of Nixpkgs that fails to evaluate. You should not evaluate
109109 entire Nixpkgs without some special measures to handle failing
110110- packages, like using pkgs/top-level/release-attrpaths.nix.
110110+ packages, like using pkgs/top-level/release-attrpaths-superset.nix.
111111 '';
112112113113 tests = callPackages ../test { };
···1222012220 prototypejs = callPackage ../development/libraries/prototypejs { };
12221122211222212222 proxmark3 = libsForQt5.callPackage ../tools/security/proxmark3/default.nix {
1222312223- inherit (darwin.apple_sdk.frameworks) Foundation AppKit;
1222312223+ inherit (darwin.apple_sdk_11_0.frameworks) Foundation AppKit;
1222412224+ stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
1222412225 };
12225122261222612227 proxychains = callPackage ../tools/networking/proxychains { };