summaryrefslogtreecommitdiff
path: root/pkgs/top-level/darwin-aliases.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* openwith: move to by-name, use darwinArchzowoq2025-11-281-0/+1
* darwin.{ditto,sudo}: drop•••These were added in <https://github.com/NixOS/nixpkgs/pull/109626> in 2021, and used to provide the definition of `sudo`. That was reverted shortly after, in <https://github.com/NixOS/nixpkgs/pull/112006>. While embedding these paths in the output of a derivation is potentially legitimate, using them as build inputs to other derivations is not so much; they won’t work in the sandbox, and using `sudo(8)` in a build especially doesn’t seem like a great idea. Using `/usr/bin/ditto` directly along with `sandboxProfile` or `__impureHostDeps` is a better mechanism than a wrapper package if a build really needs `ditto(1)`. Emily2025-10-181-0/+2
* treewide: remove redundant parentheses•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-2/+2
* treewide: remove unused with•••Auto-fixed by nixf-diagnose. Wolfgang Walther2025-10-051-2/+0
* {darwin.*,overrideSDK}: convert compatibility stubs to throwsEmily2025-08-161-19/+10
* treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-241-39/+38
* darwin: lib.warn -> lib.warnOnInstantiateash2025-05-171-3/+4
* darwin: reduce `nix search` warning spamash2025-05-171-12/+3
* darwin: move deprecated packages to aliasesEmily2025-04-231-3/+74
* darwin.{checkReexportsHook,print-reexports,rewrite-tbd}: drop•••Eternal shoutouts to thefloweringash, saviour of Darwin 💜 Emily2025-04-201-0/+5
* darwin.swift-corelibs-foundation: drop•••Broken since at least 24.11, stuck on a version from 2018, and no longer relevant with the new SDK pattern. A newer version is packaged separately for the Swift compiler, so maybe it could be revived there if people clamour for a source‐built CoreFoundation in the future. Emily2025-04-201-0/+1
* darwin.stubs.*: drop•••These are no longer used, and it doesn’t seem worth keeping inert stubs for deprecated commands around. Emily2025-04-201-0/+4
* Merge master into staging-nextnixpkgs-ci[bot]2025-03-061-0/+2
|\
| * darwin.cf-private: remove aliasFelix Buehler2025-03-041-0/+2
* | darwin.postLinkSignHook: drop and add to darwin-aliases.nix•••The ld64 in the updated bootstrap tools is capable of code-signing, so this hook is no longer needed. Randy Eckenrode2025-02-241-0/+3
|/
* Merge remote-tracking branch 'origin/master' into staging-nextK9002024-12-081-0/+1
|\
| * iproute2mac: rename from darwin.iproute2macAaron Jheng2024-12-081-0/+1
* | Merge remote-tracking branch 'origin/staging-next' into stagingK9002024-12-021-0/+1
|\|
| * ios-deploy: rename from darwin.ios-deployWeijia Wang2024-11-281-0/+1
* | Merge staging-next into staginggithub-actions[bot]2024-11-281-0/+4
|\|
| * discrete-scroll: rename from darwin.discrete-scrollWeijia Wang2024-11-271-0/+4
* | darwin.apple_sdk_10_12: dropEmily2024-11-181-0/+4
|/
* moltenvk: update for the new xcbuild, the new SDK, and the new version plus c...Emily2024-10-111-0/+4
|\
| * darwin.moltenvk: add to darwin-aliases.nixRandy Eckenrode2024-10-101-0/+4
* | darwin.bsdmake: add to darwin-aliases.nix•••Use portable bmake instead of Apple’s port of BSD Make. Randy Eckenrode2024-10-101-1/+3
|/
* darwin.cctools: add to darwin-aliases.nixRandy Eckenrode2024-07-171-0/+2
* darwin.cctools-{apple,llvm}: add to darwin-aliases.nixRandy Eckenrode2024-07-131-0/+4
* libauto: removeSigmanificient2024-05-301-0/+1
* opencflite: add alias in darwin-aliases.nixWeijia Wang2024-05-141-2/+6
* darwin.libiconv: remove and add to darwin-aliasesRandy Eckenrode2024-04-271-0/+4
* insert-dylib: rename from darwin.insert_dylibWeijia Wang2024-04-041-0/+4
* darwin.builder: move to darwin-aliasesRandy Eckenrode2024-03-261-0/+3
* darwin: add darwin-aliases.nixRandy Eckenrode2024-03-261-0/+50