Skip to content

Commit

Permalink
ladybird: 0-unstable-2024-11-06 -> 0-unstable-2024-11-21
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Nov 21, 2024
1 parent 328abff commit c3c14a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/browsers/ladybird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ladybird";
version = "0-unstable-2024-11-06";
version = "0-unstable-2024-11-21";

src = fetchFromGitHub {
owner = "LadybirdWebBrowser";
repo = "ladybird";
rev = "ad1ba30b27ff2802b6e743c6b8970e4bd1309dfc";
hash = "sha256-vrRkUTWHm+2GTJ3axO2oPJ0gKyMSH8Reh3TjYYze/Io=";
rev = "6dc61f895db424e1ab245a7d4d219c6054a31ce3";
hash = "sha256-lEE2cfnQMSBi7+d34dbiuE5lwiGOzW1384/ohC+cf7I=";
};

postPatch = ''
sed -i '/iconutil/d' Ladybird/CMakeLists.txt
sed -i '/iconutil/d' UI/CMakeLists.txt
# Don't set absolute paths in RPATH
substituteInPlace Meta/CMake/lagom_install_options.cmake \
Expand Down

0 comments on commit c3c14a9

Please sign in to comment.