Commit Graph

15 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
ec899018e2
Merge pull request #330073 from Sigmanificient/libabigail
libabigail: 2.1 -> 2.5
2024-08-01 02:59:53 +02:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Sigmanificient
4f800a227f libabigail: 2.1 -> 2.5 2024-07-26 07:46:26 +02:00
Jan Tojnar
a2f49342d8 treewide: Reduce jtojnar maintainership
Notably fwupd, pipewire and flatpak.
I want to focus on GNOME and other packages I still actually use.
Pipewire is still important but I have not touched the packaging in a while.
2023-05-20 16:40:17 +02:00
Alyssa Ross
7ce8e7c4cf lib.licenses.asl20-llvm: replace llvm-exception
LLVM-exception only makes sense when used with the Apache 2.0 license,
so let's combine them, so it's not possible to forget one of them like
happened with llvm_15.
2023-02-23 17:42:15 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
f37f6a6c0e libabigail: 2.0 -> 2.1 2022-09-28 19:44:03 +00:00
Jan Tojnar
2b1ef081e7
libabigail: correct license
https://sourceware.org/pipermail/libabigail/2021q4/003712.html
2021-12-11 19:31:34 +01:00
R. Ryantm
6c9aab610d libabigail: 1.8.2 -> 2.0 2021-12-10 06:17:35 +00:00
R. RyanTM
f7625a1d73 libabigail: 1.8 -> 1.8.2 2021-03-06 23:45:57 +01: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
R. RyanTM
54d5d1d979 libabigail: 1.7 -> 1.8 2020-12-17 07:53:03 +01:00
R. RyanTM
934f57c2dd libabigail: 1.6 -> 1.7 2020-03-02 10:46:32 +00:00
Pavol Rusnak
b877d845de
libabigail: init at 1.6
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-31 20:56:19 +01:00