Commit Graph

120 Commits

Author SHA1 Message Date
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
aleksana
39c8fd647f apostrophe: 3.1 -> 3.2
Changelog: https://gitlab.gnome.org/World/apostrophe/-/releases/v3.2
2024-11-03 17:55:30 +08:00
Atemu
1382d663bd
apkeditor: init at 1.4.1 (#349470) 2024-11-01 13:29:53 +01:00
Ulysses Zhan
f57456493f
apkeditor: init at 1.4.1 2024-10-31 14:10:57 -07:00
Nick Cao
5b13e7dfe6
apt-mirror: fix cross compilation, set strictDeps (#352376) 2024-10-31 14:47:04 -04:00
Nick Cao
180d646057
apt-mirror: fix cross compilation, set strictDeps 2024-10-30 09:51:23 -04:00
github-actions[bot]
606bd3114c
Merge master into staging-next 2024-10-23 18:04:32 +00:00
nixpkgs-merge-bot[bot]
0e14ab45e4
api-linter: 1.67.3 -> 1.67.4 (#350595) 2024-10-23 12:20:32 +00:00
github-actions[bot]
a05b8fcd69
Merge master into staging-next 2024-10-23 06:05:08 +00:00
Aleksana
ca92730e83
appimageupdate: init at 2.0.0-alpha-1-20230526; zsync2: init at 2.0.0-alpha-1-20230304 (#329104) 2024-10-23 12:51:41 +08:00
R. Ryantm
410df2cbe1 api-linter: 1.67.3 -> 1.67.4 2024-10-23 01:28:03 +00:00
aleksana
5ab59cff36 appimageupdate: init at 2.0.0-alpha-1-20230526 2024-10-20 18:07:27 +08:00
github-actions[bot]
1b6b0d4cac
Merge master into staging-next 2024-10-20 00:15:48 +00:00
kirillrdy
75d8eea61e
application-title-bar: 0.7.3 -> 0.7.5; nixfmt; modernize (#349414) 2024-10-20 10:50:52 +11:00
K900
894462661c Merge branch 'master' into staging-next 2024-10-19 09:09:13 +03:00
Heitor Augusto
dc5a9cd8b5
application-title-bar: 0.7.3 -> 0.7.5 2024-10-18 06:06:36 -03:00
Heitor Augusto
2dbb5d677b
application-title-bar: modernize 2024-10-17 19:40:31 -03:00
Heitor Augusto
669c7a8d6d
application-title-bar: nixfmt 2024-10-17 19:33:47 -03:00
R. Ryantm
62b2398387 apt: 2.9.7 -> 2.9.8 2024-10-17 13:04:40 +00:00
github-actions[bot]
f201fe5883
Merge staging-next into staging 2024-10-12 12:05:39 +00:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Emily
4bab86f588 apple-sdk_15: init at 15.0 2024-10-11 07:19:38 +01:00
Emily
29e87ecdd4 apple-sdk: fix JSON handling in lock-sdk-deps.sh
This was omitting the SDK version from the structure, probably due
to refactors in response to my own reviews on the SDK rework PR. Oops!
2024-10-11 07:19:38 +01:00
Randy Eckenrode
8fae28553a
apple-sdk_14: init at 14.4 2024-10-10 16:22:58 -04:00
Randy Eckenrode
4283b8f00a
apple-sdk_13: init at 13.3 2024-10-10 16:22:58 -04:00
Randy Eckenrode
689e8980bc
apple-sdk_12: init at 12.3 2024-10-10 16:22:58 -04:00
Randy Eckenrode
d10c85b19b
apple-sdk_10_15: init at 10.15.6 2024-10-10 16:22:58 -04:00
Randy Eckenrode
a447cba849
apple-sdk_10_14: init at 10.14.6 2024-10-10 16:22:58 -04:00
Randy Eckenrode
3fb982d0e2
apple-sdk_10_13: init at 10.13.2 2024-10-10 16:22:58 -04:00
Randy Eckenrode
556790248f
apple-sdk: init at 10.12.2 and 11.3
This is a new packaging of the Darwin SDK. Instead of splitting
libraries and frameworks into separate packages, it provides a single
package for the whole SDK.

# Features

- Vendored files are removed from the SDK. There are 50+ different
  packages that are vendored by upstream (depending on the version);
- Components that are built in nixpkgs (either from upstream or from the
  source releases) are also removed. If they need to be included by
  default, they are propagated;
- A single SDK pattern is used to package all SDKs, and scripts are
  provided to aid updating the SDK version and its source release
  versions. This makes adding new SDKs much easier;
- SDK overrides are handled by adding the SDK version you require. If
  multiple SDKs are present, only the newest is used. It is possible to
  have different SDKs for each of build, host, and target platforms;
- Private headers are no longer provided by default unless you use the
  SDK’s `privateFrameworksHook` to add them. It does the right thing
  when multiple SDKs are in your inputs;
- Source releases for the SDK version are available via a passthru
  `sourceRelease` function. This is mostly useful for getting private
  headers for building source releases in the darwin attrset; and
- The same versions of propagated components are used on both platforms
  (e.g., the same libresult, libiconv, etc).

See `pkgs/by-name/ap/apple-sdk/README.md` for details on how the SDK
derivation is structured and how to update it.
2024-10-10 16:22:58 -04:00
Luflosi
7a12fe7b2f
apfsprogs: unstable-2023-11-30 -> 0-unstable-2024-09-27
Diff: 990163894d...f31d7c2d69

This adds `apfs-label`, a new utility, so add a small test for it.
2024-10-04 15:50:10 +02:00
R. Ryantm
ffec0c4485 application-title-bar: 0.7.2 -> 0.7.3 2024-09-29 06:03:59 +00:00
R. Ryantm
80b7689946 api-linter: 1.67.2 -> 1.67.3 2024-09-24 04:22:42 +00:00
aleksana
7cc2a13773 apostrophe: fix latex rendering by providing local mathjax 2024-09-23 22:29:23 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Peder Bergebakken Sundt
da5fd744a9
apt-offline: substitute --replace with --replace-fail (#337269) 2024-09-05 10:59:23 -04:00
Adam C. Stephens
b648fcd968
apfsprogs: substitute --replace with --replace-fail (#337271) 2024-09-02 20:33:31 -04:00
R. Ryantm
b61e558815 application-title-bar: 0.7.0 -> 0.7.2 2024-08-26 01:00:43 +00:00
Roland Coeurjoly
ecf6cfcbc1 apt-offline: substitute --replace with --replace-fail 2024-08-25 17:25:20 +02:00
Roland Coeurjoly
85852fa661 apfsprogs: substitute --replace with --replace-fail 2024-08-25 17:24:51 +02:00
R. Ryantm
8e7e1b41ad api-linter: 1.67.1 -> 1.67.2 2024-08-17 13:27:00 +00:00
R. Ryantm
f9064c1ee4 application-title-bar: 0.6.9 -> 0.7.0 2024-08-11 21:27:48 +00:00
R. Ryantm
e4ad7c4345 api-linter: 1.67.0 -> 1.67.1 2024-08-10 12:15:32 +00:00
Nick Cao
44b65a2e80
Merge pull request #331948 from r-ryantm/auto-update/apx-gui
apx-gui: 1.0.2 -> 1.0.3
2024-08-03 10:12:13 -04:00
R. Ryantm
d2be09bc89 application-title-bar: 0.6.8 -> 0.6.9 2024-08-03 09:17:19 +00:00
R. Ryantm
2573d1b095 apx-gui: 1.0.2 -> 1.0.3 2024-08-03 08:55:43 +00:00
nixpkgs-merge-bot[bot]
776c3bee47
Merge pull request #331271 from r-ryantm/auto-update/apt
apt: 2.9.6 -> 2.9.7
2024-08-01 00:16:28 +00:00
R. Ryantm
104ca960ff apt: 2.9.6 -> 2.9.7 2024-07-31 11:35:26 +00:00
R. Ryantm
2032db4ca0 api-linter: 1.66.2 -> 1.67.0 2024-07-31 10:43:44 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00