Unverified Commit 4d98ad77 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] treewide: rm empty inherit (#410004)

parents 270e0175 ecd10c7c
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -24,5 +24,15 @@ symlinkJoin {
      --prefix LD_LIBRARY_PATH : ${vte}/lib
  '';

  inherit (geany.meta) ;
  meta = {
    inherit (geany.meta)
      description
      longDescription
      homepage
      license
      maintainers
      platforms
      mainProgram
      ;
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -59,9 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
      using them with RPCEmu.
    '';
    license = lib.licenses.gpl2Plus;
    maintainers = builtins.attrValues {
      inherit (lib.maintainers) ;
    };
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.linux;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -63,5 +63,5 @@ stdenv.mkDerivation {
    )
  '';

  inherit (caja.meta) ;
  inherit (caja) meta;
}
+1 −1
Original line number Diff line number Diff line
@@ -62,5 +62,5 @@ stdenv.mkDerivation {
    )
  '';

  inherit (mate-panel.meta) ;
  inherit (mate-panel) meta;
}