Commit Graph

1553 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
pcasaretto
cef0a49012 hexfiend: add auto update script 2024-07-26 18:42:38 -03:00
Randy Eckenrode
9721bc834a
darwin.ICU: use llvm-strip compatible flags
llvm-strip does not support `-u`, but `--keep-undefined` is equivalent. It also does not support `-r`, but it behaves that way by default without a flag.
2024-07-22 20:57:24 -04:00
Randy Eckenrode
02dcaa6729
darwin.ICU: use --replace-fail with substituteInPlace 2024-07-22 20:56:24 -04:00
Randy Eckenrode
9652f5f192
darwin.ICU: suppress crashing test
According to the test’s comments, it can crash and should be suppressed if it does.

c9f69cae28/icuSources/test/cintltst/cmsgtst.c (L234-L259)
2024-07-22 20:55:24 -04:00
Randy Eckenrode
2f07b9556b
Merge pull request #328077 from reckenrode/cctools-darwin-aliases
tree-wide: use top-level cctools
2024-07-18 08:54:54 -04:00
github-actions[bot]
844ec2d5a1
Merge staging-next into staging 2024-07-18 12:01:55 +00:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools 2024-07-17 22:36:19 -04:00
DontEatOreo
842d980fa3
raycast: 1.78.1 -> 1.79.0
Changelog: https://www.raycast.com/changelog/1-79-0
2024-07-17 21:56:00 +03:00
toonn
c3c5870e96
Merge pull request #307880 from reckenrode/ld64
cctools: 973.0.1 -> 1010.6
2024-07-17 08:22:14 +02:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Randy Eckenrode
76e12091eb
darwin.{cctools,libtapi}: drop old source 2024-07-13 21:08:29 -04:00
Randy Eckenrode
a49dbb2544
darwin.stdenv: switch to top-level cctools and ld64 2024-07-13 17:54:36 -04:00
Randy Eckenrode
baf3568fb2
darwin.libdispatch: 442.1.4 -> 703.50.37 2024-07-13 17:54:34 -04:00
Randy Eckenrode
4ee4fe5fe7
darwin.configd: remove dependency on CF for private headers 2024-07-13 17:54:33 -04:00
Randy Eckenrode
b7952b4729
darwin.Libsystem: get headers from AvailabilityVersions
While these headers correspond to a newer SDK, they’re compatible with the 10.12 SDK and more compatible with GCC.
2024-07-13 17:54:33 -04:00
Randy Eckenrode
7f45223bea
darwin.binutils: add dwarfdump and fix typo 2024-07-13 17:54:33 -04:00
toonn
633f0c5e33
Merge pull request #324440 from paparodeo/xnu-unwrapped-clang
darwin.xnu: use unwrapped clang for MIGCC
2024-07-13 19:07:12 +02:00
Randy Eckenrode
3a545f673e
darwin.AvailabilityVersions: init at 140.1 2024-07-13 10:59:42 -04:00
Randy Eckenrode
91d8dd928f
darwin.apple_sdk_10_12.sdkRoot: specify exact SDK version 2024-07-13 10:59:42 -04:00
Randy Eckenrode
1542e50e60
darwin.apple_sdk_12_3: init at 12.3 2024-07-12 01:57:08 -04:00
Randy Eckenrode
e125b70c8b
darwin.apple_sdk: add libs.simd stub
Making it fail at build time allows it to be used unversioned with `overrideSDK`. Unlike the QuickTime framework, which is present in the base SDK and was later removed, simd was added later.
2024-07-11 23:31:54 -04:00
Reno Dakota
bae30f206d
darwin.xnu: use unwrapped clang for MIGCC
the mig header build requires a 32 bit arch but the wrapped compiler
specifies `-arch 64-bit-arch` on the command line causing compile
failures. This was worked around for aarch64 by patching out the 32 bit
arch but that ignores the comment and the code saying that 32 bit arch
is required and thus will generate the wrong sizes for the structures in
the headers. Using the unwrapped clang mig can pass whatever arch it
desires.
2024-07-10 23:46:47 +00:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Tristan Ross
7a95a8948b
Merge pull request #324155 from paparodeo/x64-sdk11-no-rebuilds
treewide: change various flags to allow x64 darwin to default to sdk 11.0 when ready
2024-07-08 17:19:17 -07:00
Sandro
bd3087bc81
Merge pull request #324145 from matteo-pacini/swiftbar
swiftbar: 1.4.3 -> 2.0.0
2024-07-07 17:35:42 +02:00
Matteo Pacini
8f926ea5ed swiftbar: 1.4.3 -> 2.0.0 2024-07-07 14:47:14 +01:00
github-actions[bot]
d6339576fb
Merge master into staging-next 2024-07-05 18:01:19 +00:00
DontEatOreo
e656056190
raycast: 1.78.0 -> 1.78.1 2024-07-05 18:20:23 +03:00
Vladimír Čunát
c76085b3a9
Merge branch 'master' into staging-next 2024-07-03 19:07:35 +02:00
DontEatOreo
5112012d9e
raycast: 1.77.3 -> 1.78.0
Changelog: https://www.raycast.com/changelog/1-78-0
2024-07-03 15:12:21 +03:00
Reno Dakota
d44ffe57b2
pam-reattach: minor cmakeFlags cleanup 2024-07-03 00:16:31 +00:00
Reno Dakota
07cba9376f
treewide: only access apple_sdk.sdk when sdk < 11
update code to not assume that x64 darwin uses sdk 10.12. These changes
want to reach into apple_sdk.sdk to grab a header file which is only
required for sdk 10.12.
2024-07-03 00:03:59 +00:00
Reno Dakota
3cb23cec23
treewide: fixes to allow x64 darwin to default to sdk 11
update code to not assume that x64 darwin must use sdk 10.12. After this
change it's possible to build a sdk 11 stdenv on darwin x64
2024-07-02 23:30:01 +00:00
Alyssa Ross
629d1dc03e
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/lua-modules/generated-packages.nix
2024-07-01 14:34:32 +02:00
Masum Reza
87878822b1
Merge pull request #323465 from DontEatOreo/update-raycast
raycast: 1.77.1 -> 1.77.3
2024-07-01 12:32:09 +05:30
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
DontEatOreo
f663e6321d
raycast: 1.77.1 -> 1.77.3 2024-06-30 00:38:03 +03:00
Matteo Pacini
08c8a27a48 swiftbar: nixfmt-rfc-style 2024-06-29 13:31:36 +01:00
Matteo Pacini
7bd5ad7c18 swiftbar: add maintainer 2024-06-29 13:31:18 +01:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Randy Eckenrode
9377594eea
darwin.Libsystem: use lib.getDev instead of assuming the output exists 2024-06-27 07:33:47 -04:00
Randy Eckenrode
2e0fc4a2a8
darwin.cctools: add a gas output
The ld64 upgrade moves gas to a separate output. Prepare for the update by moving gas in cctools-port to the output.
2024-06-27 07:33:46 -04:00
Randy Eckenrode
13db408c44
darwin.binutils: refactor and clean up
Update darwin.binutils based on darwin.cctools-llvm. It works essentially in the same way, simplifying the derivation. The support for providing both assemblers is handled in a separate commit.

Additionally, unlike cctools-llvm, the lists of tools are provided as passthru attributes: `cctools_cmds` and `llvm_cmds`.
2024-06-27 07:33:46 -04:00
Jussi Kuokkanen
95cc312a68 pkgs/os-specific: remove licenses.gpl2 2024-06-21 12:28:43 +03:00
DontEatOreo
5c5200faf7
raycast: 1.77.0 -> 1.77.1 2024-06-20 16:53:42 +03:00
DontEatOreo
74988451f1
raycast: 1.76.1 -> 1.77.0
Changelog: https://www.raycast.com/changelog/1-77-0
2024-06-19 20:19:15 +03:00