ladybird: 0-unstable-2025-05-24 -> 0-unstable-2025-06-03 (#414211)

authored by Aleksana and committed by GitHub 971969fb f82944b5

+4 -24
-13
pkgs/by-name/la/ladybird/001-revert-fake-skia-update.patch
··· 1 - diff --git a/vcpkg.json b/vcpkg.json 2 - index 5a824884b2..e4193aa45f 100644 3 - --- a/vcpkg.json 4 - +++ b/vcpkg.json 5 - @@ -199,7 +199,7 @@ 6 - }, 7 - { 8 - "name": "skia", 9 - - "version": "134#2" 10 - + "version": "129#0" 11 - }, 12 - { 13 - "name": "sqlite3",
+4 -11
pkgs/by-name/la/ladybird/package.nix
··· 38 38 in 39 39 stdenv.mkDerivation (finalAttrs: { 40 40 pname = "ladybird"; 41 - version = "0-unstable-2025-05-24"; 41 + version = "0-unstable-2025-06-03"; 42 42 43 43 src = fetchFromGitHub { 44 44 owner = "LadybirdWebBrowser"; 45 45 repo = "ladybird"; 46 - rev = "fbd1f771613fc6f13fcc20dcad04c7065633a2c2"; 47 - hash = "sha256-Gtfnq46JrzfpcapMr6Ez+5BNQ59H/Djsgp7n6QvMSUM="; 46 + rev = "4c54a28c45be4e8185158d40a37e083e038a6465"; 47 + hash = "sha256-YHWkG2RJk6NaouRvis2L+njtYWKB7T569y1Tq+mYdz0="; 48 48 }; 49 - 50 - patches = [ 51 - # Revert https://github.com/LadybirdBrowser/ladybird/commit/51d189198d3fc61141fc367dc315c7f50492a57e 52 - # This commit doesn't update the skia used by ladybird vcpkg, but it does update the skia that 53 - # that cmake wants. 54 - ./001-revert-fake-skia-update.patch 55 - ]; 56 49 57 50 postPatch = '' 58 51 sed -i '/iconutil/d' UI/CMakeLists.txt ··· 146 139 # ld: [...]/OESVertexArrayObject.cpp.o: undefined reference to symbol 'glIsVertexArrayOES' 147 140 # ld: [...]/libGL.so.1: error adding symbols: DSO missing from command line 148 141 # https://github.com/LadybirdBrowser/ladybird/issues/371#issuecomment-2616415434 149 - env.NIX_LDFLAGS = "-lGL"; 142 + env.NIX_LDFLAGS = "-lGL -lfontconfig"; 150 143 151 144 postInstall = lib.optionalString stdenv.hostPlatform.isDarwin '' 152 145 mkdir -p $out/Applications $out/bin