Commit Graph

18 Commits

Author SHA1 Message Date
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Guy Chronister
475a0e3a44 various: remove superflous usages of pname 2025-09-25 20:45:06 -05:00
Ignat Loskutov
4d93764f96 libxmlxx-v3: remove loskutov from maintainers (#432953) 2025-08-14 19:10:44 +00:00
Luna Nova
35556ae41c libxmlxx3: run nix fmt
An old PR was merged which introduced formatting that fails lints
https://github.com/NixOS/nixpkgs/pull/354190
2025-08-11 17:20:08 -07:00
Kek5chen
dfbb8d8b83 libxmlxx3: 3.0.1 -> 3.2.5 2025-04-21 15:23:20 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Jan Tojnar
ca2d815d58 libxmlxx3: add updateScript 2021-10-15 00:51:49 +02:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
cf41cb2b4a libxmlxx3: split out doc output 2019-06-18 03:16:05 +02:00
Jan Tojnar
8e7cea5cb8 libxmlxx3: split out dev output 2019-06-18 03:10:05 +02:00
Jan Tojnar
2bffd5f45f libxmlxx3: split out devdoc output 2017-11-24 02:14:46 +01:00
Ignat Loskutov
5b5310ad0f libxmlxx3: 3.0.0 -> 3.0.1 2016-11-20 03:14:09 +03:00
Ignat Loskutov
8843c40b1a libxmlxx3: add myself as a maintainer 2016-09-27 01:53:43 -04:00
Ignat Loskutov
bbaa851bf1 libxmlxx3: refactor to match libxmlxx 2016-09-27 01:53:28 -04:00
Ignat Loskutov
fc7c571dce libxml++: add 3.0.0 2016-09-25 23:18:33 -04:00