gpsbabel: require qt4 rather than qtbase

This commit is contained in:
Robert Helgesson 2017-02-28 23:35:24 +01:00
parent 9dabf88e72
commit cf9cb1bac3
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

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