mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
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 {
|
||||
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:
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user