mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
samira: use valveSDK instead of overriding a license
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user