Skip to content

Commit

Permalink
treewide: unpin apple-sdk_11 (#370445)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Jan 3, 2025
2 parents 3369d54 + 074fad5 commit 5982152
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/compilers/go/1.23.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
tzdata,
substituteAll,
iana-etc,
apple-sdk_11,
xcbuild,
mailcap,
buildPackages,
Expand Down Expand Up @@ -64,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optionals (stdenv.hostPlatform.libc == "glibc") [ stdenv.cc.libc.static ];

depsTargetTargetPropagated = lib.optionals stdenv.targetPlatform.isDarwin [
apple-sdk_11
xcbuild
];

Expand Down
3 changes: 0 additions & 3 deletions pkgs/development/python-modules/watchdog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
pythonOlder,
pyyaml,
setuptools,
apple-sdk_11,
}:

buildPythonPackage rec {
Expand All @@ -26,8 +25,6 @@ buildPythonPackage rec {

build-system = [ setuptools ];

buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;

optional-dependencies.watchmedo = [ pyyaml ];

nativeCheckInputs =
Expand Down

0 comments on commit 5982152

Please sign in to comment.