Merge pull request #101644 from sikmir/gpscorrelate

gpscorrelate: wrap to avoid crashing due to lack of schemas
This commit is contained in:
Sandro 2020-11-25 03:28:53 +01:00 committed by GitHub
commit ce46ff5855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ fetchFromGitHub, stdenv, fetchpatch, pkgconfig, exiv2, libxml2, gtk3 { fetchFromGitHub, stdenv, fetchpatch, pkgconfig, exiv2, libxml2, gtk3
, libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils }: , libxslt, docbook_xsl, docbook_xml_dtd_42, desktop-file-utils, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gpscorrelate"; pname = "gpscorrelate";
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
docbook_xsl docbook_xsl
libxslt libxslt
pkgconfig pkgconfig
wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [