mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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}";
|
||||
license = lib.filter (l: l != null) (map (l: licensesBySpdxId.${l}) licenseInfo.${pname});
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user