---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (8, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (8, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (8, 16),
        },
        Raw {
         content: "gnome",
         position: (8, 25),
        },
        Raw {
         content: "tracker",
         position: (8, 31),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (12, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "maintainers",
            position: (13, 5),
           },
          ],
         },
         PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (13, 19),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "gnome",
             position: (13, 25),
            },
            Raw {
             content: "members",
             position: (13, 31),
            },
           ],
          },
          default: None,
         },
        ),
       ],
       recursive: false,
       position: (12, 10),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (16, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (18, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (19, 10),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "gnome3",
               position: (19, 21),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "tracker",
               position: (19, 30),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (19, 40),
              },
             ],
            },
           ],
           position: (19, 7),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (20, 10),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "gnome",
               position: (20, 21),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "tracker",
               position: (20, 29),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (20, 39),
              },
             ],
            },
           ],
           position: (20, 7),
          },
         ],
        },
       ],
       position: (16, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (26, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (28, 5),
           },
           Raw {
            content: "gnome",
            position: (28, 14),
           },
           Raw {
            content: "tracker",
            position: (28, 20),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (30, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (30, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (31, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (31, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (31, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (32, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (32, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (33, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Whether to enable Tracker services, a search engine,\nsearch tool and metadata storage system.\n",
                    position: (34, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (30, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "subcommandPackages",
               position: (39, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (39, 28),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (40, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (40, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (40, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (40, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "package",
                       position: (40, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (41, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (41, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "internal",
                    position: (42, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (42, 20),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (43, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "List of packages containing tracker3 subcommands.\n",
                    position: (44, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (39, 37),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (28, 30),
         },
        ),
       ],
       recursive: false,
       position: (26, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (55, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (55, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (55, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (55, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (57, 5),
             },
             Raw {
              content: "systemPackages",
              position: (57, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (57, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "tracker",
                 position: (57, 41),
                },
               ],
              },
              default: None,
             },
            ],
            position: (57, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (59, 5),
             },
             Raw {
              content: "dbus",
              position: (59, 14),
             },
             Raw {
              content: "packages",
              position: (59, 19),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (59, 32),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "tracker",
                 position: (59, 37),
                },
               ],
              },
              default: None,
             },
            ],
            position: (59, 30),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (61, 5),
             },
             Raw {
              content: "packages",
              position: (61, 13),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (61, 26),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "tracker",
                 position: (61, 31),
                },
               ],
              },
              default: None,
             },
            ],
            position: (61, 24),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (63, 5),
             },
             Raw {
              content: "variables",
              position: (63, 17),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "TRACKER_CLI_SUBCOMMANDS_DIR",
                 position: (64, 7),
                },
               ],
              },
              LetIn {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "subcommandPackagesTree",
                    position: (66, 11),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (66, 36),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "symlinkJoin",
                      position: (66, 41),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Map {
                    bindings: [
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "name",
                         position: (67, 13),
                        },
                       ],
                      },
                      String {
                       parts: [
                        Raw {
                         content: "tracker-with-subcommands-",
                         position: (67, 21),
                        },
                        Expression {
                         expression: PropertyAccess {
                          expression: Variable {
                           identifier: "pkgs",
                           position: (67, 48),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "tracker",
                             position: (67, 53),
                            },
                            Raw {
                             content: "version",
                             position: (67, 61),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                       ],
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "paths",
                         position: (68, 13),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Concatenation,
                       operands: [
                        List {
                         elements: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "pkgs",
                            position: (68, 23),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "tracker",
                              position: (68, 28),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                         position: (68, 21),
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (68, 41),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "subcommandPackages",
                            position: (68, 45),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                       position: (68, 38),
                      },
                     ),
                    ],
                    recursive: false,
                    position: (66, 53),
                   },
                  ],
                 },
                ),
               ],
               target: String {
                parts: [
                 Expression {
                  expression: Variable {
                   identifier: "subcommandPackagesTree",
                   position: (71, 12),
                  },
                 },
                 Raw {
                  content: "/libexec/tracker3",
                  position: (71, 35),
                 },
                ],
               },
               position: (65, 9),
              },
             ),
            ],
            recursive: false,
            position: (63, 29),
           },
          ),
         ],
         recursive: false,
         position: (55, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (10, 1),
   },
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}