herqq: move to qmake4Hook
This commit is contained in:
parent
068c7b68a2
commit
4b5bf1916a
@ -1,11 +1,9 @@
|
||||
{ stdenv, fetchurl, qt4, unzip }:
|
||||
{ stdenv, fetchurl, qt4, qmake4Hook, unzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "herqq-1.0.0";
|
||||
|
||||
buildInputs = [ qt4 unzip ];
|
||||
|
||||
configurePhase = "qmake PREFIX=$out herqq.pro";
|
||||
buildInputs = [ qt4 unzip qmake4Hook ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/hupnp/${name}.zip";
|
||||
|
Loading…
Reference in New Issue
Block a user