about summary refs log tree commit diff
path: root/pkgs/os-specific/darwin
AgeCommit message (Collapse)AuthorFilesLines
2023-08-16apparency: init at 1.5.1Michael Hoang1-0/+39
2023-08-13Merge staging-next into staginggithub-actions[bot]1-3/+3
2023-08-13Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-08-12Merge pull request #247887 from Intuinewin/rectangle/0.70Nick Cao1-3/+3
rectangle: 0.68 -> 0.70
2023-08-12Merge pull request #248722 from reckenrode/corefoundation-tbd-fixWeijia Wang2-2/+2
CoreFoundation: specify the tbd explicitly
2023-08-12CoreFoundation: specify the tbd explicitlyRandy Eckenrode2-2/+2
The current hook specifies the path to the framework library, but nixpkgs does not actually provide the library when linking against the system framework. It provides a text-based stub (`.tbd`) instead. ld64 will find the stub and use it, but lld will not when the full path is specified. Both linkers work if the extension is included, so do that for compatibility with both. This fixes using lld with CoreFoundation (e.g., to support LTO on Darwin).
2023-08-11Merge master into staging-nextgithub-actions[bot]1-0/+40
2023-08-11Merge pull request #243280 from YorikSar/dark-mode-notify-initSilvan Mosberger1-0/+40
dark-mode-notify: init at 2022-07-18
2023-08-08rectangle: 0.68 -> 0.70Antoine Labarussias1-3/+3
2023-08-08dark-mode-notify: init at 2022-07-18Yuriy Taraday1-0/+40
`dark-mode-notify` is a small too that calls a binary whenever dark mode status changes in macOS.
2023-08-05Merge staging-next into staginggithub-actions[bot]1-2/+2
2023-08-05Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-08-05Merge pull request #246901 from stepbrobd/aldenteMario Rodas1-2/+2
aldente: 1.22 -> 1.22.2
2023-08-05Merge staging-next into staginggithub-actions[bot]1-4/+4
2023-08-05Merge master into staging-nextgithub-actions[bot]1-4/+4
2023-08-05Merge branch 'staging-next' into stagingVladimír Čunát1-3/+3
2023-08-05plistwatch: unstable-2020-12-22 -> unstable-2023-06-22Aaron Jheng1-4/+4
2023-08-04Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-08-03treewide: noop: replace every newly introduced `stdenv.mkDerivation rec` ↵Jan Malakhovski1-3/+3
with a fixpoint over `finalAttrs`
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-2/+2
appropriate, part 1: trivial cases
2023-08-02aldente: 1.22 -> 1.22.2StepBroBD1-2/+2
2023-08-01codesign_allocate: reference cctoolsSimon Žlender1-0/+13
2023-08-01Merge pull request #243540 from reckenrode/adv_cmds-clang2Artturi1-2/+14
2023-08-01Merge master into staging-nextgithub-actions[bot]1-13/+23
2023-07-31Merge pull request #246285 from khaneliman/skhdPol Dellaiera1-13/+23
skhd: 0.3.5 -> 0.3.9
2023-07-31skhd: use `finalAttrs` patternPol Dellaiera1-12/+22
2023-07-31skhd: 0.3.5 -> 0.3.9Austin Horstman1-4/+4
2023-07-31Merge master into staging-nextgithub-actions[bot]2-15/+35
2023-07-31Merge pull request #245658 from khaneliman/sketchybarPol Dellaiera2-15/+35
sketchybar: 2.15.1 -> 2.15.2
2023-07-31sketchybar: use `finalAttrs` patternPol Dellaiera1-12/+30
2023-07-30skhd: add khaneliman as maintainerAustin Horstman1-1/+1
2023-07-30sketchybar: 2.15.1 -> 2.15.2Austin Horstman1-4/+5
2023-07-30sketchybar: add khaneliman as maintainerAustin Horstman1-1/+1
2023-07-30apple_sdk_11_0: Add MediaRemote private frameworkAustin Horstman1-3/+4
2023-07-29Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-28Merge pull request #245906 from stepbrobd/airbuddyNick Cao1-2/+2
airbuddy: 2.7 -> 2.7.1
2023-07-28airbuddy: 2.7 -> 2.7.1StepBroBD1-2/+2
2023-07-26Merge staging-next into staginggithub-actions[bot]1-9/+10
2023-07-25Merge pull request #244799 from emilytrau/grandperspective-3.4.1Nick Cao1-9/+10
grandperspective: 3.0.1 -> 3.4.1
2023-07-23darwin.xnu: Fix stripDirsArtturin1-0/+1
`stripDirs: Ranlib command is empty` Exposed by f46c8c1bcd9830d5e7b0d9264c8dd8f688518d9d
2023-07-22Merge master into staging-nextgithub-actions[bot]1-1/+2
2023-07-22grandperspective: 3.0.1 -> 3.4.1Emily Trau1-9/+10
2023-07-22hexfiend: fix platform metaEmily Trau1-1/+2
2023-07-21Merge master into staging-nextgithub-actions[bot]1-2/+8
2023-07-20moltenvk: 1.2.3 -> 1.2.4 (#242096)Randy Eckenrode1-2/+8
* moltenvk: add updateScript * moltenvk: fix invalid signature on MoltenVKShaderConverter * moltenvk: 1.2.3 -> 1.2.4 https://github.com/KhronosGroup/MoltenVK/releases/tag/v1.2.4
2023-07-18Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-18raycast: 1.55.1 -> 1.55.2JesusMtnez1-2/+2
2023-07-14darwin.adv_cmds: fix build with clang 16Randy Eckenrode1-2/+14
darwin.Libc conflicts with libc++ 16. adv_cmds only needs `msgcat.h`, so provide only that in `buildInputs` instead of all of Libc.
2023-07-12Merge staging-next into staginggithub-actions[bot]1-2/+14
2023-07-12Merge master into staging-nextgithub-actions[bot]1-2/+14