Skip to content

Commit

Permalink
Merge pull request #50507 from hedning/fix-nautilus-thumbnails
Browse files Browse the repository at this point in the history
gnome3.gnome-desktop: fix path substitution
  • Loading branch information
jtojnar committed Nov 17, 2018
2 parents 34ff87e + 35c64e5 commit 656288f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@
- "--ro-bind", "/usr", "/usr",
- "--ro-bind", "/lib", "/lib",
- "--ro-bind", "/lib64", "/lib64",
+ "@BUBBLEWRAP_BIN@",
+ "@bubblewrap_bin@",
+ "--ro-bind", "/nix/store", "/nix/store",
"--proc", "/proc",
"--dev", "/dev",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/core/gnome-desktop/default.nix
Expand Up @@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
patches = [
(substituteAll {
src = ./bubblewrap-paths.patch;
BUBBLEWRAP_BIN = "${bubblewrap}/bin/bwrap";
bubblewrap_bin = "${bubblewrap}/bin/bwrap";
})
];

Expand Down

0 comments on commit 656288f

Please sign in to comment.