---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "meta",
        position: (9, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "maintainers",
           position: (10, 5),
          },
         ],
        },
        to: PropertyAccess {
         expression: Variable {
          identifier: "teams",
          position: (10, 19),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "gnome",
            position: (10, 25),
           },
           Raw {
            content: "members",
            position: (10, 31),
           },
          ],
         },
         default: None,
        },
       },
      ],
      recursive: false,
      position: (9, 10),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "imports",
        position: (16, 3),
       },
      ],
     },
     to: List {
      elements: [
       Parentheses {
        expression: FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (17, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (18, 10),
              },
             ],
             position: (18, 9),
            },
            String {
             parts: [
              Raw {
               content: "gnome3",
               position: (18, 21),
              },
             ],
             position: (18, 20),
            },
            String {
             parts: [
              Raw {
               content: "at-spi2-core",
               position: (18, 30),
              },
             ],
             position: (18, 29),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (18, 45),
              },
             ],
             position: (18, 44),
            },
           ],
           position: (18, 7),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (19, 10),
              },
             ],
             position: (19, 9),
            },
            String {
             parts: [
              Raw {
               content: "gnome",
               position: (19, 21),
              },
             ],
             position: (19, 20),
            },
            String {
             parts: [
              Raw {
               content: "at-spi2-core",
               position: (19, 29),
              },
             ],
             position: (19, 28),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (19, 44),
              },
             ],
             position: (19, 43),
            },
           ],
           position: (19, 7),
          },
         ],
        },
        position: (17, 5),
       },
      ],
      position: (16, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (23, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (25, 5),
          },
          Raw {
           content: "gnome",
           position: (25, 14),
          },
          Raw {
           content: "at-spi2-core",
           position: (25, 20),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (27, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (27, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (28, 9),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (28, 16),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "bool",
                    position: (28, 22),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (29, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "false",
                 position: (29, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (30, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Whether to enable at-spi2-core, a service for the Assistive Technologies\navailable on the GNOME platform.\n\nEnable this if you get the error or warning\n<literal>The name org.a11y.Bus was not provided by any .service files</literal>.\n",
                   position: (31, 1),
                  },
                 ],
                 position: (30, 23),
                },
               },
              ],
              recursive: false,
              position: (27, 25),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (25, 35),
        },
       },
      ],
      recursive: false,
      position: (23, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (46, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkMerge",
       position: (46, 12),
      },
      arguments: [
       List {
        elements: [
         Parentheses {
          expression: FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (47, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (47, 11),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "services",
                position: (47, 18),
               },
               Raw {
                content: "gnome",
                position: (47, 27),
               },
               Raw {
                content: "at-spi2-core",
                position: (47, 33),
               },
               Raw {
                content: "enable",
                position: (47, 46),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "environment",
                  position: (48, 7),
                 },
                 Raw {
                  content: "systemPackages",
                  position: (48, 19),
                 },
                ],
               },
               to: List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (48, 38),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "at-spi2-core",
                     position: (48, 43),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (48, 36),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "services",
                  position: (49, 7),
                 },
                 Raw {
                  content: "dbus",
                  position: (49, 16),
                 },
                 Raw {
                  content: "packages",
                  position: (49, 21),
                 },
                ],
               },
               to: List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (49, 34),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "at-spi2-core",
                     position: (49, 39),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (49, 32),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "systemd",
                  position: (50, 7),
                 },
                 Raw {
                  content: "packages",
                  position: (50, 15),
                 },
                ],
               },
               to: List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (50, 28),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "at-spi2-core",
                     position: (50, 33),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (50, 26),
               },
              },
             ],
             recursive: false,
             position: (47, 53),
            },
           ],
          },
          position: (47, 5),
         },
         Parentheses {
          expression: FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (53, 6),
           },
           arguments: [
            Parentheses {
             expression: UnaryOperation {
              operator: Not,
              operand: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (53, 13),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "services",
                  position: (53, 20),
                 },
                 Raw {
                  content: "gnome",
                  position: (53, 29),
                 },
                 Raw {
                  content: "at-spi2-core",
                  position: (53, 35),
                 },
                 Raw {
                  content: "enable",
                  position: (53, 48),
                 },
                ],
               },
               default: None,
              },
              position: (53, 12),
             },
             position: (53, 11),
            },
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "environment",
                  position: (54, 7),
                 },
                 Raw {
                  content: "variables",
                  position: (54, 19),
                 },
                 Raw {
                  content: "NO_AT_BRIDGE",
                  position: (54, 29),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "1",
                  position: (54, 45),
                 },
                ],
                position: (54, 44),
               },
              },
             ],
             recursive: false,
             position: (53, 56),
            },
           ],
          },
          position: (53, 5),
         },
        ],
        position: (46, 20),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}