all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8c01eaf4b8b587c6b6860205e87f33ac3a498efd 931 bytes (raw)
name: gnu/packages/patches/webkitgtk-share-store.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
Author: Jack Hill <jackhill@jackhill.us>
Tell bubblewrap to share the store
---
diff --git a/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp b/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp
index ad301ab2..d53b680e 100644
--- a/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp
+++ b/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp
@@ -737,6 +737,10 @@ GRefPtr<GSubprocess> bubblewrapSpawn(GSubprocessLauncher* launcher, const Proces
         "--ro-bind-try", "/usr/local/share", "/usr/local/share",
         "--ro-bind-try", DATADIR, DATADIR,
 
+       // TESTING: bind moutn /gnu/store
+       // This should be improved
+       "--ro-bind", "/gnu/store", "/gnu/store",
+
         // We only grant access to the libdirs webkit is built with and
         // guess system libdirs. This will always have some edge cases.
         "--ro-bind-try", "/lib", "/lib",

debug log:

solving b927ab7b0a ...
found b927ab7b0a in https://yhetil.org/guix/alpine.DEB.2.20.2004252257540.5735@marsh.hcoop.net/

applying [1/1] https://yhetil.org/guix/alpine.DEB.2.20.2004252257540.5735@marsh.hcoop.net/
diff --git a/gnu/packages/patches/webkitgtk-share-store.patch b/gnu/packages/patches/webkitgtk-share-store.patch\r
new file mode 100644\r
index 0000000000..b927ab7b0a\r

1:7: trailing whitespace.
Author: Jack Hill <jackhill@jackhill.us>\r
1:8: trailing whitespace.
Tell bubblewrap to share the store\r
1:9: trailing whitespace.
---\r
1:10: trailing whitespace.
diff --git a/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp b/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp\r
1:11: trailing whitespace.
index ad301ab2..d53b680e 100644\r
Checking patch gnu/packages/patches/webkitgtk-share-store.patch...
Applied patch gnu/packages/patches/webkitgtk-share-store.patch cleanly.
warning: squelched 13 whitespace errors
warning: 18 lines add whitespace errors.

index at:
100644 8c01eaf4b8b587c6b6860205e87f33ac3a498efd	gnu/packages/patches/webkitgtk-share-store.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.