3
0
Fork 0
forked from mirrors/nixpkgs

evopedia: move to qmake4Hook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:31:33 +03:00
parent c6e6944b95
commit 222950f39b

View file

@ -1,4 +1,4 @@
{stdenv, fetchgit, bzip2, qt4, libX11}:
{ stdenv, fetchgit, bzip2, qt4, qmake4Hook, libX11 }:
stdenv.mkDerivation rec {
name = "evopedia-${version}";
@ -10,11 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1biq9zaj8nhxx1pixidsn97iwp9qy1yslgl0znpa4d4p35jcg48g";
};
configurePhase = ''
qmake PREFIX=$out
'';
buildInputs = [ bzip2 qt4 libX11 ];
nativeBuildInputs = [ qmake4Hook ];
meta = {
description = "Offline Wikipedia Viewer";