mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
goldendict: 1.5.0.ec86515 -> 1.5.0.rc2
This commit is contained in:
parent
06d3636596
commit
05a89a6512
2 changed files with 10 additions and 11 deletions
|
@ -1,17 +1,16 @@
|
|||
{ stdenv, fetchFromGitHub, pkgconfig, qt4, qmake4Hook, libXtst, libvorbis, hunspell
|
||||
, libao, ffmpeg, libeb, lzo, xz, libtiff }:
|
||||
{ stdenv, fetchurl, pkgconfig, libXtst, libvorbis, hunspell
|
||||
, libao, ffmpeg, libeb, lzo, xz, libtiff
|
||||
, qtbase, qtsvg, qtwebkit, qtx11extras, qttools, qmakeHook }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "goldendict-1.5.0.ec86515";
|
||||
src = fetchFromGitHub {
|
||||
owner = "goldendict";
|
||||
repo = "goldendict";
|
||||
rev = "ec865158f5b7116f629e4d451a39ee59093eefa5";
|
||||
sha256 = "070majwxbn15cy7sbgz7ljl8rkn7vcgkm10884v97csln7bfzwhr";
|
||||
name = "goldendict-1.5.0.rc2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/goldendict/goldendict/archive/1.5.0-RC2.tar.gz";
|
||||
sha256 = "1pizz39l61rbps0wby75fkvzyrah805257j33siqybwhsfiy1kmw";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig qt4 libXtst libvorbis hunspell libao ffmpeg libeb
|
||||
lzo xz libtiff qmake4Hook
|
||||
pkgconfig qtbase qtsvg qtwebkit qtx11extras qttools libXtst libvorbis hunspell libao ffmpeg libeb
|
||||
lzo xz libtiff qmakeHook
|
||||
];
|
||||
|
||||
qmakeFlags = [ "CONFIG+=zim_support" ];
|
||||
|
|
|
@ -12645,7 +12645,7 @@ in
|
|||
|
||||
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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue