gpsbabel: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:39:16 -06:00
parent 121f944d0d
commit 06f9ac71dc
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, qt5, which }:
{ stdenv, fetchurl, zlib, qtbase, which }:
stdenv.mkDerivation rec {
name = "gpsbabel-${version}";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "0xf7wmy2m29g2lm8lqc74yf8rf7sxfl3cfwbk7dpf0yf42pb0b6w";
};
buildInputs = [ zlib qt5.base which ];
buildInputs = [ zlib qtbase which ];
/* FIXME: Building the documentation, with "make doc", requires this:

View File

@ -12010,7 +12010,7 @@ let
gosmore = callPackage ../applications/misc/gosmore { };
gpsbabel = callPackage ../applications/misc/gpsbabel { };
gpsbabel = qt5.callPackage ../applications/misc/gpsbabel { };
gpscorrelate = callPackage ../applications/misc/gpscorrelate { };