freicoin: move to qmake4Hook
This commit is contained in:
parent
222950f39b
commit
b6016fb6df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user