alsa-plugins: remove use of with lib;

This commit is contained in:
Mikael Voss
2025-07-24 16:28:41 +02:00
parent ebab06c1ff
commit 20029405b4
+4 -4
View File
@@ -31,11 +31,11 @@ stdenv.mkDerivation (finalAttrs: {
speexdsp
];
meta = with lib; {
meta = {
description = "Various plugins for ALSA";
homepage = "http://alsa-project.org/";
license = licenses.lgpl21;
maintainers = [ maintainers.marcweber ];
platforms = platforms.linux;
license = lib.licenses.lgpl21;
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.linux;
};
})