goldendict: 1.5.0.ec86515 -> 1.5.0.rc2
This commit is contained in:
parent
06d3636596
commit
05a89a6512
@ -1,17 +1,16 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, qt4, qmake4Hook, libXtst, libvorbis, hunspell
|
{ stdenv, fetchurl, pkgconfig, libXtst, libvorbis, hunspell
|
||||||
, libao, ffmpeg, libeb, lzo, xz, libtiff }:
|
, libao, ffmpeg, libeb, lzo, xz, libtiff
|
||||||
|
, qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmakeHook }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "goldendict-1.5.0.ec86515";
|
name = "goldendict-1.5.0.rc2";
|
||||||
src = fetchFromGitHub {
|
src = fetchurl {
|
||||||
owner = "goldendict";
|
url = "https://github.com/goldendict/goldendict/archive/1.5.0-RC2.tar.gz";
|
||||||
repo = "goldendict";
|
sha256 = "1pizz39l61rbps0wby75fkvzyrah805257j33siqybwhsfiy1kmw";
|
||||||
rev = "ec865158f5b7116f629e4d451a39ee59093eefa5";
|
|
||||||
sha256 = "070majwxbn15cy7sbgz7ljl8rkn7vcgkm10884v97csln7bfzwhr";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig qt4 libXtst libvorbis hunspell libao ffmpeg libeb
|
pkgconfig qtbase qtsvg qtwebkit qtx11extras qttools libXtst libvorbis hunspell libao ffmpeg libeb
|
||||||
lzo xz libtiff qmake4Hook
|
lzo xz libtiff qmakeHook
|
||||||
];
|
];
|
||||||
|
|
||||||
qmakeFlags = [ "CONFIG+=zim_support" ];
|
qmakeFlags = [ "CONFIG+=zim_support" ];
|
||||||
|
@ -12645,7 +12645,7 @@ in
|
|||||||
|
|
||||||
gnuradio-osmosdr = callPackage ../applications/misc/gnuradio-osmosdr { };
|
gnuradio-osmosdr = callPackage ../applications/misc/gnuradio-osmosdr { };
|
||||||
|
|
||||||
goldendict = callPackage ../applications/misc/goldendict { };
|
goldendict = qt55.callPackage ../applications/misc/goldendict { };
|
||||||
|
|
||||||
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
|
google-drive-ocamlfuse = callPackage ../applications/networking/google-drive-ocamlfuse { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user