Skip to content

Conversation

@sarahec
Copy link
Contributor

@sarahec sarahec commented Nov 8, 2024

Removed unneeded reference to apple-sdk_11 in BuildInputs

See also #352129

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@sarahec sarahec closed this Nov 8, 2024
@sarahec sarahec reopened this Nov 8, 2024
@sarahec
Copy link
Contributor Author

sarahec commented Nov 8, 2024

Yes, it's a trivial change. I'm testing the waters before migrating other packages.

@wegank
Copy link
Member

wegank commented Nov 8, 2024

The default SDK on x86_64-darwin being apple-sdk_10_12, would these lines then be needed again?

+
lib.optionalString
(stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinMinVersion "11.0")
''
sed -z -i "s/NSAppearanceName.*systemAppearance//" src/AudacityApp.mm
'';

@sarahec
Copy link
Contributor Author

sarahec commented Nov 9, 2024

Thanks for spotting that! The default hasn't been pushed forward yet. I'm going to withdraw this to avoid a possible regression.

@sarahec sarahec closed this Nov 9, 2024
@sarahec sarahec deleted the audacity-default-mac-sdk branch November 9, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants