ladybird: 0-unstable-2025-03-27 -> 0-unstable-2025-05-07
This commit is contained in:
@@ -42,13 +42,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ladybird";
|
||||
version = "0-unstable-2025-03-27";
|
||||
version = "0-unstable-2025-05-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "LadybirdWebBrowser";
|
||||
repo = "ladybird";
|
||||
rev = "5ea45da15f5ac956db1cfe0aad74b570f7e88339";
|
||||
hash = "sha256-wODm5O15jwnyxvkHVCQBptwoC97tTD0KzwYqGPdY520=";
|
||||
rev = "5610f5a8652fb5273acd3739634bb8f69df1d786";
|
||||
hash = "sha256-XG7FmadzZN9ew3oPOFjv0CzB/UzLWGq3AANRp2MQAq8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -131,6 +131,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
cmakeFlags =
|
||||
[
|
||||
# Takes an enormous amount of resources, even with mold
|
||||
(lib.cmakeBool "ENABLE_LTO_FOR_RELEASE" false)
|
||||
# Disable network operations
|
||||
"-DSERENITY_CACHE_DIR=Caches"
|
||||
"-DENABLE_NETWORK_DOWNLOADS=OFF"
|
||||
|
||||
Reference in New Issue
Block a user