Skip to content

Commit 0cb7e95

Browse files
grandperspective: remove with lib;
1 parent 0bc3a89 commit 0cb7e95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/gr/grandperspective/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
4949
'';
5050
});
5151

52-
meta = with lib; {
52+
meta = {
5353
description = "Open-source macOS application to analyze disk usage";
5454
longDescription = ''
5555
GrandPerspective is a small utility application for macOS that graphically shows the disk usage within a file
@@ -59,13 +59,13 @@ stdenv.mkDerivation (finalAttrs: {
5959
'';
6060
mainProgram = "grandperspective";
6161
homepage = "https://grandperspectiv.sourceforge.net";
62-
license = licenses.gpl2Only;
63-
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
64-
maintainers = with maintainers; [
62+
license = lib.licenses.gpl2Only;
63+
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
64+
maintainers = with lib.maintainers; [
6565
eliandoran
6666
DimitarNestorov
6767
];
68-
platforms = platforms.darwin;
68+
platforms = lib.platforms.darwin;
6969
};
7070

7171
})

0 commit comments

Comments
 (0)