Skip to content

Commit 079ead6

Browse files
LeSuissefgaz
authored andcommitted
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.
1 parent 6c2e919 commit 079ead6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkgs/by-name/la/ladybird/package.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
}:
3333

3434
let
35-
adobe-icc-profiles = fetchurl {
36-
url = "https://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesCS4Win_end-user.zip";
37-
hash = "sha256-kgQ7fDyloloPaXXQzcV9tgpn3Lnr37FbFiZzEb61j5Q=";
38-
name = "adobe-icc-profiles.zip";
39-
};
4035
# Note: The cacert version is synthetic and must match the version in the package's CMake
4136
cacert_version = "2023-12-12";
4237
in
@@ -83,10 +78,6 @@ stdenv.mkDerivation (finalAttrs: {
8378
8479
mkdir build/Caches/PublicSuffix
8580
cp ${publicsuffix-list}/share/publicsuffix/public_suffix_list.dat build/Caches/PublicSuffix
86-
87-
mkdir build/Caches/AdobeICCProfiles
88-
cp ${adobe-icc-profiles} build/Caches/AdobeICCProfiles/adobe-icc-profiles.zip
89-
chmod +w build/Caches/AdobeICCProfiles
9081
'';
9182

9283
nativeBuildInputs = [

0 commit comments

Comments
 (0)