Commit Graph

160 Commits

Author SHA1 Message Date
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
597095c551 blasfeo: 0.1.4 -> 0.1.4.1 2024-12-09 17:17:47 +00:00
aleksana
c140dc89de treewide: add aleksana to maintainer of various gtk packages 2024-12-08 20:40:23 +08:00
Aleksana
aa8e955336
bleep 0.0.9 -> 0.0.11 (#360379) 2024-12-08 19:44:20 +08:00
Aleksana
c9b86e5cdf
blendfarm: update to net8, apply upstream fixes (#359357) 2024-12-05 10:44:58 +08:00
34j
d637b85e25
treewide: replace --enable-wayland-ime with --enable-wayland-ime=true for the arguments to properly work (#361341) 2024-12-05 00:06:22 +05:30
Florian Brandes
95f9644af6
blendfarm: update to net8, apply upstream fixes
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-12-04 15:14:50 +01:00
Bobby Rong
4c488edd7a
vte: 0.78.1 -> 0.78.2 (#358895) 2024-12-01 22:10:00 +08:00
Bobby Rong
1f72b75ff5
blackbox-terminal: Fix build with GCC 14
Otherwise fails with: error: 'return' with a value, in function returning void [-Wreturn-mismatch]
Tested with gcc14Stdenv.
2024-12-01 21:55:20 +08:00
Aleksana
f20dfdbabf
treewide: remove AndersonTorres from maintainers (#360292) 2024-12-01 18:08:16 +08:00
Anderson Torres
9a56705f94 various: remove AndersonTorres from maintainers
As a short note, I am relinquishing the maintenance of many packages, because it
is too much to me to handle right now.
2024-11-30 16:29:06 -03:00
Kristian Nedrevold-Hansen
9b9c3d1974 bleep 0.0.9 -> 0.0.11
release notes:
 - https://github.com/oyvindberg/bleep/releases/tag/v0.0.11
 - https://github.com/oyvindberg/bleep/releases/tag/v0.0.10
2024-11-30 12:02:27 +01:00
Sefa Eyeoglu
01c33fb6d7
treewide: add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL (#358620) 2024-11-29 18:48:23 +01:00
R. Ryantm
ab4517e2fc bloat: 0-unstable-2024-06-17 -> 0-unstable-2024-10-28 2024-11-29 17:01:40 +00:00
Aleksana
130f661d36
bluej: move to by-name, with lib; cleanup, RFC format (#356009) 2024-11-29 16:25:57 +08:00
jopejoe1
e51a9df08a treewide: use dpkg setup hook 2024-11-26 21:57:29 +01:00
34j
8ae2932d56 add --enable-wayland-ime flag to all Electron packages that uses NIXOS_OZONE_WL 2024-11-24 13:34:28 +09:00
Anderson Torres
58fe14bdf9 treewide: remove AndersonTorres from some packages' meta.maintainers 2024-11-21 21:24:15 -03:00
Donovan Glover
47f800bf1e
blockbench: 4.11.1 -> 4.11.2 (#357384) 2024-11-20 20:29:37 +00:00
TomaSajt
e9cdb0d29b
blockbench: 4.11.1 -> 4.11.2 2024-11-19 21:45:37 +01:00
R. Ryantm
40d57e2dad blasfeo: 0.1.3 -> 0.1.4 2024-11-19 13:43:02 +00:00
Matteo Pacini
74458684bd bluej: nixfmt-rfc-style 2024-11-14 21:58:18 +00:00
Matteo Pacini
8bc4908f5c bluej: with lib; cleanup 2024-11-14 21:57:13 +00:00
Matteo Pacini
780c0bbdea bluej: move to pkgs/by-name 2024-11-14 21:56:23 +00:00
Sandro
b2ab05c423
bleep: 0.0.7 -> 0.0.9 (#346909) 2024-11-12 18:32:50 +01: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
Aleksana
a87d070ab0
blivet-gui: init at 2.5.0 (#276662) 2024-11-08 17:26:31 +08:00
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
Vladimir Panteleev
052b26573d
blivet-gui: init at 2.5.0 2024-11-07 09:15:57 +00:00
Zhong Jianxin
339404456d blueutil: use the new apple-sdk 2024-10-31 21:47:41 +08:00
Aleksana
899e1450ec
blobdrop: init at 2.1 (#346632) 2024-10-28 23:22:45 +08:00
Kristian Nedrevold-Hansen
7aa21ca5d3 bleep: 0.0.7 -> 0.0.9 2024-10-28 15:17:12 +01:00
Felix Singer
2d88282897 bluespec: Move package definition into by-name structure
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-10-21 13:31:41 -05:00
Ramses
887f9c9a99
blueprint-compiler: 0.12.0 -> 0.14.0 (#348481) 2024-10-20 18:23:49 +02:00
Donovan Glover
5a98d44c85 bluetui: init at 0.5.1 2024-10-16 22:34:37 +02:00
R. Ryantm
01a9ca4f12 blueprint-compiler: 0.12.0 -> 0.14.0 2024-10-14 07:28:41 +00:00
github-actions[bot]
b1bc4ea2b5
Merge master into staging-next 2024-10-09 00:14:24 +00:00
Benedikt Broich
679619e8a3
blueprint-compiler: move to by-name 2024-10-08 12:02:09 +02:00
TomaSajt
8d082b97ab
blobdrop: init at 2.1 2024-10-06 13:48:21 +02:00
github-actions[bot]
653bcc0ea9
Merge master into staging-next 2024-10-05 18:04:03 +00:00
R. Ryantm
a2362832c0 blockbench: 4.11.0 -> 4.11.1 2024-10-04 23:58:56 +00:00
Alyssa Ross
ac037f0b18
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/compilers/llvm/common/default.nix
2024-09-29 20:10:12 +02:00
h7x4
8b62732138
bluemap: 3.21 -> 5.4 (#332245) 2024-09-29 14:05:29 +02:00
github-actions[bot]
8693fc15c4
Merge master into staging-next 2024-09-28 18:04:13 +00:00
Sandro
19f1f2ebca
blackmagic-desktop-video: 14.1a1 -> 14.2a1 (#342257) 2024-09-28 19:56:16 +02:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
nixpkgs-merge-bot[bot]
a0ceffbc23
blockbench: 4.10.4 -> 4.11.0 (#343835) 2024-09-25 09:13:57 +00:00
Peder Bergebakken Sundt
b0be237aa2
bloaty: 1.1-unstable-2023-11-06 -> 1.1-unstable-2024-09-23 (#343872) 2024-09-25 10:51:40 +02:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03: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