From c943cdbb16eb0e4b3c8d891c9363f9aebce68dc7 Mon Sep 17 00:00:00 2001 From: Winter Date: Tue, 15 Oct 2024 20:15:12 -0400 Subject: [PATCH] edl: mark as unfree See https://github.com/NixOS/nixpkgs/issues/348931. According to upstream, the loader blobs shipped with EDL are usually illicitly obtained from vendors and sold [0]. [0]: https://github.com/bkerler/Loaders (cherry picked from commit 978f4e458ff492d035bab86a0bee5501bc1c8ac3) --- pkgs/development/embedded/edl/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/embedded/edl/default.nix b/pkgs/development/embedded/edl/default.nix index 2e1f09ffd2089..c8745606b1aa1 100644 --- a/pkgs/development/embedded/edl/default.nix +++ b/pkgs/development/embedded/edl/default.nix @@ -36,7 +36,8 @@ python3Packages.buildPythonPackage rec { meta = with lib; { homepage = "https://github.com/bkerler/edl"; description = "Qualcomm EDL tool (Sahara / Firehose / Diag)"; - license = licenses.mit; + # See https://github.com/NixOS/nixpkgs/issues/348931 + license = licenses.unfree; maintainers = with maintainers; [ lorenz ]; # Case-sensitive files in 'Loader' submodule broken = stdenv.isDarwin;