Unverified Commit 0b0485e7 authored by Mikael Voss's avatar Mikael Voss
Browse files

linux-manual: remove use of with lib;

parent 99ab2288
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,10 +36,10 @@ stdenv.mkDerivation {
    test -f $mandir/kmalloc.9
  '';

  meta = with lib; {
  meta = {
    homepage = "https://kernel.org/";
    description = "Linux kernel API manual pages";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ mvs ];
    license = lib.licenses.gpl2Only;
    maintainers = with lib.maintainers; [ mvs ];
  };
}