packages/kubo: fix patching
This commit is contained in:
parent
1404a09df2
commit
d0ff4581a6
3 changed files with 2 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
inherit (patched)
|
inherit (patched)
|
||||||
ddcci-driver-with-global-control
|
ddcci-driver-with-global-control
|
||||||
ipfs
|
kubo
|
||||||
nerdfonts-terminus
|
nerdfonts-terminus
|
||||||
terminus_font_fancy
|
terminus_font_fancy
|
||||||
libfprint
|
libfprint
|
||||||
|
|
|
@ -7,7 +7,7 @@ super: rec {
|
||||||
|
|
||||||
doas-interactive = patch-rename super.doas "doas-interactive" "patches/base/doas";
|
doas-interactive = patch-rename super.doas "doas-interactive" "patches/base/doas";
|
||||||
|
|
||||||
ipfs = patch super.ipfs "patches/base/ipfs";
|
kubo = patch super.kubo "patches/base/ipfs";
|
||||||
|
|
||||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- a/core/corehttp/webui.go 2020-05-09 04:58:18.000000000 +0200
|
|
||||||
+++ b/core/corehttp/webui.go 2020-07-15 00:22:00.439862559 +0200
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
package corehttp
|
|
||||||
|
|
||||||
// TODO: move to IPNS
|
|
||||||
-const WebUIPath = "/ipfs/bafybeibozpulxtpv5nhfa2ue3dcjx23ndh3gwr5vwllk7ptoyfwnfjjr4q" // v2.15.1
|
|
||||||
+const WebUIPath = "/ipns/webui.ipfs.privatevoid.net"
|
|
||||||
|
|
||||||
// this is a list of all past webUI paths.
|
|
||||||
var WebUIPaths = []string{
|
|
Loading…
Reference in a new issue