librewolf: drop upstreamed patch
This partially reverts commit 61598203a4
.
After update to 107 the patch is already in the src.
This commit is contained in:
parent
e2c91016fe
commit
bcb0994006
1 changed files with 2 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ callPackage, lib, stdenv, fetchpatch }:
|
{ callPackage }:
|
||||||
let
|
let
|
||||||
src = callPackage ./src.nix { };
|
src = callPackage ./src.nix { };
|
||||||
in
|
in
|
||||||
|
@ -6,13 +6,7 @@ rec {
|
||||||
|
|
||||||
inherit (src) packageVersion firefox source;
|
inherit (src) packageVersion firefox source;
|
||||||
|
|
||||||
extraPatches = lib.optionals stdenv.isAarch64 [
|
extraPatches = [ ];
|
||||||
(fetchpatch { # https://bugzilla.mozilla.org/show_bug.cgi?id=1791275
|
|
||||||
name = "no-sysctl-aarch64.patch";
|
|
||||||
url = "https://hg.mozilla.org/mozilla-central/raw-rev/0efaf5a00aaceeed679885e4cd393bd9a5fcd0ff";
|
|
||||||
hash = "sha256-wS/KufeLFxCexQalGGNg8+vnQhzDiL79OLt8FtL/JJ8=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
extraConfigureFlags = [
|
extraConfigureFlags = [
|
||||||
"--with-app-name=librewolf"
|
"--with-app-name=librewolf"
|
||||||
|
|
Loading…
Reference in a new issue