flatpak: Don't hardcode flatpak binary path in launchers

The hardcoded flatpak path breaks all installed applications when flatpak is
updated.

fixes: https://github.com/NixOS/nixpkgs/issues/43581
This commit is contained in:
Tor Hedin Brønner
2018-07-19 10:52:59 +02:00
parent 3af85571bf
commit e5e91efa4c
2 changed files with 49 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ in stdenv.mkDerivation rec {
})
# patch taken from gtk_doc
./respect-xml-catalog-files-var.patch
./use-flatpak-from-path.patch
];
nativeBuildInputs = [