From 3043a60eabefcaee1a587c240d718d49ebb38156 Mon Sep 17 00:00:00 2001 From: Dovydas Kersys Date: Mon, 2 Sep 2024 17:10:39 +0200 Subject: [PATCH] apple-cursor: modify license --- pkgs/data/icons/apple-cursor/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/data/icons/apple-cursor/default.nix b/pkgs/data/icons/apple-cursor/default.nix index 81643854fc42..6f33219ed6c5 100644 --- a/pkgs/data/icons/apple-cursor/default.nix +++ b/pkgs/data/icons/apple-cursor/default.nix @@ -29,7 +29,12 @@ in stdenv.mkDerivation rec { meta = with lib; { description = "Opensource macOS Cursors"; homepage = "https://github.com/ful1e5/apple_cursor"; - license = licenses.gpl3; + license = [ + licenses.gpl3Only + + # Potentially a derivative work of copyrighted Apple designs + licenses.unfree + ]; platforms = platforms.linux; maintainers = with maintainers; [ colemickens dxwil ]; };