2024-07-07 16:55:16 -04:00
|
|
|
{
|
|
|
|
qt6Packages,
|
|
|
|
makeScopeWithSplicing',
|
|
|
|
generateSplicesForMkScope,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
(makeScopeWithSplicing' {
|
|
|
|
otherSplices = generateSplicesForMkScope "yuzuPackages";
|
|
|
|
f = self:
|
|
|
|
qt6Packages
|
|
|
|
// {
|
|
|
|
compat-list = self.callPackage ./compat-list.nix {};
|
|
|
|
nx_tzdb = self.callPackage ./nx_tzdb.nix {};
|
|
|
|
|
|
|
|
mainline = self.callPackage ./mainline.nix {};
|
|
|
|
};
|
2024-07-07 20:59:24 -04:00
|
|
|
})
|
|
|
|
.mainline
|