mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
pkgs/kde: set meta.platforms
This commit is contained in:
parent
06496c9f37
commit
da0b0fdedd
@ -108,6 +108,9 @@ in
|
|||||||
homepage = "https://invent.kde.org/${projectInfo.${pname}.repo_path}";
|
homepage = "https://invent.kde.org/${projectInfo.${pname}.repo_path}";
|
||||||
license = lib.filter (l: l != null) (map (l: licensesBySpdxId.${l}) licenseInfo.${pname});
|
license = lib.filter (l: l != null) (map (l: licensesBySpdxId.${l}) licenseInfo.${pname});
|
||||||
maintainers = lib.teams.qt-kde.members;
|
maintainers = lib.teams.qt-kde.members;
|
||||||
|
# Platforms are currently limited to what upstream tests in CI, but can be extended if
|
||||||
|
# there's interest.
|
||||||
|
platforms = lib.platforms.linux ++ lib.platforms.freebsd;
|
||||||
}
|
}
|
||||||
// meta;
|
// meta;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user