From 079ead620ac97c089a0eaabe87438ea2cb5f6f49 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Fri, 9 May 2025 00:01:59 +0200 Subject: [PATCH] ladybird: do not put Adobe ICC profiles in the build cache They do not appear to be needed in recent versions (could not find a reference in Ladybird build system). If they are needed for the build it would likely they would make the package `unfreeRedistributable` given the EULA attached to them. --- pkgs/by-name/la/ladybird/package.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/by-name/la/ladybird/package.nix b/pkgs/by-name/la/ladybird/package.nix index f279d6ff4e74..e4a91b3ca794 100644 --- a/pkgs/by-name/la/ladybird/package.nix +++ b/pkgs/by-name/la/ladybird/package.nix @@ -32,11 +32,6 @@ }: let - adobe-icc-profiles = fetchurl { - url = "https://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesCS4Win_end-user.zip"; - hash = "sha256-kgQ7fDyloloPaXXQzcV9tgpn3Lnr37FbFiZzEb61j5Q="; - name = "adobe-icc-profiles.zip"; - }; # Note: The cacert version is synthetic and must match the version in the package's CMake cacert_version = "2023-12-12"; in @@ -83,10 +78,6 @@ stdenv.mkDerivation (finalAttrs: { mkdir build/Caches/PublicSuffix cp ${publicsuffix-list}/share/publicsuffix/public_suffix_list.dat build/Caches/PublicSuffix - - mkdir build/Caches/AdobeICCProfiles - cp ${adobe-icc-profiles} build/Caches/AdobeICCProfiles/adobe-icc-profiles.zip - chmod +w build/Caches/AdobeICCProfiles ''; nativeBuildInputs = [