From c531bc48fcfcb11b0247e19455ca80507840778a Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 23 Jul 2024 16:08:36 +0100 Subject: [PATCH] chiaki4deck: clarify licence --- pkgs/games/chiaki4deck/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/games/chiaki4deck/default.nix b/pkgs/games/chiaki4deck/default.nix index 7ea0159236ac..488747b1e038 100644 --- a/pkgs/games/chiaki4deck/default.nix +++ b/pkgs/games/chiaki4deck/default.nix @@ -127,6 +127,10 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://streetpea.github.io/chiaki4deck/"; description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck"; + # Includes OpenSSL linking exception that we currently have no way + # to represent. + # + # See also: license = licenses.agpl3Only; maintainers = with maintainers; [ devusb ]; platforms = platforms.linux;