From 46ebee95a84c01b2b1e60027ba3f4eee9f21f943 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Mon, 20 Apr 2026 00:12:29 +0200 Subject: [PATCH] stremio-linux-shell: use compound license --- pkgs/by-name/st/stremio-linux-shell/package.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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