gpscorrelate: wrap to avoid crashing due to lack of schemas
This commit is contained in:
parent
303e7d6ef4
commit
a974fa3727
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue