gpscorrelate: wrap to avoid crashing due to lack of schemas

This commit is contained in:
Nikolay Korotkiy 2020-10-25 15:28:30 +03:00
parent 303e7d6ef4
commit a974fa3727
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -1,5 +1,5 @@
{ 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 {
pname = "gpscorrelate";
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
docbook_xsl
libxslt
pkgconfig
wrapGAppsHook
];
buildInputs = [