aboutsummaryrefslogtreecommitdiff
path: root/pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-02-25 20:04:28 +0100
committerGitHub <noreply@github.com>2019-02-25 20:04:28 +0100
commit9202c5ab8fb01bf842e76220542958db2a609997 (patch)
treeb1b96ba597e68a531576170c00e9df9ae0a0dead /pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch
parent81fa512bd82b5a856e0383c4930e8312bff644fb (diff)
gnome3.gnome-desktop: fix thumbnailing with missing fontconfig cache (#56346)
Also use @storeDir@ instead of hardcoded /nix/store
Diffstat (limited to 'pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch b/pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch
index 6c5989896cb3..57eb4b3d44a9 100644
--- a/pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch
+++ b/pkgs/desktops/gnome-3/core/gnome-desktop/bubblewrap-paths.patch
@@ -8,7 +8,7 @@
- "--ro-bind", "/usr", "/usr",
- "--ro-bind", "/etc/ld.so.cache", "/etc/ld.so.cache",
+ "@bubblewrap_bin@",
-+ "--ro-bind", "/nix/store", "/nix/store",
++ "--ro-bind", "@storeDir@", "@storeDir@",
+ "--ro-bind", "/run/current-system", "/run/current-system",
NULL);