From d326c50e0cfcd1eed9ff517695ff52437ecac0b7 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 13 Aug 2026 17:02:08 +0200 Subject: [PATCH] samira: use valveSDK instead of overriding a license --- pkgs/by-name/sa/samira/package.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pkgs/by-name/sa/samira/package.nix b/pkgs/by-name/sa/samira/package.nix index 0585ede64ad3..5b5a0b5cc5f7 100644 --- a/pkgs/by-name/sa/samira/package.nix +++ b/pkgs/by-name/sa/samira/package.nix @@ -68,17 +68,7 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/jsnli/Samira/releases/tag/v${finalAttrs.version}"; license = [ lib.licenses.gpl3 - ( - # while the license itself is unfree, it allows redistributing files - # inside "redistributable_bin/" directory, that `libsteam_api.so` - # conveniently is inside that folder - lib.licenses.unfreeRedistributableFirmware - // { - fullName = "Valve Corporation Steamworks SDK Access Agreement"; - shortName = "valveSDKLicense"; - url = "https://partner.steamgames.com/documentation/sdk_access_agreement"; - } - ) + lib.licenses.valveSDK ]; # the libsteam_api.so supports only x86_64-linux platforms = [ "x86_64-linux" ];