forked from mirrors/nixpkgs
gpsbabel: Qt 5 infrastructure update
This commit is contained in:
parent
121f944d0d
commit
06f9ac71dc
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, zlib, qt5, which }:
|
{ stdenv, fetchurl, zlib, qtbase, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpsbabel-${version}";
|
name = "gpsbabel-${version}";
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0xf7wmy2m29g2lm8lqc74yf8rf7sxfl3cfwbk7dpf0yf42pb0b6w";
|
sha256 = "0xf7wmy2m29g2lm8lqc74yf8rf7sxfl3cfwbk7dpf0yf42pb0b6w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib qt5.base which ];
|
buildInputs = [ zlib qtbase which ];
|
||||||
|
|
||||||
/* FIXME: Building the documentation, with "make doc", requires this:
|
/* FIXME: Building the documentation, with "make doc", requires this:
|
||||||
|
|
||||||
|
|
|
@ -12010,7 +12010,7 @@ let
|
||||||
|
|
||||||
gosmore = callPackage ../applications/misc/gosmore { };
|
gosmore = callPackage ../applications/misc/gosmore { };
|
||||||
|
|
||||||
gpsbabel = callPackage ../applications/misc/gpsbabel { };
|
gpsbabel = qt5.callPackage ../applications/misc/gpsbabel { };
|
||||||
|
|
||||||
gpscorrelate = callPackage ../applications/misc/gpscorrelate { };
|
gpscorrelate = callPackage ../applications/misc/gpscorrelate { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue