fix(patches): disable nitter patch
This commit is contained in:
parent
844418747f
commit
58bc35092e
1 changed files with 8 additions and 8 deletions
|
@ -3,12 +3,12 @@ final: prev: {
|
||||||
patches = [ ./coreutils.patch ];
|
patches = [ ./coreutils.patch ];
|
||||||
});
|
});
|
||||||
|
|
||||||
nitter = prev.nitter.overrideAttrs (old: {
|
# nitter = prev.nitter.overrideAttrs (old: {
|
||||||
patches = (old.patches or [ ]) ++ [
|
# patches = (old.patches or [ ]) ++ [
|
||||||
(final.fetchpatch {
|
# (final.fetchpatch {
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/zedeus/nitter/pull/830.patch";
|
# url = "https://patch-diff.githubusercontent.com/raw/zedeus/nitter/pull/830.patch";
|
||||||
hash = "sha256-MIl22yWHAGQtcB1/B9OfbfoVhxOBIAJ3n1eT2Ko1Y3Q=";
|
# hash = "sha256-MIl22yWHAGQtcB1/B9OfbfoVhxOBIAJ3n1eT2Ko1Y3Q=";
|
||||||
})
|
# })
|
||||||
];
|
# ];
|
||||||
});
|
# });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue