overlays/invidious: add patch for PR 4650
This commit is contained in:
parent
ba445b671f
commit
feab0e9065
@ -6,6 +6,7 @@ let
|
|||||||
inherit (xinlib) prIsOpen todo;
|
inherit (xinlib) prIsOpen todo;
|
||||||
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
|
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
|
||||||
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
|
||||||
|
invidious = prIsOpen.overlay 0 (import ./invidious.nix);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
@ -19,6 +20,7 @@ in
|
|||||||
] ++
|
] ++
|
||||||
(if isUnstable
|
(if isUnstable
|
||||||
then [
|
then [
|
||||||
|
invidious
|
||||||
]
|
]
|
||||||
else [
|
else [
|
||||||
]);
|
]);
|
||||||
|
@ -3,9 +3,9 @@ let
|
|||||||
invidious = super.invidious.overrideAttrs (_: {
|
invidious = super.invidious.overrideAttrs (_: {
|
||||||
patches = [
|
patches = [
|
||||||
(super.fetchpatch {
|
(super.fetchpatch {
|
||||||
name = "fix-fetch";
|
name = "use-android";
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/iv-org/invidious/pull/4552.diff";
|
url = "https://patch-diff.githubusercontent.com/raw/iv-org/invidious/pull/4650.diff";
|
||||||
hash = "sha256-uyAsILwxf77OZwJoTkvZ7m79w4WncTAyAr1cZbU6mhM=";
|
hash = "sha256-nI9T0p2i2uqB2qJgZXD1nhiBUNhpTvMPS/XNNWPWCBs=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user