Commit Graph

20 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
Anderson Torres
58fe14bdf9 treewide: remove AndersonTorres from some packages' meta.maintainers 2024-11-21 21:24:15 -03:00
Alyssa Ross
3052d8e230 bluez: add patch for musl 1.2.5 2024-09-16 17:34:33 +02:00
Alyssa Ross
c4ba2c64b4
bluez: 5.76 -> 5.78
Fixes building for musl with GCC 14.

Closes: https://github.com/NixOS/nixpkgs/pull/334891
2024-09-15 09:48:16 +02:00
Alyssa Ross
478bc3b40c
bluez: python3.pkgs -> python3Packages
python3.pkgs does not splice properly.
2024-09-15 09:46:45 +02:00
Peder Bergebakken Sundt
eeb076b7ed
bluez: substitute --replace with --replace-fail (#337280) 2024-09-14 20:08:53 +02:00
Roland Coeurjoly
b232187bd3 bluez: substitute --replace with --replace-fail 2024-08-25 18:02:28 +02:00
Alyssa Ross
8b3a4a617e bluez: fix when gobject-introspection unsupported
For example, when cross compiling to s390-linux.
2024-08-16 12:52:56 +02:00
Sandro Jäckel
d0eebe82f6
bluez: fix hid devices 2024-07-04 11:40:41 +02:00
Sebastián Zaffarano
2d53d43c1c
bluez: 5.75 → 5.76 2024-06-24 09:47:10 +02:00
Maxine Aubrey
3e34332bd9
bluez: 5.72 → 5.75
https://github.com/bluez/bluez/compare/5.72...5.75
2024-04-23 19:51:36 +02:00
adisbladis
ce2a8dc669 bluez: Remove recursivePthLoader from Python wrapper
This module doesn't seem to be actually required.
I've manually tried executing all binaries in the `test` output and they still run fine.
2024-02-21 17:30:02 +13:00
Yureka
b79d9beb4b
bluez: disable failing test on musl (#286245) 2024-02-04 17:24:06 +01:00
github-actions[bot]
1a9dbf110b
Merge staging-next into staging 2024-01-29 00:02:49 +00:00
Felix Buehler
d35003e302 python311Packages.recursive-pth-loader: rename from recursivePthLoader 2024-01-25 22:13:17 +01:00
Daniel Olsen
95331c15ee bluez: fix build by adding pygments 2024-01-22 23:24:00 +01:00
Tom Vincent
6ed157d9b9
bluez: 5.71 -> 5.72 2024-01-21 13:05:45 +00:00
Anderson Torres
af69d4ac96 bluez: 5.70 -> 5.71 2024-01-05 09:48:56 -03:00
Anderson Torres
95a4f83dbb bluez: refactor
- rename withExperimental to enableExperimental
- finalAttrs design pattern
- use lib.* string functions
- update meta
  - mainProgram
  - changelog
  - new maintainer: AndersonTorres
2024-01-05 09:48:15 -03:00
Anderson Torres
27e46a6f43 bluez: migrate to by-name 2024-01-05 09:11:08 -03:00