Unverified Commit 20029405 authored by Mikael Voss's avatar Mikael Voss
Browse files

alsa-plugins: remove use of with lib;

parent ebab06c1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;
  };
})