Skip to content

Commit

Permalink
Merge pull request #101644 from sikmir/gpscorrelate
Browse files Browse the repository at this point in the history
gpscorrelate: wrap to avoid crashing due to lack of schemas
  • Loading branch information
SuperSandro2000 authored Nov 25, 2020
2 parents bd42416 + a974fa3 commit ce46ff5
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 ce46ff5

Please sign in to comment.