Commit Graph

13 Commits

Author SHA1 Message Date
whoomee
ebdf6ac457 libnice: use fetchFromGitLab and set updateScript
Fetching the source from Gitlab allows nix-update to automatically
detect the latest version.
2026-08-16 23:21:18 +02:00
whoomee
e7f2b610e7 libnice: declare and test meta.pkgConfigModules 2026-08-16 23:21:18 +02:00
whoomee
bd50939c8a libnice: adopt 2026-08-16 23:21:18 +02:00
whoomee
c33881bc35 libnice: fix devdoc and refactor mesonFlags 2026-08-16 23:21:18 +02:00
Ben Siraphob
5506449838 pkgs/by-name: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
Vladimír Čunát
30b3f88e8a libnice: fixup build on darwin broken by PR #532624 2026-07-05 09:14:23 +02:00
Alyssa Ross
133740a5aa libnice: fix build for musl
Backported the FreeBSD fix as well to get the musl one to apply
cleanly.  Dependencies don't all build for FreeBSD but it wasn't hard
to get that to work so I have fixes in the pipeline.

Fixes: 40092a228d ("libnice: 0.1.22 -> 0.1.23")
2026-06-19 19:04:08 +02:00
Robert Schütz
ca76ad5f3d libnice: add meta.changelog 2026-06-07 14:15:18 -07:00
R. Ryantm
40092a228d libnice: 0.1.22 -> 0.1.23 2025-11-27 12:28:17 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Niko Cantero
399845afd6 libnice: refactor; add patch for gupnp-igd 1.6.0 2025-04-15 09:59:36 +02:00
Silvan Mosberger
667d42c00d 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 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +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