wireplumber: modernize, add qweered as maintainer

This commit is contained in:
Aliaksandr
2026-02-20 17:47:07 +02:00
parent 476c5c5957
commit ac861d9da6
+10 -4
View File
@@ -23,7 +23,7 @@
enableGI ? true,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "wireplumber";
version = "0.5.13";
@@ -37,10 +37,13 @@ stdenv.mkDerivation rec {
domain = "gitlab.freedesktop.org";
owner = "pipewire";
repo = "wireplumber";
rev = version;
tag = finalAttrs.version;
hash = "sha256-iQpMT01mRroaA48spA11zdb47L5AcVmigE4nJuJRaUo=";
};
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
meson
pkg-config
@@ -90,6 +93,9 @@ stdenv.mkDerivation rec {
homepage = "https://pipewire.org";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ k900 ];
maintainers = with lib.maintainers; [
k900
qweered
];
};
}
})