---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "meta",
        position: (9, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "maintainers",
           position: (10, 5),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "teams",
          position: (10, 19),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "gnome",
            position: (10, 25),
           },
           Raw {
            content: "members",
            position: (10, 31),
           },
          ],
         },
         default: None,
        },
       ),
      ],
      recursive: false,
      position: (9, 10),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (15, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (17, 5),
          },
          Raw {
           content: "telepathy",
           position: (17, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (19, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (19, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (20, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (20, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (20, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (21, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (21, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (22, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Whether to enable Telepathy service, a communications framework\nthat enables real-time communication via pluggable protocol backends.\n",
                   position: (23, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (19, 25),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (17, 26),
        },
       ),
      ],
      recursive: false,
      position: (15, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (35, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (35, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (35, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (35, 24),
          },
          Raw {
           content: "telepathy",
           position: (35, 33),
          },
          Raw {
           content: "enable",
           position: (35, 43),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (37, 5),
            },
            Raw {
             content: "systemPackages",
             position: (37, 17),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (37, 36),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "telepathy-mission-control",
                position: (37, 41),
               },
              ],
             },
             default: None,
            },
           ],
           position: (37, 34),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (39, 5),
            },
            Raw {
             content: "dbus",
             position: (39, 14),
            },
            Raw {
             content: "packages",
             position: (39, 19),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (39, 32),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "telepathy-mission-control",
                position: (39, 37),
               },
              ],
             },
             default: None,
            },
           ],
           position: (39, 30),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (42, 5),
            },
            Raw {
             content: "xserver",
             position: (42, 14),
            },
            Raw {
             content: "desktopManager",
             position: (42, 22),
            },
            Raw {
             content: "gnome",
             position: (42, 37),
            },
            Raw {
             content: "sessionPath",
             position: (42, 43),
            },
           ],
          },
          With {
           expression: Variable {
            identifier: "pkgs",
            position: (42, 62),
           },
           target: List {
            elements: [
             Variable {
              identifier: "telepathy-glib",
              position: (43, 7),
             },
             Variable {
              identifier: "telepathy-logger",
              position: (44, 7),
             },
            ],
            position: (42, 68),
           },
           position: (42, 57),
          },
         ),
        ],
        recursive: false,
        position: (35, 50),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}