Commit graph

1055 commits

Author SHA1 Message Date
Bernardo Meurer a028bd00e8
Merge pull request #231348 from StepBroBD/raycast 2023-05-11 16:02:14 -05:00
StepBroBD 2e26d5bedf
raycast: 1.50.0 -> 1.51.1 2023-05-11 14:18:46 -06:00
Weijia Wang bd7c4e7b36 clang16Stdenv: init 2023-05-11 14:17:40 +03:00
Weijia Wang 6177f779a4 utm: 4.1.6 -> 4.2.5 2023-05-05 19:47:58 +03:00
StepBroBD 0fc5fdce84
raycast: 1.49.3 -> 1.50.0 2023-04-28 12:04:19 -06:00
Weijia Wang 12b91012e5 darwin.darling: drop 2023-04-25 22:45:59 +03:00
Weijia Wang a02917d9da darwin.dtrace: get rid of darling 2023-04-25 22:30:55 +03:00
natsukium aac51377f0
sketchybar: 2.14.4 -> 2.15.1
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.15.1
2023-04-24 22:41:53 +09:00
Weijia Wang 7f055c0c2d
Merge pull request #227062 from wegank/utm-bump
utm: 4.1.5 -> 4.1.6
2023-04-20 11:26:30 +03:00
Weijia Wang d5553d8198 rectangle: 0.67 -> 0.68 2023-04-19 16:51:00 +03:00
Weijia Wang b344f6cee0 rectangle: refactor 2023-04-19 16:50:16 +03:00
Weijia Wang 6fa82f8ec0 utm: 4.1.5 -> 4.1.6 2023-04-19 16:48:38 +03:00
Weijia Wang 5608f9dbad
Merge pull request #220144 from Intuinewin/rectangle-0.66
rectangle: 0.59 -> 0.67
2023-04-19 16:28:03 +03:00
natsukium 4a831cda4a
sketchybar: 2.14.1 -> 2.14.4
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.2
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.3
https://github.com/FelixKratz/SketchyBar/releases/tag/v2.14.4
2023-04-17 12:40:22 +09:00
natsukium df496ea67e
sketchybar: fix build 2023-04-17 12:27:58 +09:00
Manuel Mendez 31d6802773 gnatboot: rename to gnat-bootstrap
Most other bootstrap compilers are named -bootstrap so lets follow that
pattern.
2023-04-15 18:52:14 -04:00
toonn 54475ebea5
Merge pull request #225409 from 0xnetfox/fix/apple-framework-System-dangling-symlink
apple-framework-System: fix System.tbd dangling symbolic link
2023-04-13 23:55:12 +02:00
StepBroBD 4671d8cbe3
raycast: 1.49.2 -> 1.49.3 2023-04-13 11:53:45 -06:00
Bernardo Meurer 151a7deac0
Merge pull request #224869 from StepBroBD/raycast 2023-04-12 07:31:06 -07:00
netfox 815d6c0d3e
apple-framework-System: fix System.tbd dangling symbolic link
Contrarily to the other frameworks, System framework's TBD file
is a symlink pointing to `${MacOSX-SDK}/usr/lib/libSystem.B.tbd`.

This produces an error when using the framework, as:

  1. The original file is not copied into the output directory
  2. Even if it was copied, the relative path wouldn't match

Resulting in the symlink being broken and the linker failing when
trying to link `-framework System`.

The fix applied consists in replacing the symbolic link with the
actual file, as this is easier than fixing the link and doesn't
seem to produce any side effects.
2023-04-12 14:37:48 +02:00
github-actions[bot] 3c070a08ff
Merge master into staging-next 2023-04-11 12:01:14 +00:00
Weijia Wang 93cfea6d37
Merge pull request #225672 from reckenrode/adv_cmds-aarch64-darwin
adv_cmds: fix build on aarch64-darwin
2023-04-11 09:25:38 +03:00
Randy Eckenrode 85f94a09a8
adv_cmds: fix build on aarch64-darwin 2023-04-10 23:20:13 -04:00
github-actions[bot] 75e19b98bb
Merge master into staging-next 2023-04-08 00:02:03 +00:00
Artturi 1a7e2b80cf
Merge pull request #224435 from hraban/utm-mainprogram 2023-04-08 00:33:49 +03:00
StepBroBD 4edf9b117c
raycast: 1.49.0 -> 1.49.2 2023-04-05 14:31:57 -06:00
Ilan Joselevich 244eeefe05
Merge pull request #224485 from PedroHLC/vulkan-sdk-1.3.243-master
vulkan-sdk: 1.3.239 -> 1.3.243
2023-04-04 22:19:43 +03:00
Hraban Luyat 2c65676e87 UTM: use makeWrapper to link UTM into bin/
Suggested by github user rrbutani in
https://github.com/NixOS/nixpkgs/pull/224435#pullrequestreview-1368309746
2023-04-03 12:48:37 -04:00
PedroHLC ☭ a9196218c9
moltenvk: 1.2.2 -> 1.2.3
Release for Vulkan SDK 1.3.243
2023-04-03 11:51:39 -03:00
Hraban Luyat d7b8a4e446 UTM: fix meta.mainProgram field
Fixes `nix run nixpkgs#utm`
2023-04-03 00:16:24 -04:00
Randy Eckenrode 3753dfe6a9
network_cmds: unconditionally exclude Unbound
This fixes build failures caused by LibreSSL 3.4 being marked insecure
and allows it to be dropped from nixpkgs. Unbound is already not built
on aarch64-darwin, and it is not bundled with newer source releases.

Packages that require Unbound should depend on `unbound` from nixpkgs
instead of getting it indirectly from `darwin.network_cmds`.
2023-04-02 20:59:49 -04:00
github-actions[bot] 19c08aa1c7
Merge staging-next into staging 2023-04-01 00:03:07 +00:00
Ilan Joselevich 4a7fce0a52
Merge pull request #223558 from vamega/karabiner-elements-update-script
karabiner-elements: Add updateScript
2023-04-01 02:06:55 +03:00
github-actions[bot] e2137dea96
Merge staging-next into staging 2023-03-30 12:01:58 +00:00
Bernardo Meurer 515452c223
Merge pull request #223495 from StepBroBD/raycast 2023-03-30 04:08:38 -07:00
github-actions[bot] 80baf3a2de
Merge staging-next into staging 2023-03-30 00:03:04 +00:00
StepBroBD 6db14a3392
raycast: 1.48.9 -> 1.49.0 2023-03-29 15:47:13 -06:00
StepBroBD 281d7c21c8
raycast: init at 1.48.9
* raycast: init at 1.48.9, change github release url to internet archive url

* raycast: adding documentation explaining the reason we are using Internet Archive URL

* raycast: add lovesegfault to maintainers

Co-authored-by: Bernardo Meurer <bernardo@meurer.org>
2023-03-29 15:46:48 -06:00
Varun Madiath 935a1edcc3 karabiner-elements: 14.8.0 -> 14.11.0 2023-03-28 07:14:47 -04:00
Varun Madiath dbf278b976 karabiner-elements: Add updateScript 2023-03-28 07:12:56 -04:00
github-actions[bot] 97b2abc678
Merge staging-next into staging 2023-03-26 12:02:02 +00:00
Vladimír Čunát 6f4400f8fd
darwin.Csu: disable parallel installing
https://hydra.nixos.org/log/s3ndn08vzhfr0zfylbwjqz8fijna4pjl-Csu-85.drv
2023-03-26 10:28:26 +02:00
Stéphan Kochen a0537d633f apple_sdk_11_0: simplify SDK unpacking
The SDK was missing SDKSettings files. This is usually not a problem for
Nix builds, because we generate our own fake SDK structure when
necessary (in xcbuild), but not having these files blocks using the
upstream Apple SDK in tooling such as gen-frameworks.py.
2023-03-17 21:30:51 +01:00
Stéphan Kochen 0c3aaf3e6c apple_sdk_11_0: fix circular framework references 2023-03-17 21:30:51 +01:00
Stéphan Kochen b9e6d1dbc0 apple_sdk_11_0: generate frameworks.nix 2023-03-17 21:30:51 +01:00
Stéphan Kochen 7f90949f1e apple_sdk_11_0: script to generate frameworks.nix 2023-03-17 21:30:44 +01:00
Martin Weinelt 6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Sandro a9afcd2041
Merge pull request #205182 from gdinh/goku-bump-fix 2023-03-14 01:27:19 +01:00
Martin Weinelt bb14c4255b Merge remote-tracking branch 'origin/master' into staging-next 2023-03-13 17:14:19 +00:00
Antoine Labarussias 0aaea9cda2
rectangle: 0.59 -> 0.67 2023-03-10 09:21:03 +01:00