Loading pkgs/development/compilers/flutter/engine/package.nix +15 −17 Original line number Diff line number Diff line Loading @@ -347,15 +347,13 @@ stdenv.mkDerivation (finalAttrs: { dart = callPackage ./dart.nix { engine = finalAttrs.finalPackage; }; }; meta = with lib; { meta = { # Very broken on Darwin broken = stdenv.hostPlatform.isDarwin; description = "Flutter engine"; homepage = "https://flutter.dev"; maintainers = with maintainers; [ RossComputerGuy ]; license = licenses.bsd3; maintainers = with lib.maintainers; [ RossComputerGuy ]; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" "aarch64-linux" Loading pkgs/development/compilers/flutter/flutter.nix +7 −7 Original line number Diff line number Diff line Loading @@ -189,14 +189,14 @@ let inherit engine; }; meta = with lib; { description = "Flutter is Google's SDK for building mobile, web and desktop with Dart"; meta = { description = "Makes it easy and fast to build beautiful apps for mobile and beyond"; longDescription = '' Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. ''; homepage = "https://flutter.dev"; license = licenses.bsd3; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" "aarch64-linux" Loading @@ -204,10 +204,10 @@ let "aarch64-darwin" ]; mainProgram = "flutter"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ ericdallo ]; teams = [ teams.flutter ]; teams = [ lib.teams.flutter ]; }; }; in Loading Loading
pkgs/development/compilers/flutter/engine/package.nix +15 −17 Original line number Diff line number Diff line Loading @@ -347,15 +347,13 @@ stdenv.mkDerivation (finalAttrs: { dart = callPackage ./dart.nix { engine = finalAttrs.finalPackage; }; }; meta = with lib; { meta = { # Very broken on Darwin broken = stdenv.hostPlatform.isDarwin; description = "Flutter engine"; homepage = "https://flutter.dev"; maintainers = with maintainers; [ RossComputerGuy ]; license = licenses.bsd3; maintainers = with lib.maintainers; [ RossComputerGuy ]; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" "aarch64-linux" Loading
pkgs/development/compilers/flutter/flutter.nix +7 −7 Original line number Diff line number Diff line Loading @@ -189,14 +189,14 @@ let inherit engine; }; meta = with lib; { description = "Flutter is Google's SDK for building mobile, web and desktop with Dart"; meta = { description = "Makes it easy and fast to build beautiful apps for mobile and beyond"; longDescription = '' Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. ''; homepage = "https://flutter.dev"; license = licenses.bsd3; license = lib.licenses.bsd3; platforms = [ "x86_64-linux" "aarch64-linux" Loading @@ -204,10 +204,10 @@ let "aarch64-darwin" ]; mainProgram = "flutter"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ ericdallo ]; teams = [ teams.flutter ]; teams = [ lib.teams.flutter ]; }; }; in Loading