jellyfin-web: add platforms

This commit is contained in:
06kellyjac
2022-04-12 11:15:10 -05:00
committed by ehmry
parent 7be04844b0
commit 592dc9ed7f
+1
View File
@@ -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;
};
}