From 592dc9ed7f049c565e9d7c04a4907e57ae17e2d9 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Mon, 11 Apr 2022 10:05:51 +0100 Subject: [PATCH] jellyfin-web: add platforms --- pkgs/servers/jellyfin/web.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/jellyfin/web.nix b/pkgs/servers/jellyfin/web.nix index 2b3ce5a1f3df..2520f9ec470a 100644 --- a/pkgs/servers/jellyfin/web.nix +++ b/pkgs/servers/jellyfin/web.nix @@ -77,5 +77,6 @@ stdenv.mkDerivation rec { homepage = "https://jellyfin.org/"; license = licenses.gpl2Plus; maintainers = with maintainers; [ nyanloutre minijackson purcell jojosch ]; + platforms = nodejs.meta.platforms; }; }