Commit Graph

1450 Commits

Author SHA1 Message Date
Weijia Wang
0c8001e241
Merge pull request #306389 from khaneliman/skhd
skhd: pkgs/os-specific -> pkgs/by-name
2024-04-27 01:38:38 +02:00
Weijia Wang
866b27e6ae
Merge pull request #306385 from khaneliman/yabai
yabai: pkgs/os-specific -> pkgs/by-name
2024-04-27 01:38:00 +02:00
Aleksana
ea6de91e70
Merge pull request #306387 from khaneliman/sketchybar
sketchybar: pkgs/os-specific -> pkgs/by-name
2024-04-26 16:18:00 +08:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
DontEatOreo
dc73da7851
raycast: 1.71.3 -> 1.72.0
Changelog: https://www.raycast.com/changelog/1-72-0
2024-04-24 16:45:26 +03:00
Austin Horstman
01c6349c14
sketchybar: pkgs/os-specific -> pkgs/by-name 2024-04-23 19:02:33 -05:00
Austin Horstman
2f35dcbdf5
skhd: pkgs/os-specific -> pkgs/by-name 2024-04-23 15:45:44 -05:00
Austin Horstman
8863c24616
yabai: pkgs/os-specific -> pkgs/by-name 2024-04-23 15:42:44 -05:00
github-actions[bot]
b7dcef0598
Merge master into staging-next 2024-04-14 20:49:29 +00:00
Bernardo Meurer
1a18c38eaf
Merge pull request #304053 from DontEatOreo/fix-updateScript-raycast 2024-04-14 13:34:32 -04:00
DontEatOreo
8c11ab639a
raycast: add maintainer donteatoreo 2024-04-14 18:17:03 +03:00
DontEatOreo
0951eef380
raycast: fix passthru.updateScript
- fixed updateScript to work with maintainers/scripts/update.nix
2024-04-14 18:15:10 +03:00
github-actions[bot]
d6a31576e1
Merge master into staging-next 2024-04-12 18:01:09 +00:00
DontEatOreo
defc52f442
raycast: 1.71.1 -> 1.71.3 2024-04-12 13:09:51 +03:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
DontEatOreo
e7d58a4040
raycast: 1.70.3 -> 1.71.1
Changelog: https://www.raycast.com/changelog/1-71-0
2024-04-10 17:46:23 +03:00
Weijia Wang
26e7632d0e
Merge pull request #302592 from khaneliman/yabai
yabai: 7.0.4 -> 7.1.0
2024-04-09 23:01:17 +02:00
Weijia Wang
3f59355d84 Merge branch 'staging-next' into staging 2024-04-09 08:26:23 +02:00
iliana etaoin
e42705c982 licenses: rename apsl{10,20} -> apple-psl{10,20}
Part 1 of #301908.

This renames the two versions of the Apple Public Source License seen in
nixpkgs; `apsl20` was often confused as being for the widely-used Apache
License 2.0.
2024-04-08 20:39:37 +02:00
Austin Horstman
1db8396661
yabai: 7.0.4 -> 7.1.0 2024-04-08 09:37:29 -05:00
Randy Eckenrode
bf7a9dc47e
Merge pull request #298437 from reckenrode/moltenvk-1.2.8 2024-04-07 16:38:54 -04:00
Elian Doran
2d73e107d6
grandperspective: 3.4.1 -> 3.4.2 2024-04-06 11:20:09 +03:00
a-n-n-a-l-e-e
a046804e8d
Merge pull request #299377 from khaneliman/updateScripts
treewide: add passthru.updatescript
2024-04-05 17:35:57 -07:00
github-actions[bot]
882e0f27d3
Merge staging-next into staging 2024-04-05 18:01:27 +00:00
Silvan Mosberger
b9261ad2e6
Merge pull request #301066 from philiptaron/compatible-typos
treewide: fix typos around "compatible" and "compatibility"
2024-04-04 04:18:31 +02:00
Weijia Wang
37251fba47 insert-dylib: rename from darwin.insert_dylib 2024-04-04 04:12:17 +02:00
github-actions[bot]
8845a6f1c9
Merge staging-next into staging 2024-04-04 00:02:46 +00:00
DontEatOreo
c1a0961c98
raycast: 1.70.2 -> 1.70.3 2024-04-04 00:50:19 +03:00
DontEatOreo
36cac1a5f0
raycast: add passthru.updateScript 2024-04-03 22:25:28 +03:00
github-actions[bot]
bcc77e0272
Merge staging-next into staging 2024-04-03 12:01:49 +00:00
Weijia Wang
5c20a69c8c
Merge pull request #299961 from wegank/insert-dylib-refactor
darwin.insert_dylib: refactor, drop xcbuildHook
2024-04-03 13:20:07 +02:00
Philip Taron
0c73cbb6f0
libdispatch: fix typo: compatability to compatibility 2024-04-02 14:50:10 -07:00
Weijia Wang
3f88034387
Merge pull request #299969 from runeksvendsen/fix-libsystem-bug
Libsystem: remove broken `postFetch` step in `darling.src`
2024-04-02 05:49:09 +02:00
Rune K. Svendsen
4f911a7247 Libsystem: fix broken postFetch step in darling.src
Fixes #297765

The `postFetch` step was broken in several ways:
1. It attempts to unpack the archive, but this has already been done before reaching this step.
2. It unpacks the file `$downloadedFile`, but this file no longer exists because it's been moved to `$renamed`.

Additionally, since (1) neither directory `src/opendirectory` nor `src/OpenDirectory` are used for anything, and (2) it's not clear whether Nix produces different hashes depending on file system case sensitivity, the chosen solution is to just remove both these two directories for now. If later a file from either directory is needed, an investigation needs to be done on how Nix hashes archives with clashing names on case insensitive file systems.
2024-04-01 10:27:35 +02:00
github-actions[bot]
ad17f02de7
Merge staging-next into staging 2024-04-01 00:03:00 +00:00
github-actions[bot]
e4dc8790bf
Merge master into staging-next 2024-04-01 00:02:29 +00:00
Weijia Wang
1dd5dd480b
Merge pull request #300267 from khaneliman/yabai
yabai: 7.0.3 -> 7.0.4
2024-03-31 23:39:28 +02:00
Randy Eckenrode
5f43b93b50
Merge pull request #300484 from reckenrode/libiconv-revert
darwin.libiconv: revert switch to libiconvReal
2024-03-31 11:23:13 -04:00
Randy Eckenrode
a426aa3a3f
Revert "darwin.libiconv: remove and add to darwin-aliases"
This reverts commit 521ea079b9.
2024-03-31 09:57:54 -04:00
github-actions[bot]
d7ece48399
Merge staging-next into staging 2024-03-30 18:01:46 +00:00
github-actions[bot]
50812f5204
Merge master into staging-next 2024-03-30 18:01:17 +00:00
Weijia Wang
602a94f999
Merge pull request #300024 from hraban/grandperspective/mainprogram
grandperspective: set mainProgram, link $out/bin
2024-03-30 17:20:00 +01:00
Austin Horstman
32364e88ca
yabai: 7.0.3 -> 7.0.4 2024-03-30 09:33:05 -05:00
Hraban Luyat
a74d6c775b grandperspective: set mainProgram, link $out/bin 2024-03-29 13:14:49 -04:00
Randy Eckenrode
39a5f4a6ee
darwin.apple_sdk.sdkRoot: init at 10.12 and 11.0
Based on the derivation from xcbuild.sdk. apple_sdk.sdkRoot provides
version plists and a hook that passes them automatically to the compiler
as `-isysroot`. This is needed to correctly set the SDK version in
compiled binaries. Otherwise, clang will infer the SDK version to be the
same as the deployment target, which is usually not what you want.
2024-03-29 08:47:41 -04:00
Randy Eckenrode
79db5b641e
darwin.apple_sdk_10_12: add objc4 2024-03-29 08:47:41 -04:00
Randy Eckenrode
2573f2c44a
darwin.apple_sdk_10_12: add Libsystem 2024-03-29 08:47:40 -04:00
Weijia Wang
65f9315740 darwin.insert_dylib: refactor, drop xcbuildHook 2024-03-29 11:44:20 +01:00
Randy Eckenrode
1500fe6dda
Merge pull request #299613 from reckenrode/libiconv-switch
darwin.libiconv: switch to libiconvReal and add to darwin-aliases
2024-03-28 23:35:42 -04:00
github-actions[bot]
373201cddf
Merge staging-next into staging 2024-03-28 00:02:59 +00:00