File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/gr/grandperspective Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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} )
You can’t perform that action at this time.
0 commit comments