27 # provided as callPackage input to enable easier overrides through overlays
28 , cargoSha256 ? "sha256-PSrTo7nGgH0KxA82RlBEwtOu80WMCBeaCxHj3n7SgEE="
36 name = "fix-build-with-corrosion-0.5.patch";
37 url = "https://invent.kde.org/network/angelfish/-/commit/b04928e3b62a11b647622b81fb67b7c0db656ac8.patch";
38 hash = "sha256-9rpkMKQKrvGJFIQDwSIeeZyk4/vd348r660mBOKzM2E=";
42 cargoDeps = rustPlatform.fetchCargoTarball {
43 # include version in the name so we invalidate the FOD
44 name = "${pname}-${srcs.angelfish.version}";
45 inherit (srcs.angelfish) src;
53 rustPlatform.cargoSetupHook
77 description = "Web browser for Plasma Mobile";
78 homepage = "https://invent.kde.org/plasma-mobile/angelfish";
79 license = licenses.gpl3Plus;
80 maintainers = with maintainers; [ dotlambda ];