Skip to content

Commit

Permalink
gpscorrelate: wrap to avoid crashing due to lack of schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Oct 25, 2020
1 parent 303e7d6 commit a974fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/gpscorrelate/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
docbook_xsl
libxslt
pkgconfig
wrapGAppsHook
];

buildInputs = [
Expand Down

0 comments on commit a974fa3

Please sign in to comment.