gpsbabel: require qt4 rather than qtbase
This commit is contained in:
parent
9dabf88e72
commit
cf9cb1bac3
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user