Commit Graph

166 Commits

Author SHA1 Message Date
Colin
b4bf891b00
buffybox: 3.2.0-unstable-2024-11-10 -> 3.2.0-unstable-2024-12-09 (#363812) 2024-12-11 00:35:42 +00:00
Weijia Wang
cf793a6ae0
bun: 1.1.34 -> 1.1.38 (#360759) 2024-12-10 23:39:27 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
41a475a07b buffybox: 3.2.0-unstable-2024-11-10 -> 3.2.0-unstable-2024-12-09 2024-12-10 03:46:00 +00:00
nixpkgs-merge-bot[bot]
634ffca706
buf: 1.47.0 -> 1.47.2 (#363448) 2024-12-10 03:31:15 +00:00
R. Ryantm
820a996d6c bun: 1.1.34 -> 1.1.38 2024-12-09 20:24:16 +01:00
R. Ryantm
cf2ec54707 buf: 1.47.0 -> 1.47.2 2024-12-09 02:41:34 +00:00
R. Ryantm
a963fa59d0 butane: 0.22.0 -> 0.23.0 2024-12-09 00:54:29 +00:00
Will Fancher
5c8a2cab3f
nixos/buffyboard: init (#358941) 2024-12-07 03:36:18 -05:00
Bobby Rong
0c08b2b82a
Cinnamon updates 2024-12-05 (#362092) 2024-12-06 21:29:50 +08:00
Philip Taron
3ef08b3664
butt: 1.42.0 -> 1.44.0 (#362013) 2024-12-05 20:40:20 -08:00
Fabian Affolter
1371a1605d
burpsuite: 2024.10.1 -> 2024.11.1 (#360758) 2024-12-05 20:00:50 +01:00
Bobby Rong
1433a8fcd9
bulky: 3.4 -> 3.5
https://github.com/linuxmint/bulky/compare/3.4...3.5
2024-12-05 22:33:08 +08:00
Emery Hemingway
40caf32dd9 butt: 1.42.0 -> 1.44.0
Add more patching to remove advertising.
2024-12-05 10:21:06 +00:00
R. Ryantm
cda5f0c30c buildkite-agent-metrics: 5.9.9 -> 5.9.10 2024-12-03 09:17:24 +00:00
Yechiel Worenklein
316fbb8f93 burpsuite: 2024.10.1 -> 2024.11.1
Changelog: https://portswigger.net/burp/releases/professional-community-2024-11-1
2024-12-02 15:55:25 +02:00
R. Ryantm
ef4c5d1654 buildkite-cli: 3.2.0 -> 3.3.1 2024-12-01 01:33:50 +00:00
techknowlogick
7fa0fa45a8
buildkite-agent: 3.87.0 -> 3.87.1 (#359617) 2024-11-28 14:20:26 +01:00
Fabian Affolter
712f670bb3
burpsuite: add changelog to meta (#359510) 2024-11-28 08:38:09 +01:00
Nick Cao
2f08dcba26
buildpack: 0.35.1 -> 0.36.0 (#359482) 2024-11-27 08:42:25 -05:00
Fabian Affolter
668709c820 burpsuite: add changelog to meta 2024-11-27 08:15:01 +01:00
Fabian Affolter
7eca847314 burpsuite: add myself as maintainer 2024-11-27 08:05:54 +01:00
Fabian Affolter
c20ecb9c8b
Burpsuite: 2024.8.5 -> 2024.10.1 (#357898) 2024-11-27 07:56:07 +01:00
R. Ryantm
53c10e89fd buildpack: 0.35.1 -> 0.36.0 2024-11-27 03:03:04 +00:00
Yechiel
1f5aa7a0f1 burpsuite: 2024.8.5 -> 2024.10.1
Changelog: https://portswigger.net/burp/releases/professional-community-2024-10-1
2024-11-26 12:31:27 +02:00
Colin
b5442735ff buffybox: init at 3.2.0-unstable-2024-11-10
[buffybox](https://gitlab.postmarketos.org/postmarketOS/buffybox/) is a
suite of graphical applications for the terminal.
notably for nixpkgs, this includes `buffyboard`: an on-screen
framebuffer keyboard especially useful for touch-only devices like
mobile phones.

`buffyboard` can be built and launched (as root) with no arguments: then
tab to an unused TTY (e.g. Ctrl+Alt+F2) where an on-screen keyboard should
now be visible (if not, try clicking in the bottom of the terminal to force a redraw).

further configuration of buffyboard is possible by editing
`/etc/buffyboard.conf` or passing CLI flags.
2024-11-25 10:02:43 +00:00
Sander
a5d52b7a45
bun: run post hooks after patchelf 2024-11-22 17:21:57 +00:00
Sander
25bd3f0971
bun: fix missing symbol crash on macOS 12
Adds `darwin.ICU` to the library path.

Fixes the following error:

> dyld[69576]: Symbol not found: _ubrk_clone
>   Referenced from: /nix/store/zz94xy01809rlwp70hakg5ws10acma3v-bun-1.1.36/bin/bun
>   Expected in: /usr/lib/libicucore.A.dylib
2024-11-22 20:31:01 +04:00
Sander
07a431c62f
bun: fix hanging build on x86_64-darwin
This commit disables generating shell completions on x86_64-darwin
because Bun now requires AVX support to run, which is not available in
the version of Rosetta on our builders.

The baseline builds of bun now also require AVX support, making them a
non-option.
2024-11-22 20:27:56 +04:00
techknowlogick
2b6705529c buildkite-agent: 3.86.0 -> 3.87.0
Diff: https://github.com/buildkite/agent/compare/v3.86.0...v3.87.0
2024-11-18 15:35:48 -05:00
Nick Cao
bf9ac322e1
bun: 1.1.31 -> 1.1.34 (#355309) 2024-11-17 12:52:01 -05:00
Aleksana
2867f69e5c
saber: init at 0.25.2 (#354119) 2024-11-16 10:45:38 +08:00
Emily
3d8f220f71
buf-language-server: remove (#356199) 2024-11-15 17:54:51 +00:00
Shaw Vrana
755426d84b buf-language-server: remove
Upstream has been archived.
2024-11-15 08:46:21 -08:00
Aleksana
0eed3afc8c
treewide: disable some hanging Darwin Hydra builds (#355159) 2024-11-16 00:24:48 +08:00
Nick Cao
66463b62f5
buf: 1.46.0 -> 1.47.0 (#355800) 2024-11-14 08:36:22 -05:00
aucub
cb54f47367 butterfly: 2.2.1 -> 2.2.2 2024-11-14 20:24:40 +08:00
R. Ryantm
4591ca4438 buf: 1.46.0 -> 1.47.0 2024-11-14 01:49:54 +00:00
K900
9c85c8a22a Merge remote-tracking branch 'origin/master' into staging-next 2024-11-12 21:14:32 +03:00
techknowlogick
1253fadac4 buildkite-agent: 3.85.1 -> 3.86.0
Diff: https://github.com/buildkite/agent/compare/v3.85.1...v3.86.0
2024-11-12 10:18:06 -05:00
github-actions[bot]
00b1e226f7
Merge master into staging-next 2024-11-12 06:05:05 +00:00
techknowlogick
fafa05878d buildkite-agent: 3.82.1 -> 3.85.1
Diff: https://github.com/buildkite/agent/compare/v3.82.1...v3.85.1
2024-11-11 20:36:01 -05:00
medv
ca72ae07d1
bun: 1.1.31 -> 1.1.34 2024-11-12 08:17:12 +08:00
Olivér Falvai
f28717d909
bun: disable hanging x86_64-darwin Hydra build
https://hydra.nixos.org/job/nixpkgs/trunk/bun.x86_64-darwin
2024-11-10 20:38:22 +01:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Bobby Rong
e79b71782a
budgie-media-player-applet: 1.0.1 -> 1.1.1 (#354308) 2024-11-09 19:23:10 +08:00
Marcus Ramberg
40a0b9303b
buf: 1.45.0 -> 1.46.0 (#352849) 2024-11-08 21:45:07 +01:00
seth
dd59f2cfe9
budgie-media-player-applet: 1.0.1 -> 1.1.1 2024-11-08 10:59:40 -05:00
Emily
85f7e662ed
pkgs/by-name/[ab].+: migrate to new apple sdk (#354097) 2024-11-07 05:50:23 +00:00