flatpak: Fix bubblewrap paths for icon-validator

Otherwise, `flatpak-validate-icon --sandbox` gives error:
  bwrap: Can't find source path /etc/ld.so.cache: No such file or directory
This commit is contained in:
Matthew Harm Bekkema
2019-03-19 15:57:43 +11:00
parent e6ccb67e23
commit f2d6e4ab04
2 changed files with 19 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
src = ./fix-paths.patch;
p11 = p11-kit;
})
(substituteAll {
src = ./bubblewrap-paths.patch;
inherit (builtins) storeDir;
})
# patch taken from gtk_doc
./respect-xml-catalog-files-var.patch
./use-flatpak-from-path.patch