about summary refs log tree commit diff
path: root/pkgs/kde/lib
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-29 11:29:19 +0300
committerK900 <me@0upti.me>2024-02-29 11:29:19 +0300
commitda0b0fdedd24dd0c65ff8ef3780b0ec3b0c38290 (patch)
tree4971f829e2122a184ffa677397d04c907e6aa921 /pkgs/kde/lib
parent06496c9f37442ad6184a52a3b7ebcaea849f62bc (diff)
pkgs/kde: set meta.platforms
Diffstat (limited to 'pkgs/kde/lib')
-rw-r--r--pkgs/kde/lib/mk-kde-derivation.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/kde/lib/mk-kde-derivation.nix b/pkgs/kde/lib/mk-kde-derivation.nix
index 714a81ce44203..ddada8fb77f0d 100644
--- a/pkgs/kde/lib/mk-kde-derivation.nix
+++ b/pkgs/kde/lib/mk-kde-derivation.nix
@@ -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;
     };