freicoin: move to qmake4Hook

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

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, db, boost, gmp, mpfr, miniupnpc, qt4, unzip }: { fetchurl, stdenv, db, boost, gmp, mpfr, miniupnpc, qt4, qmake4Hook, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.8.3-1"; version = "0.8.3-1";
@ -11,9 +11,7 @@ stdenv.mkDerivation rec {
# I think that openssl and zlib are required, but come through other # I think that openssl and zlib are required, but come through other
# packages # packages
buildInputs = [ db boost gmp mpfr miniupnpc qt4 unzip ]; buildInputs = [ db boost gmp mpfr miniupnpc qt4 unzip qmake4Hook ];
configurePhase = "qmake";
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin