Commit Graph

1450 Commits

Author SHA1 Message Date
Adam Joseph
e30975f832 darwin.iosSdkPkgs: fix broken eval 2023-11-30 09:36:05 +01:00
Weijia Wang
fe1b43530b
Merge pull request #270298 from stepbrobd/aldente
aldente: 1.22.3 -> 1.24
2023-11-30 04:09:10 +01:00
github-actions[bot]
d5776afdf5
Merge staging-next into staging 2023-11-27 00:02:41 +00:00
Yifei Sun
604a5a083e
aldente: 1.22.3 -> 1.24 2023-11-26 18:36:42 -05:00
Austin Horstman
f9bc643137
yabai: fix x86_64 build 2023-11-26 12:54:58 -06:00
github-actions[bot]
bb547494d0
Merge staging-next into staging 2023-11-19 18:01:21 +00:00
Artturi
46e98ccc96
Merge pull request #268519 from boltzmannrain/coresymbolication_c99_fix 2023-11-19 18:42:32 +02:00
Dmitry Ivankov
9ce73e272f darwin.CoreSymbolication: fix C99 compilation
https://hydra.nixos.org/build/241116326/nixlog/1
```
build flags: SHELL=/nix/store/x1xxsh1gp6y389hyl40a0i74dkxiprl7-bash-5.2-p15/bin/bash PREFIX=\$\(out\) CC=cc
cc -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -fblocks   -c -o CoreSymbolication.o CoreSymbolication.c
In file included from CoreSymbolication.c:1:
./CoreSymbolication.h:393:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
CSSymbolOwnerSetTransientUserData(CSSymbolOwnerRef owner, uint32_t gen);
^
int
1 error generated.
```

Also submitted patch upstream at
https://github.com/matthewbauer/CoreSymbolication/pull/1

ZHF: #265948
2023-11-19 15:59:22 +01:00
github-actions[bot]
a24f483a6b
Merge staging-next into staging 2023-11-19 00:02:52 +00:00
Nikolay Korotkiy
8faa5b03ce
Merge pull request #268326 from wegank/libiconv-main-program
darwin.libiconv: set mainProgram
2023-11-18 23:52:44 +04:00
github-actions[bot]
39c5241474
Merge staging-next into staging 2023-11-18 18:01:23 +00:00
Weijia Wang
39951cddc7 darwin.libiconv: set mainProgram 2023-11-18 16:57:39 +01:00
Austin Horstman
7628e3d00f
sketchybar: 2.19.3 -> 2.19.4 2023-11-17 20:59:26 -06:00
github-actions[bot]
cd58dff98b
Merge staging-next into staging 2023-11-18 00:02:40 +00:00
fortuneteller2k
740d990ce7 skhd: silence implicit-function-declaration warning on Darwin 2023-11-17 23:43:48 +08:00
github-actions[bot]
991a07725b
Merge staging-next into staging 2023-11-17 12:01:30 +00:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Weijia Wang
a187c6998e
Merge pull request #267307 from reckenrode/corevideo-fix
darwin.apple_sdk_11_0.frameworks.CoreVideo: switch to sed
2023-11-17 00:35:24 +01:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
OTABI Tomoya
1b05a9b81b
Merge pull request #267342 from khaneliman/sketchybar
sketchybar: 2.19.2 -> 2.19.3
2023-11-14 18:54:22 +09:00
Pol Dellaiera
ebc36f09d7
Merge pull request #267126 from khaneliman/yabai-update
yabai: 6.0.0 -> 6.0.1
2023-11-14 07:25:51 +01:00
Austin Horstman
99cfb55694
sketchybar: 2.19.2 -> 2.19.3 2023-11-13 20:01:18 -06:00
Randy Eckenrode
5d608cc925
darwin.apple_sdk_11_0.frameworks.CoreVideo: switch to sed
CoreVideo is failing to build during the bootstrap because the bootstrap
awk lacks support for in-place editing. Fix it by using sed instead.
2023-11-13 16:30:38 -05:00
Fabián Heredia Montiel
884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
Bernardo Meurer
edfad58322
Merge pull request #267200 from klchen0112/raycast
raycast: 1.60.1 -> 1.61.2
2023-11-13 11:09:30 -03:00
klchen0112
83217c6fe1 raycast: 1.60.1 -> 1.61.2 2023-11-13 19:48:04 +08:00
Austin Horstman
eea2498560
sketchybar: 2.19.1 -> 2.19.2 2023-11-12 21:02:05 -06:00
Austin Horstman
94b09ce439
yabai: 6.0.0 -> 6.0.1 2023-11-12 19:13:28 -06:00
Randy Eckenrode
55bf8aa8c1
Revert "configd: fix build with clang 16"
This reverts commit 550137e330.
2023-11-12 10:45:22 -05:00
Randy Eckenrode
a678c55faf
darwin.mDNSResponder: patch header to match SDK
The upstream source release for 765.50.9 defines `_DNS_SD_LIBDISPATCH`
to `0` in `dns_sd.h`, but the SDK version of that header actually
defines it to `1`. Having it defined to `0` causes packages that expect
to use libdispatch-based symbols such as `DNSServiceSetDispatchQueue` to
fail to build. Define it to match the SDK to fix those packages.
2023-11-12 10:45:22 -05:00
Randy Eckenrode
940180423a
Merge pull request #265102 from reckenrode/darwin-corefoundation
darwin.stdenv: use CoreFoundation instead of CF
2023-11-11 12:10:10 -05:00
github-actions[bot]
46679c6a02
Merge master into staging-next 2023-11-11 06:01:00 +00:00
Austin Horstman
8b3fc63382
sketchybar: 2.18.0 -> 2.19.1 2023-11-10 19:56:58 -06:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next 2023-11-09 18:00:56 +00:00
Rick van Schijndel
304b2a3908
Merge pull request #262354 from stepbrobd/aldente
aldente: 1.22.2 -> 1.22.3
2023-11-09 18:07:31 +01:00
Randy Eckenrode
daa4cd2c2a
darwin.text_cmds: fix build with clang 16 2023-11-07 09:17:04 -05:00
github-actions[bot]
bb38778356
Merge master into staging-next 2023-11-05 18:00:55 +00:00
Yuriy Taraday
908c9e6834 dark-mode-notify: migrate to pkgs/by-name 2023-11-04 08:40:35 +01:00
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
Randy Eckenrode
6b62554356
darwin.swift-corelibs-foundation: avoid infinite recursion
Drop ninja and use a minimal Python to avoid an infinite recursion due
to dependencies that depend on configd, which also depends on this.
2023-11-02 17:45:59 -04:00
Randy Eckenrode
080f7cc41e
darwin.configd: fix build with CoreFoundation 2023-11-02 17:45:59 -04:00
Randy Eckenrode
448aed9e81
darwin.apple_sdk: drop unnecessary dependencies 2023-11-02 17:45:58 -04:00
Austin Horstman
51c024de65
apple-sdk-11.0: add Apple80211 private framework 2023-11-02 14:56:59 -05:00
github-actions[bot]
0d2063b693
Merge master into staging-next 2023-11-01 00:02:16 +00:00
Weijia Wang
d92e1be455 rectangle: 0.73 -> 0.74 2023-10-31 19:09:49 +01:00
github-actions[bot]
3f274c7328
Merge master into staging-next 2023-10-29 06:01:18 +00:00
Zhong Jianxin
508da65355 sketchybar: 2.17.1 -> 2.18.0 2023-10-28 22:21:13 +08:00
Randy Eckenrode
b810da025f
darwin.diskdev_cmds: fix build with clang 16
Fix an implicit `int` on argc, which is an error with newer clangs.
2023-10-27 08:40:47 -04:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Bernardo Meurer
eb4559b1d6
Merge pull request #262355 from stepbrobd/raycast
raycast: 1.59.0 -> 1.60.1
2023-10-24 08:25:54 -04:00
github-actions[bot]
df9eab6771
Merge staging-next into staging 2023-10-23 00:03:00 +00:00
h7x4
0b6077fb7b
darwin.CoreSymbolication: refactor, unstable-2018-04-08 -> unstable-2018-06-17 (#262363)
* darwin.CoreSymbolication: refactor

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

* darwin.CoreSymbolication: unstable-2018-04-08 -> unstable-2018-06-17

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-10-23 00:18:16 +02:00
Weijia Wang
0c707cc99a
Merge pull request #262612 from wegank/utm-bump
utm: 4.4.3 -> 4.4.4
2023-10-23 00:01:34 +02:00
github-actions[bot]
4312247c19
Merge staging-next into staging 2023-10-22 12:01:52 +00:00
Weijia Wang
ca1f8c6b78 utm: 4.4.3 -> 4.4.4 2023-10-21 23:03:52 +02:00
Randy Eckenrode
1974a25301
darwin.Libm: add missing function declarations
The patch in this commit is based on the SDK header, which has an ASPL
license header even though the updated header is not part of the source
distribution of Libm. Adding the missing declarations allows packages
such as jq, Ruby, and Guile to build without requiring an SDK that is
not built from the source releases.
2023-10-21 12:05:09 -04:00
Austin Horstman
0b63ac6561
sketchybar: 2.17.0 -> 2.17.1 2023-10-20 21:52:24 -05:00
Yifei Sun
a3a8bb09a8
raycast: 1.59.0 -> 1.60.1 2023-10-20 14:22:16 -04:00
Yifei Sun
c0efb92592
aldente: 1.22.2 -> 1.22.3 2023-10-20 14:18:21 -04:00
github-actions[bot]
bb7c6d7a79
Merge staging-next into staging 2023-10-19 00:02:54 +00:00
Weijia Wang
fb8c33f8ef utm: 4.3.5 -> 4.4.3 2023-10-18 16:02:10 +02:00
github-actions[bot]
de49fc16bc
Merge staging-next into staging 2023-10-16 12:01:54 +00:00
auxves
8de225d11e
yabai: 5.0.9 -> 6.0.0 2023-10-14 18:02:56 -07:00
Weijia Wang
83cb70d8c1
Merge pull request #260544 from reckenrode/darwintools-cross
DarwinTools: fix Darwin cross-compilation
2023-10-13 23:16:00 +02:00
Randy Eckenrode
fd70154fca
DarwinTools: fix Darwin cross-compilation 2023-10-11 18:23:52 -04:00
Austin Horstman
a4054b4916
sketchybar: 2.16.3 -> 2.17.0 2023-10-11 12:12:40 -05:00
Weijia Wang
7cd63c3232
Merge pull request #259508 from wegank/ios-deploy-refactor
darwin.ios-deploy: 1.11.0 -> 1.12.2, refactor
2023-10-08 21:26:33 +02:00
Weijia Wang
6b5f9dde02 darwin.ios-deploy: 1.11.0 -> 1.12.2, refactor 2023-10-07 05:46:25 +02:00
Austin Horstman
3a50c2dac5
yabai: 5.0.8 -> 5.0.9 2023-10-01 09:25:05 -05:00
Weijia Wang
7c18990342
Merge pull request #257816 from wegank/rectangle-bump
rectangle: 0.72 -> 0.73
2023-09-28 16:58:35 +02:00
Weijia Wang
f2161538da rectangle: 0.72 -> 0.73 2023-09-28 12:29:49 +02:00
Yifei Sun
78fb58888f
coconutbattery: 3.9.12 -> 3.9.14 2023-09-27 15:30:36 -04:00
Daniel Bonofiglio
e937f7ded6 raycast: 1.57.1 -> 1.59.0 2023-09-27 14:52:55 -04:00
Weijia Wang
38d386cf9e rectangle: 0.71 -> 0.72 2023-09-25 23:01:19 +02:00
Weijia Wang
5925c27bb7
Merge pull request #255878 from wegank/rectangle-bump
rectangle: 0.70 -> 0.71
2023-09-19 12:09:53 +02:00
Austin Horstman
ad07cd4fc2
treewide: add version tests (#255781) 2023-09-18 22:58:14 +03:00
Weijia Wang
0850dcb318 rectangle: 0.70 -> 0.71 2023-09-18 14:27:39 +02:00
Weijia Wang
d368bcfc4b utm: 4.2.5 -> 4.3.5 2023-09-18 14:00:19 +02:00
Austin Horstman
191f3e6f5d
yabai: 5.0.7 -> 5.0.8 2023-09-13 17:20:47 -05:00
山下
f41a52de42 sensible-side-buttons: init at 1.0.6 2023-09-06 18:20:34 +09:00
Austin Horstman
85cd8caee8
sketchybar: 2.16.1 -> 2.16.3 2023-09-04 09:06:06 -05:00
Pol Dellaiera
5f28414c6c
Merge pull request #251789 from khaneliman/yabai
yabai: 5.0.6 -> 5.0.7
2023-08-28 22:18:26 +02:00
Austin Horstman
87456a91cc
yabai: chore remove unused input 2023-08-28 13:24:55 -05:00
Austin Horstman
1ac67f7b20
yabai: add khaneliman to maintainers 2023-08-28 13:24:55 -05:00
Austin Horstman
f92eaa934e
yabai: 5.0.6 -> 5.0.7 2023-08-28 13:24:55 -05:00
github-actions[bot]
47ae3f6c28
Merge master into staging-next 2023-08-27 00:02:24 +00:00
Austin Horstman
38b9aaf668 sketchybar: add meta.mainProgram 2023-08-26 23:53:51 +00:00
Austin Horstman
75683e2839 sketchybar: 2.15.2 -> 2.16.1 2023-08-26 23:53:51 +00:00
github-actions[bot]
3503eea847
Merge master into staging-next 2023-08-26 18:00:55 +00:00
Austin Horstman
8f1e764551
treewide: add meta.mainProgram (#251487)
* skhd: add meta.mainProgram

* yabai: add meta.mainProgram

* kitty: add meta.mainProgram

* alacritty: add meta.mainProgram

* thunar: add meta.mainProgram

* looking-glass-client: add meta.mainProgram

* thunderbird: add meta.mainProgram

* ckb-next: add meta.mainProgram

* virt-manager: add meta.mainProgram

* gh: add meta.mainProgram
2023-08-26 15:03:52 +03:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging 2023-08-18 16:02:27 -07:00
github-actions[bot]
1949ef2080
Merge master into staging-next 2023-08-18 18:00:57 +00:00
StepBroBD
3cf97b6ed5
raycast: 1.55.2 -> 1.57.1 2023-08-18 09:21:01 -04:00
Jan Tojnar
86797b2008 Merge branch 'staging-next' into staging
Conflicts:
- pkgs/development/libraries/qt-6/default.nix
  Merge a5b92645f1 and 0597d865ef
2023-08-16 19:37:11 +02:00
github-actions[bot]
a5a93e1107
Merge master into staging-next 2023-08-16 06:01:05 +00:00
Pol Dellaiera
8737f92137
Merge pull request #249290 from Enzime/add/apparency
apparency: init at 1.5.1
2023-08-16 02:52:12 +02:00
Michael Hoang
afd4607cf4 apparency: init at 1.5.1 2023-08-16 09:27:14 +10:00
github-actions[bot]
87c2ad303d
Merge staging-next into staging 2023-08-13 06:01:19 +00:00
github-actions[bot]
f5eb026a2a
Merge master into staging-next 2023-08-13 06:00:52 +00:00
Nick Cao
b86547b3e6
Merge pull request #247887 from Intuinewin/rectangle/0.70
rectangle: 0.68 -> 0.70
2023-08-12 23:51:44 -06:00
Weijia Wang
3a1c19dba8
Merge pull request #248722 from reckenrode/corefoundation-tbd-fix
CoreFoundation: specify the tbd explicitly
2023-08-12 21:07:37 +02:00
Randy Eckenrode
8e56a2635f
CoreFoundation: specify the tbd explicitly
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-12 09:17:13 -04:00
github-actions[bot]
9cc6a98540
Merge master into staging-next 2023-08-11 18:00:55 +00:00
Silvan Mosberger
dcb50597cb
Merge pull request #243280 from YorikSar/dark-mode-notify-init
dark-mode-notify: init at 2022-07-18
2023-08-11 16:06:55 +02:00
Antoine Labarussias
abb86ecde0
rectangle: 0.68 -> 0.70 2023-08-08 09:53:10 +02:00
Yuriy Taraday
c97c45612c dark-mode-notify: init at 2022-07-18
`dark-mode-notify` is a small too that calls a binary whenever dark
mode status changes in macOS.
2023-08-08 00:34:38 +02:00
github-actions[bot]
687b501234
Merge staging-next into staging 2023-08-05 18:01:37 +00:00
github-actions[bot]
e329dc70ee
Merge master into staging-next 2023-08-05 18:01:09 +00:00
Mario Rodas
ee81e733b2
Merge pull request #246901 from stepbrobd/aldente
aldente: 1.22 -> 1.22.2
2023-08-05 10:03:05 -05:00
github-actions[bot]
f8579c6c72
Merge staging-next into staging 2023-08-05 12:02:05 +00:00
github-actions[bot]
6458cb74a2
Merge master into staging-next 2023-08-05 12:01:30 +00:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging 2023-08-05 07:45:29 +02:00
Aaron Jheng
875d14e695
plistwatch: unstable-2020-12-22 -> unstable-2023-06-22 2023-08-05 09:34:50 +08:00
github-actions[bot]
0542af4e29
Merge master into staging-next 2023-08-04 00:02:04 +00:00
Jan Malakhovski
a0a909fa9e treewide: noop: replace every newly introduced stdenv.mkDerivation rec with a fixpoint over finalAttrs 2023-08-03 16:34:45 +00:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
StepBroBD
873a86a94d
aldente: 1.22 -> 1.22.2 2023-08-02 21:58:15 -06:00
Simon Žlender
8e912feb29 codesign_allocate: reference cctools 2023-08-01 21:27:09 +02:00
Artturi
f42617f5b2
Merge pull request #243540 from reckenrode/adv_cmds-clang2 2023-08-01 07:29:25 +03:00
github-actions[bot]
8faf32ac60
Merge master into staging-next 2023-08-01 00:02:30 +00:00
Pol Dellaiera
de72df3675
Merge pull request #246285 from khaneliman/skhd
skhd: 0.3.5 -> 0.3.9
2023-07-31 23:30:47 +02:00
Pol Dellaiera
684f3c72b4
skhd: use finalAttrs pattern 2023-07-31 16:14:51 -05:00
Austin Horstman
a8b5053805
skhd: 0.3.5 -> 0.3.9 2023-07-31 16:14:51 -05:00
github-actions[bot]
050b858d31
Merge master into staging-next 2023-07-31 12:01:34 +00:00
Pol Dellaiera
4790d3f989
Merge pull request #245658 from khaneliman/sketchybar
sketchybar: 2.15.1 -> 2.15.2
2023-07-31 10:26:59 +02:00
Pol Dellaiera
c1d8ad53ec
sketchybar: use finalAttrs pattern 2023-07-31 09:43:40 +02:00
Austin Horstman
95c3946692
skhd: add khaneliman as maintainer 2023-07-30 21:29:37 -05:00
Austin Horstman
0527710541
sketchybar: 2.15.1 -> 2.15.2 2023-07-30 20:03:08 -05:00
Austin Horstman
fb8f43e5bf
sketchybar: add khaneliman as maintainer 2023-07-30 20:03:08 -05:00
Austin Horstman
0610720dad
apple_sdk_11_0: Add MediaRemote private framework 2023-07-30 14:16:06 -05:00
github-actions[bot]
d64d339ecf
Merge master into staging-next 2023-07-29 06:01:06 +00:00
Nick Cao
3448b9f174
Merge pull request #245906 from stepbrobd/airbuddy
airbuddy: 2.7 -> 2.7.1
2023-07-28 18:21:10 -06:00
StepBroBD
b94abe0b54
airbuddy: 2.7 -> 2.7.1 2023-07-28 09:40:12 -07:00
github-actions[bot]
bbfd40bb37
Merge staging-next into staging 2023-07-26 06:01:54 +00:00
Nick Cao
e5123f20c4
Merge pull request #244799 from emilytrau/grandperspective-3.4.1
grandperspective: 3.0.1 -> 3.4.1
2023-07-25 19:09:03 -06:00
Artturin
afaab4f120 darwin.xnu: Fix stripDirs
`stripDirs: Ranlib command is empty`

Exposed by f46c8c1bcd
2023-07-23 14:50:40 +03:00
github-actions[bot]
41e6556ad3
Merge master into staging-next 2023-07-22 18:01:06 +00:00
Emily Trau
774e250ab3 grandperspective: 3.0.1 -> 3.4.1 2023-07-22 19:15:07 +10:00
Emily Trau
f9dcbee583 hexfiend: fix platform meta 2023-07-22 18:54:40 +10:00
github-actions[bot]
61505962dc
Merge master into staging-next 2023-07-21 00:02:16 +00:00
Randy Eckenrode
2014e8cad0
moltenvk: 1.2.3 -> 1.2.4 (#242096)
* 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-20 21:06:41 +02:00
github-actions[bot]
eebfb7a54e
Merge master into staging-next 2023-07-18 06:01:08 +00:00
JesusMtnez
1881de6558
raycast: 1.55.1 -> 1.55.2 2023-07-18 05:56:33 +02:00
Randy Eckenrode
732e4469cb
darwin.adv_cmds: fix build with clang 16
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-14 17:27:16 -06:00
github-actions[bot]
3614b963c8
Merge staging-next into staging 2023-07-12 00:03:11 +00:00
github-actions[bot]
c7f86a0032
Merge master into staging-next 2023-07-12 00:02:37 +00:00
Sandro
896373a3f2
Merge pull request #242305 from StepBroBD/airbuddy
airbuddy: 2.6.3 -> 2.7
2023-07-11 23:31:56 +02:00
github-actions[bot]
e4fb0591c3
Merge staging-next into staging 2023-07-11 18:01:45 +00:00
StepBroBD
1a6a06a4ce
airbuddy: 2.6.3 -> 2.7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-07-11 10:01:41 -06:00
Vladimír Čunát
b3d701e089
Merge #242202: cctools-llvm: use cctools assembler on LLVM 11 and x86_64-darwin
...into staging-next
2023-07-11 15:51:56 +02:00
github-actions[bot]
89036c30f6
Merge staging-next into staging 2023-07-11 00:03:30 +00:00
github-actions[bot]
8e15f4621a
Merge master into staging-next 2023-07-11 00:02:57 +00:00
github-actions[bot]
f341daccb3
Merge staging-next into staging 2023-07-10 18:02:08 +00:00
github-actions[bot]
7df9bccc89
Merge master into staging-next 2023-07-10 18:01:32 +00:00
Artturin
685f290786 yabai: fix hash
error: invalid SRI hash '1szyjcwkhn2wbrcfhh9lh5bnfm1cavxrx6xj4q7521z3zj29a9kf'
2023-07-10 20:18:33 +03:00
Ilan Joselevich
7a6eda504d
Merge pull request #242629 from gshpychka/patch-1
yabai: 5.0.4 -> 5.0.6
2023-07-10 19:30:13 +03:00
Glib Shpychka
ca90d55f0f
yabai: 5.0.4 -> 5.0.6 2023-07-10 13:19:32 +03:00
Weijia Wang
847c5437db
Merge pull request #242433 from wegank/rewrite-tbd-update
darwin.rewrite-tbd: 20201114 -> unstable-2023-03-27
2023-07-10 10:42:21 +03:00
StepBroBD
0e4e158866
raycast: 1.54.1 -> 1.55.1 2023-07-09 13:41:57 -06:00
Randy Eckenrode
c810782ee6
cctools-llvm: use cctools assembler on x86_64-darwin and LLVM 11
Clang 11 performs an optimization on x86_64 that is sensitive to the
presence of debug information. This results in GCC’s bootstrap failing
because it builds stage 2 with debug information and stage 3 without,
and the resulting objects do not match.

This patch uses the cctools assembler on LLVM 11 and x86_64-darwin while
using the integrated assembler on newer versions, which matches the
platform tools (Apple has uses the integrated assembler since Xcode 12).
2023-07-09 13:29:11 -06:00
Weijia Wang
5d100b06f6 darwin.rewrite-tbd: 20201114 -> unstable-2023-03-27 2023-07-09 11:14:35 +03:00
Weijia Wang
c5fd953de9
Merge pull request #242316 from wegank/reckenrode-cctools-llvm-fix
cctools-llvm: match binutils targetPrefix definition
2023-07-09 10:55:23 +03:00
Randy Eckenrode
6ebedaddb6 cctools-llvm: match binutils targetPrefix definition 2023-07-09 02:13:05 +03:00
github-actions[bot]
e949ec41bd
Merge master into staging-next 2023-07-08 18:01:04 +00:00
StepBroBD
f810e968e5
aldente: init at 1.22
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-07-07 14:16:44 -06:00
Weijia Wang
2b9656eb4f
Merge pull request #240724 from reckenrode/configd-clang16
configd: fix build with clang 16
2023-07-05 22:44:02 +03:00
Weijia Wang
f0a11a54be
Merge pull request #240433 from reckenrode/darwin-stdenv-rework
darwin.stdenv: Darwin stdenv rework
2023-07-05 13:03:24 +03:00
Weijia Wang
297886f1f6
Merge pull request #240654 from reckenrode/cctools-port-clang16
cctools-port: fix build with clang 16 on x86_64-darwin
2023-07-04 22:15:22 +03:00
Sandro
ce8744e3f5
Merge pull request #230168 from eliandoran/dev/hexfiend 2023-07-03 16:00:30 +02:00
Randy Eckenrode
8bee297d15
swift-corelibs: actually provide and use the hook
@emilazy found a bug in #234861. Specifically, the hook is not actually
applied. e2fsprogs links against darwin.CF, but since it cannot find the
framework by rpath, it crashes.

Since the hook should always be used, it is copied directly to
`nix-support/setup-hook` instead of providing it as an attribute. This
preserves dropping the hook in the cross-compilation case while
providing it for everything else that needs it.

To avoid further churn and due to the complexity of building the stdenv
with the hook active, this change required the stdenv rework.
2023-07-02 17:56:25 -04:00
Randy Eckenrode
ebc1bcf409
swift-corelibs: don’t link against libcurl
swift-corelibs uses libcurl to implement `NSURLSession` in Foundation
via the symbols exported by CF. Foundation is not build on Darwin, and
these symbols are not exported by the system CoreFoundation.

By not linking against libcurl, this breaks a cycle between CF and
libcurl. That should allow libcurl to drop the patch disabling
linking against the SystemConfiguration and restore NAT64 support.

Unfortunately, the Darwin stdenv bootstrap still needs to build
dependencies that use `fetchFromGitHub`. While it can drop curl from the
final stdenv, it still needs to use it during the stdenv bootstrap.
2023-07-02 17:56:25 -04:00
Randy Eckenrode
6dbdf283cf
swift-corelibs: switch to nixpkgs icu
Upstream swift-corelibs links against icu on Linux, so it is not
necessarily tied to the version of ICU provided by Apple for Darwin.

swift-corelibs and qtwebkit are the only two packages that link against
darwin.ICU. Switching to the nixpkgs icu will allow the Darwin-specific
package to be deprecated and removed eventually.
2023-07-02 17:56:25 -04:00
Randy Eckenrode
aeb53a823f
swift-corelibs: switch build system to cmake
Switching the build system to cmake makes it easier to make changes to
the build (particularly which dependencies to link). It also removes a
lot of manual build steps and fixes the issue identified by @emilazy in
NixOS#238791.

Fixes NixOS#238791.
2023-07-02 17:56:25 -04:00
Randy Eckenrode
8c16d17bdc
swift-corelibs: fix build with clang 16
swift-corelibs fails to build due to a missing header and an invalid
pointer conversion. Patches are provided to fix both of these issues.
2023-07-02 17:56:25 -04:00
Elian Doran
6e3e0b14d7 hexfiend: init at 2.16.0 2023-07-03 00:35:01 +03:00
Pol Dellaiera
53718fb655
Merge pull request #240762 from StepBroBD/raycast
raycast: 1.53.4 -> 1.54.1
2023-07-01 22:56:23 +02:00
Randy Eckenrode
cf77dee3ad
cctools-port: fix build with clang 16 on x86_64-darwin
Clang 16 fails to build even with `open_memstream` disabled. Just use
the memstream package to provide an implementation.
2023-06-30 17:13:45 -04:00
Pol Dellaiera
4586970ee7
Merge pull request #240621 from StepBroBD/coconutbattery
coconutbattery: init at 3.9.12
2023-06-30 19:23:28 +02:00
Pol Dellaiera
a6f7d46ce4
Merge pull request #240618 from StepBroBD/bartender
bartender: init at 4.2.21
2023-06-30 19:23:10 +02:00
StepBroBD
febd3fa64f
raycast: 1.53.4 -> 1.54.1 2023-06-30 11:14:08 -06:00
StepBroBD
271969a12e
coconutbattery: init at 3.9.12
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-06-30 10:14:26 -06:00
StepBroBD
6482536377
bartender: init at 4.2.21
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-06-30 10:12:47 -06:00
StepBroBD
e0e729b300
airbuddy: init at 2.6.3
Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-06-30 10:09:15 -06:00
Randy Eckenrode
550137e330
configd: fix build with clang 16
This is an additional fix for clang 16, which fails due to an undeclared
symbol. Adding `_DNS_SD_LIBDISPATCH` makes the symbol visible in
`dns_sd.h`, allowing the build to complete successfully.
2023-06-30 08:54:26 -04:00
iliana etaoin
8e669c6d1a utm: correct license metadata
https://github.com/utmapp/UTM/blob/v4.2.5/LICENSE
2023-06-28 03:30:32 +00:00
iliana etaoin
9fe79a86b4 libtapi: correct license metadata
664b8414f8/LICENSE.APPLE-LIBTAPI.txt
https://github.com/apple-oss-distributions/tapi/blob/main/LICENSE.TXT
2023-06-28 03:26:38 +00:00
Alyssa Ross
0f2191f3b2
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/compilers/gcc/11/default.nix
2023-06-22 06:23:16 +00:00
Weijia Wang
1447a5804b qt6.qtwebengine: unbreak on x86_64-darwin 2023-06-22 07:23:21 +03:00
toonn
62f759132d
Merge pull request #237348 from reckenrode/darwin-libc-cleanup
darwin.Libsystem: fix existing file error during build
2023-06-20 17:20:45 +02:00
github-actions[bot]
535ef0a591
Merge staging-next into staging 2023-06-19 18:02:35 +00:00
JesusMtnez
b1d3870fb3
raycast: 1.53.3 -> 1.53.4 2023-06-19 05:28:51 +02:00
github-actions[bot]
f76683b6c6
Merge staging-next into staging 2023-06-16 12:01:42 +00:00
github-actions[bot]
ebaef3ce4c
Merge master into staging-next 2023-06-16 12:01:08 +00:00
StepBroBD
7b85087a31
raycast: 1.53.2 -> 1.53.3
after communicating with the Raycast team (thanks Sorin), they added API for
1. Getting the latest version of Raycast via REST endpoint https://releases.raycast.com/releases/latest
2. Versioned download in the format of https://releases.raycast.com/releases/<version>/download

This update deprecates download via internet archive and switches to official download API
2023-06-15 12:01:37 -06:00
github-actions[bot]
a2ab9e9c7d
Merge staging-next into staging 2023-06-13 00:03:08 +00:00
github-actions[bot]
9dc5849025
Merge master into staging-next 2023-06-13 00:02:27 +00:00
Randy Eckenrode
5841d0353a
cctools-llvm: fix build with clang 16
This was not caught when cctools-llvm was added. The parens are
necessary to make sure this evaluates correctly when LLVM is new enough
to provide a compatible `otool`.
2023-06-12 17:38:02 -04:00
Randy Eckenrode
23cb6c155b
darwin.Libc: stop vendoring headers from other packages
A number of headers in Libc are being vendored from other packages.
Instead of copying them from an earlier Libc, Libsystem now sources them
from their respective packages (see below). This allows Libc_old to be
dropped and avoids any potential clashes when building Libsystem.

libmalloc:
* malloc/malloc.h

libplatform:
* setjmp.h
* ucontext.h
* libkern/OSAtomic.h
* libkern/OSCacheControl.h

libpthread:
* pthread*.h
* sched.h
* spawn.h

syslog (vendored because only one file is needed):
* asl.h

xnu:
* spawn.h (a different one from libpthread)
* libproc.h
2023-06-12 17:11:54 -04:00
github-actions[bot]
b8a01a0225
Merge staging-next into staging 2023-06-12 18:01:50 +00:00
github-actions[bot]
a69b4c6b89
Merge master into staging-next 2023-06-12 18:01:15 +00:00