1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

herqq: move to qmake4Hook

This commit is contained in:
Nikolay Amiantov 2016-04-17 02:45:09 +03:00
parent 068c7b68a2
commit 4b5bf1916a

View file

@ -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";