Leona Maroni
d54a686bba
treewide: Take over maintainership from the flyingcircus team
...
The flyingcircus team was dissolved as it's an external team.
We (osnyx and me) take over maintainersip as persons.
2026-01-12 15:48:18 +01:00
Wolfgang Walther
0a5456c067
teams/flyingcircus: drop
2026-01-10 21:57:59 +01:00
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
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
Fernando Rodrigues
05580f4b44
treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
...
Follow-up to #394797 .
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net >
2025-04-25 22:20:17 -03:00
Oliver Schmidt
f02bd5b0fc
percona: correct licensing information
...
Corrects the partially wrong change from #313931 , all Oracle MySQL
derivates are actually GPLv2 only.
2024-10-13 23:04:25 +02:00
Oliver Schmidt
8d14fa2886
percona: apply nixfmt
2024-10-13 18:15:49 +02:00
éclairevoyant
96031e8dd4
treewide: fix uses of finalAttrs.pname in urls
2024-07-23 12:48:10 -04:00
Oliver Schmidt
58240f8069
percona-xtrabackup_8_3: init at 8.3.0-1
...
This is likely to diverge from the LTS xtrabackup packaging over time.
But as this package was already structured in a modular way, let's keep
the generic builder as long as it's feasible.
2024-05-08 00:40:06 +02:00
Tobias Stenzel
4f267a0b77
percona-xtrabackup_8_0: 8.0.29-22 -> 8.0.34-29
...
https://docs.percona.com/percona-xtrabackup/8.0/release-notes/8.0/8.0.34-29.0.html
2023-10-03 01:37:36 +02:00
Nicolas Benes
213e8e9224
percona-xtrabackup_8_0: 8.0.13 -> 8.0.29-22
...
* boost: 1.70 -> 1.77
* Unpin stdenv
2022-10-18 00:47:35 +02:00
Nicolas Benes
8eabf7a637
percona-xtrabackup_*: fix version test, cleanup
...
* Reorder `libevent` and `libev` in `buildInputs`. Otherwise, cmake
picks up the wrong `event.h` and the version test for `libevent`
fails.
* Remove apparently obsolete workaround from fc8061dae4 .
2022-10-18 00:47:03 +02:00
ajs124
5cc75bbb98
percona-xtrabackup_*: pin to openssl_1_1
2022-08-17 20:16:45 +02:00
Josef Kemetmüller
1ca04aa9f1
treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
...
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Sergei Trofimovich
fc8061dae4
percona-xtrabackup_2_4: add -fcommon workaround
...
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:
ld: xbstream.c.o:(.bss+0x0): multiple definition of
`datasink_buffer'; ds_buffer.c.o:(.data.rel.local+0x0): first defined here
2022-06-05 20:23:53 +01:00
Ryan Burns
41574158a0
libgpg-error: rename from libgpgerror
...
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Izorkin
851467e0e1
percona-xtrabackup 8.0: init at 8.0.13
2020-07-05 18:19:08 +03:00