Commit Graph

105 Commits

Author SHA1 Message Date
Aleksana
908e008625
buildpack: moved to by-name and modernized derivation (#345645) 2024-10-25 11:07:01 +08:00
R. Ryantm
7ecc12891c bundletool: 1.17.1 -> 1.17.2 2024-10-23 02:28:53 +00:00
R. Ryantm
e07090c410 bustools: 0.44.0 -> 0.44.1 2024-10-21 14:51:31 +00:00
Sefa Eyeoglu
8fc84df01e
bustools: init at 0.44.0 (#347603) 2024-10-20 23:06:15 +02:00
Aaron Jheng
aee2976919
buf: 1.44.0 -> 1.45.0 2024-10-14 02:06:04 +00:00
dflores1
62922959f6 bustools: init at 0.44.0
bustools: nixfmt
2024-10-09 23:33:20 +02:00
Aaron Jheng
16b59bd291
buf: 1.42.0 -> 1.44.0 2024-10-06 11:26:38 +00:00
OTABI Tomoya
40f838f678
bundletool: moved to by-name and modernized derivation (#346159) 2024-10-05 09:30:10 +09:00
Mutsuha Asada
1eec2d3b0c
bundletool: moved to by-name 2024-10-05 00:49:05 +09:00
techknowlogick
6339a64609
buildkite-agent: 3.77.0 -> 3.82.1 (#342847) 2024-10-02 16:54:43 +02:00
Mutsuha Asada
b5b06a23ec
buildpack: moved to by-name 2024-10-01 14:44:22 +09:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03: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
Michael Evans
1c880b7b3a buffer: 0.9.2 -> 0.9.5 2024-09-11 20:53:28 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
d2da9a19c4 gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
Michele Guerini Rocco
1de2d9f8e2
bup: 0.33.3 -> 0.33.4 (#337403) 2024-08-27 08:12:48 +02:00
rnhmjoj
881aca9e20
bup: move to pkgs/by-name and reformat 2024-08-26 08:40:04 +02:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
Florian Klink
25f5471de6
Merge pull request #333205 from flokli/buildkite-agent-3.77.0
buildkite-agent: 3.76.2 -> 3.77.0
2024-08-23 14:04:52 +03:00
Gaetan Lepage
31ab01fdc9 bunbun: 1.3.0 -> 1.4.0
Diff: https://github.com/devraza/bunbun/compare/refs/tags/v1.3.0...v1.4.0

Changelog: https://github.com/devraza/bunbun/releases/tag/v1.4.0
2024-08-22 18:57:21 +02:00
t4ccer
bea41b9a25
buttermanager: 2.5.1 -> 2.5.2 2024-08-19 09:16:59 -06:00
Fabián Heredia Montiel
810659b655
Merge pull request #333942 from r-ryantm/auto-update/bulloak
bulloak: 0.6.1 -> 0.8.0
2024-08-15 15:02:19 -06:00
Alyssa Ross
e639bd4516 bugstalker: 0.1.4 -> 0.2.2
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-14 13:37:32 +02:00
Jan Tojnar
18859a6bad gnome-remote-desktop: Move from gnome scope to top-level 2024-08-12 00:29:01 +02:00
Jan Tojnar
138941d672 gnome-color-manager: Move from gnome scope to top-level 2024-08-12 00:28:59 +02:00
R. Ryantm
c1153deb08 bulloak: 0.6.1 -> 0.8.0 2024-08-11 16:14:23 +00:00
Florian Klink
bccb2f7c84 buildkite-agent: 3.76.2 -> 3.77.0
We can also drop the workaround included in the bump to 3.76.1, as
upstream reverted that behavorial change.
2024-08-08 13:24:15 +03:00
R. Ryantm
9e3a3790f4 buildkite-agent: 3.76.1 -> 3.76.2 2024-08-06 04:00:27 +00:00
Florian Klink
129558261d
buildkite-agent: 3.59.0 -> 3.76.1 (#331340)
* buildkite-agent: 3.59.0 -> 3.76.1

* nixos/buildkite-agent: put each agent in its own private /tmp

Workaround for https://github.com/buildkite/agent/issues/2916, but
probably still a good idea.
2024-08-02 21:59:32 +02:00
zimbatm
62ace478a6 bupc: move to by-name 2024-07-31 09:10:34 +02:00
zimbatm
7d7fd84248 buildkite-agent: move to by-name 2024-07-31 09:10:34 +02:00
zimbatm
ec7188d73d bundix: move to by-name 2024-07-31 09:10:32 +02:00
R. Ryantm
eed752c0e4 budgie-analogue-clock-applet: 2.0 -> 2.1 2024-07-25 11:05:04 +00:00
Bobby Rong
029c124ea8
bulky: Move from cinnamon scope to top-level 2024-07-21 21:15:53 +08:00
Randy Eckenrode
58b9659b65
bustle: use gettext from nixpkgs
The vendored gettext fails to build with clang 16 on Darwin. The gettext in nixpkgs works.
2024-07-20 09:19:01 -04:00
seth
4bd01dd769
budgie-desktop: passthru nixosTests.budgie 2024-07-14 15:38:11 -04:00
seth
e287c7a3d2
budgie-user-indicator-redux: add updateScript 2024-07-14 15:37:53 -04:00
seth
6a8e6c209f
budgie-user-indicator-redux: move from budgiePlugins scope to top-level 2024-07-14 15:37:53 -04:00
seth
ec4ac2bffc
budgie-media-player-applet: ensure updateScript & meta.changelog 2024-07-14 15:37:53 -04:00
seth
cb1ef2ba8b
budgie-media-player-applet: move from budgiePlugins scope to top-level 2024-07-14 15:37:53 -04:00
seth
4c3e9f67f6
budgie-analogue-clock-applet: ensure updateScript & meta.changelog 2024-07-14 15:37:52 -04:00
seth
731fb7477c
budgie-analogue-clock-applet: move from budgiePlugins scope to top-level 2024-07-14 15:37:52 -04:00
seth
fef55ad1ca
magpie: move from budgie scope to top-level 2024-07-14 15:33:01 -04:00
seth
0470485ff9
budgie-session: modernize 2024-07-14 15:33:01 -04:00
seth
d623736294
budgie-session: split outputs 2024-07-14 15:33:01 -04:00
seth
50124d6c9f
budgie-session: move from budgie scope to top-level 2024-07-14 15:33:01 -04:00
seth
32a4814585
budgie-screensaver: add version test 2024-07-14 15:33:00 -04:00
seth
9af16f0c40
budgie-screensaver: split outputs 2024-07-14 15:33:00 -04:00