diff --git a/pkgs/by-name/st/stremio-linux-shell/package.nix b/pkgs/by-name/st/stremio-linux-shell/package.nix index 4280c61173ad..ab6f9dca182f 100644 --- a/pkgs/by-name/st/stremio-linux-shell/package.nix +++ b/pkgs/by-name/st/stremio-linux-shell/package.nix @@ -130,11 +130,12 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Modern media center that gives you the freedom to watch everything you want"; homepage = "https://www.stremio.com/"; - license = with lib.licenses; [ - gpl3Only - # server.js is unfree - unfree - ]; + license = + with lib.licenses; + AND [ + gpl3Only + unfree # server.js + ]; sourceProvenance = with lib.sourceTypes; [ fromSource obfuscatedCode # server.js